]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#1351355: Switch to XLSX format for Excel report output
authorMike Rylander <mrylander@gmail.com>
Fri, 1 Aug 2014 15:26:38 +0000 (11:26 -0400)
committerBen Shum <bshum@biblio.org>
Thu, 7 Aug 2014 21:29:03 +0000 (17:29 -0400)
commite19d29a330c2231dd3d10ab3652f55bef4a0aaea
tree2e6928ee8fea3bf3e75599ec39c770c224a229e9
parent949660309b5e2496a126ab8464df30656ebb7dfe
LP#1351355: Switch to XLSX format for Excel report output

We've always used Spreadsheet::WriteExcel::Big to generate Excel output
from reports. That module has a limitation of 64k rows, imposed by the
binary Excel format. Recently, the Excel::Writer::XLSX module has become
feature-complete enough that we can use that instead, and the XML format
files that it writes are now supported by the majority of installed
versions of Excel (and OpenOffice) -- the format arrived with Excel 2007,
released in 2006 (8 years ago). So, let's switch to that!

Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/extras/install/Makefile.debian-squeeze
Open-ILS/src/extras/install/Makefile.debian-wheezy
Open-ILS/src/extras/install/Makefile.fedora
Open-ILS/src/extras/install/Makefile.ubuntu-precise
Open-ILS/src/extras/install/Makefile.ubuntu-trusty
Open-ILS/src/reporter/clark-kent.pl
Open-ILS/src/support-scripts/settings-tester.pl