Revision history for Perl module Excel::Writer::XLSX.
0.06 January 4 2011
! Added fix for XML characters in attributes.
Reported by John Roll.
+ Added initial Page Setup methods.
set_landscape()
set_portrait()
set_paper()
center_horizontally()
center_vertically()
set_margins()
set_header()
set_footer()
0.05 January 4 2011
+ Added support for array_formulas. See the docs for write_array_formula()
and the example program.
0.04 January 3 2011
+ Added merge_range() for merging cells. With tests and examples.
0.03 January 3 2011
+ Optimisations. The module is now 100% faster.
0.02 October 12 2010
! Fixed dependencies in Makefile.
0.01 October 11 2010
First CPAN release.