TYPOlight+Excel (3)

xls_export 1.0.1

2010-02-02 17:35 by Helmut Schottmüller

xls_export 1.0.1 stable released

PHP library to generate Microsoft Excel 95 files

Dateien Original files from http://sourceforge.net/projects/xls-exportclass/

Copyright © Olah Leslie

GNU General Public License (GPL)

Release Notes

1.0.1

  • Bugfix of the "merge cells" feature (thanks to Georg Rehfeld)
  • Additional "getter" for the xlsexport class (thanks to Georg Rehfeld):
    • public function getcolwidth($sheetname, $acolidx)
    • public function getrowheight($sheetname, $arowidx)

1.0.0 build 8

  • Modified sendFile method for Excel file output to create the temporary Excel files in the TYPOlight tmp directory

1.0.0

  • Initial version 1.0.0 stable, unmodified library release 080531

xls_export is available in the TYPOlight Extension Repository for Download

xls_export 1.0.0

2009-06-10 01:02 by Helmut Schottmüller

xls_export 1.0.0 stable released

PHP library to generate Microsoft Excel 95 files

Original files from http://sourceforge.net/projects/xls-exportclass/

Copyright © Olah Leslie

GNU General Public License (GPL)

xls_export is available in the TYPOlight Extension Repository for Download.

efgExcel 1.0.1

2008-09-22 12:00 by Helmut Schottmüller

efgExcel 1.0.1 stable released

efgExcel is an Extended Form Generator (EFG) plugin which adds Microsoft Excel 2007 XML (.xslx) file support for EFG exports using the free phpExcel library. As soon as efgExcel is installed, all Excel exports will be made in Excel 2007 format. This could be very helpful if a customer insists on the Excel XML format.
efgExcel uses EFG's efgExportXls hook to overwrite the existing Excel 95 (.xls) export.
Please note that efgExcel only runs in TYPOlight installations which use the PHP extensions zip and xml. If these extensions are not enabled in the system, EFG still exports the original BIFF5 (Excel 95) files.
efgExcel requires at least EFG version 1.9.9. 
efgExcel is available in the TYPOlight Extension Repository for Download.