Excel-Writer-XLSX
view release on metacpan or search on metacpan
Changelog.md view on Meta::CPAN
Reported by Brian R. Landy.
## [0.16] - 2011-03-04
### Fixed
- Clarified support for deprecated methods in documentation and added
backward compatible methods in some cases.
- Fix for center_horizontally() issue.
Reported by Giulio Orsero.
- Fix for number like strings getting written as strings instead of numbers.
Reported by Giulio Orsero.
## [0.15] - 2011-03-01
### Fixed
- Fix for issues with set_row() not passing on format to cells
in the row. Reported by Giulio Orsero.
- Fixes for related issue in set_column().
## [0.14] - 2011-02-26
### Added
- Added write_rich_string() method to write a string with multiple
formats.
- Added rich_strings.pl example program.
- Added set_1904() method for dates with a 1904 epoch.
- Added date_time.pl example program.
### Fixed
- Fixed issue where leading and trailing whitespace in cell strings
wasn't preserved.
## [0.13] - 2011-02-22
### Added
- Added additional page setup methods:
set_zoom()
right_to_left()
hide_zero()
set_custom_color()
set_tab_color()
protect()
- Added Cell property methods:
set_locked()
set_hidden()
- Added example programs:
hide_sheet.pl
protection.pl
right_to_left.pl
tab_colors.pl
## [0.12] - 2011-02-19
### Added
- Added set_selection() method for selecting cells.
## [0.11] - 2011-02-17
### Fixed
- 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] - 2011-02-17
### Added
- Added freeze_panes() and split_panes().
- Added panes.pl example program.
## [0.09] - 2011-02-13
### Added
- Added write_url() for internal and external hyperlinks.
- Added hyperlink1+2.pl example programs.
## [0.08] - 2011-02-03
### Added
- Added autofilter(), column_filter() and column_filter_list() methods.
- Added autofilter.pl example program.
## [0.07] - 2011-01-28
### Added
- Added additional Page Setup methods.
set_page_view()
repeat_rows()
repeat_columns()
( run in 3.124 seconds using v1.01-cache-2.11-cpan-d8267643d1d )