Changelog for
perl-Spreadsheet-WriteExcel-2.21-3.2.i586.rpm :
* Thu May 31 2012 Holger Manthey
- remove perl-version require
* Sat Apr 04 2009 Holger Manthey - Build for centos
* Thu Apr 03 2008 mcAATTsuse.de- version 2.21 ! Fixed bug where UTF-8 strings in formulas weren\'t handled. Thanks Sergey Zhuravlev. http://rt.cpan.org/Public/Bug/Display.html?id=30368 ! Fixed collapse outlines compatibility with Gnumeric and OpenOffice.org. http://rt.cpan.org/Public/Bug/Display.html?id=33662 ! Made pane split optional when calling freeze_panes(). Also renamed thaw_panes() as split_panes(). The old method name is still available, but deprecated. ! Renamed write_unicode() and write_unicode_le() methods to the more explicit write_utf16be_string() and write_utf16le_string(). The old method names are still available, but deprecated. + Added document section about rewriting Excel files. + Minor security fix to Format to avoid eval and additional fix for RT 24218. + Added increased compatibility with third party Excel reading applications such as POI. + Added optional compatibility_mode() to fix problems that can occur with Office SP3. + Added set_start_page() method for setting the start page number when printing. + Added autofilter() and filter_column() method and autofilter.pl example. + Added embed_chart() method to allow extracted chart templates to be embedded in a worksheet. + Added the insert_image() method and proper Excel 97 style image handling for PNG and BMP. Images now work with Gnumeric and OpenOffice. insert_bitmap() is now deprecated.
* Mon Apr 16 2007 mcAATTsuse.de- version 2.18 ! Correct invalid user set_column() calls to prevent crashes after Excel patch KB918419 is applied. ! Fixed bug when writing comments longer than 8219 bytes. ! Fixed bug when using copy() with merged formats. ! Fixed bug where $AATT was clobbered during garbage collection. ! Removed all non-ascii characters from main docs to avoid problems with troff and man. + Added autoloading of OLE::Storage_Lite, when available, to create workbooks larger than 7MB. It is no longer required to explicitly use ::Big. + Added handling of Unicode sheet names in formulas
* Fri Jul 14 2006 mcAATTsuse.de- version 2.17 + Added set_tab_color() method and example (tab_colors.pl). + Add set_page_view() method for Mac Excel view style and better default worksheet dimensions. + Added simulated row_wrap.pl example. + Added simulated Autofit example (autofit.pl). ! Fixed RT #17801, incorrect close value with filehandles. ! Changed comment font to Excel\'s default of Tahoma 8. ! Fixed bug that stopped Charts working in 2.16.
* Wed Jan 25 2006 mlsAATTsuse.de- converted neededforbuild to BuildRequires
* Thu Jan 12 2006 mcAATTsuse.de- version 2.16- Rewrote and reinstated the write_comment() method to take account of the changes in the Excel 97+ comment format. Currently conflicts with insert_bitmap(), see docs.- Added standard styles such as comma, percent and currency.- Changed write_url() methods to allow numbers or formulas as well as strings as the optional text.- Documented use of encoding flag in add_worksheet() to allow handling of UTF-16 sheet names.- Added encoding flag to merge_range() method to allow handling of UTF-16 strings. Added merge6.pl example program.- Added hide_zero() worksheet method to allow hiding of zero values in cells.- Added print_across() worksheet method to allow changing of the default print direction.- Added right_to_left() worksheet method to allow changing of the default worksheet direction in eastern versions of Excel.- Documented the Worksheet hide() method.- Added comments1.pl and comments2.pl example programs.- Added tests for the internal methods used by write_comment().
* Thu Nov 24 2005 mcAATTsuse.de- update to version 2.15
* Tue Nov 15 2005 uliAATTsuse.de- no idea why this fails on ARM, but let\'s just blame it on QEMU...
* Tue Oct 04 2005 dmuellerAATTsuse.de- add norootforbuild