Closed slim1979 closed 6 years ago
the worksheet has a clone method. how does it work? I tried to do something like workbook[0].clone in my console, but worksheets count isnt increase.
workbook[0].clone
https://ruby-doc.org/core-2.5.0/Object.html#method-i-clone
the worksheet has a clone method. how does it work? I tried to do something like
workbook[0].clone
in my console, but worksheets count isnt increase.