Revision history for Perl module Excel::Writer::XLSX.
+ New feature.
- Removed/deprecated feature.
! Bug fix.
0.12 February 19 2011
+ Added set_selection() method for selecting cells.
0.11 February 17 2011
! Fix for temp dirs not been removed after xlsx file creation.
http://rt.cpan.org/Ticket/Display.html?id=65816
Reported by Andreas Koenig.
0.10 February 17 2011
+ Added freeze_panes() and split_panes().
+ Added panes.pl example program.
0.09 February 13 2011
+ Added write_url() for internal and external hyperlinks.
+ Added hyperlink1+2.pl example programs.
0.08 February 3 2011
+ Added autofilter(), column_filter() and column_filter_list() methods.
+ Added autofilter.pl example program.
0.07 January 28 2011
+ Added additional Page Setup methods.
set_page_view()
repeat_rows()
repeat_columns()
hide_gridlines()
print_row_col_headers()
print_area()
print_across()
fit_to_pages()
set_start_page()
set_print_scale()
set_h_pagebreaks()
set_v_pagebreaks()
+ Added headers.pl example program.
0.06 January 19 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.