Release notes:
- Added support for adding VBA macros to workbooks. These macros can
be extracted from existing xlsm files, created in Excel, and added to
new xlsm files.
- Added support for ZIP64 extensions when writing very large xlsx
files to allow the zip container, or individual XML files within it,
to be greater than 4 GB.
- Added extra validity checks on worksheet names.
Upstream changes:
- Fixed issue where images that started in hidden rows/columns weren't
placed correctly in the worksheet.
- Fixed the mime-type reported by system file(1). The mime-type
reported by "file --mime-type"/magic was incorrect for XlsxWriter
files since it expected the [Content_types] to be the first file in
the zip container.
Package changes:
- Fixed libxlsxwriter.so not picking up libz.so from buildlink.
Patch provided by Sijmen J. Mulder via tech-pkg@, thanks!
pkgsrc changes:
- Remove patches/patch-Makefile, it was imported upstream
Changes:
0.8.5
-----
- Fix compile-time warnings with strict prototypes enabled.
- Additional formatting tests.
- Make py.test name configurable.
C library that can be used to write text, numbers, formulas and hyperlinks to
multiple worksheets in a Microsoft Excel 2007+ XLSX file.
It supports features such as full formatting support, merged cells, defined
names, autofilters and charts.
Packaged in pkgsrc-wip by Sijmen J. Mulder.