Closed iToshk closed 2 years ago
As I mentioned here https://github.com/weshatheleopard/rubyXL/issues/395 before, I made a convenience method for the workbook title property.
To see the value: workbook.title To set the value: workbook.title = 'TITLE'
workbook.title
workbook.title = 'TITLE'
Please review my code.
Best,
As I mentioned here https://github.com/weshatheleopard/rubyXL/issues/395 before, I made a convenience method for the workbook title property.
To see the value:
workbook.title
To set the value:workbook.title = 'TITLE'
Please review my code.
Best,