Revision history for Perl module Excel::Writer::XLSX.
+ New feature.
- Removed feature.
! Bug fix.
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.