weshatheleopard / rubyXL

Ruby lib for reading/writing/modifying .xlsx and .xlsm files
MIT License
1.28k stars 255 forks source link

Add convinience methods for set and get workbook title property #396

Closed iToshk closed 2 years ago

iToshk commented 3 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'

Please review my code.

Best,