Closed felixbuenemann closed 6 years ago
It would be great to support specifying the sheet name as an option instead of an argument to #write_worksheet, so we could use:
#write_worksheet
xlsx.write_worksheet(name: 'Sheet1', use_shared_strings: true) do |sheet| end
Instead of:
xlsx.write_worksheet('Sheet1', use_shared_strings: true) do |sheet| end
It would be great to support specifying the sheet name as an option instead of an argument to
#write_worksheet
, so we could use:Instead of: