README.rdoc in write_xlsx-0.58.0 vs README.rdoc in write_xlsx-0.59.0

- old
+ new

@@ -1,8 +1,8 @@ = write_xlsx -gem to create a new file in the Excel 2007+ XLSX format, and you can use the same interface as writeexcel gem. write_xlsx is converted from Perl's module Excel::Writer::XLSX-0.51, https://github.com/jmcnamara/excel-writer-xlsx . +gem to create a new file in the Excel 2007+ XLSX format, and you can use the same interface as writeexcel gem. write_xlsx is converted from Perl's module Excel::Writer::XLSX-0.58, https://github.com/jmcnamara/excel-writer-xlsx . == Description The WriteXLSX supports the following features: * Multiple worksheets @@ -72,9 +72,15 @@ worksheet.write('A4', '=SIN(PI()/4)') workbook.close == Recent change +2013-02-17 v0.59.0 + Added macro support via VBA projects extracted from existing Excel + xlsm files. User defined functions can be called from worksheets + and macros can be called by the user but they cannot, currently, + be linked to form elements such as buttons. + 2013-02-10 v0.58.0 Added chart area and plot area formatting. 2013-02-10 v0.57.0 Add major and minor axis chart gridline formatting.