PhpSpreadsheet/Classes/PHPExcel/Writer
Mark Baker 2d6ad66f0c Feature: Excel compatibility option added for writing CSV files
While Excel 2010 can read CSV files with a simple UTF-8 BOM, Excel2007 and earlier require UTF-16LE encoded tab-separated files.
The new setExcelCompatibility(TRUE) option for the CSV Writer will generate files with this formatting for easy import into Excel2007 and below.
2012-09-05 14:12:00 +01:00
..
Excel5 Fixed broken build after recent autofilter changes 2012-08-15 13:20:34 +01:00
Excel2007 Additional chart creation examples 2012-09-02 12:06:48 +01:00
PDF Validate existence of PDF Renderer library before instantiating renderer class 2012-06-10 22:05:00 +00:00
CSV.php Feature: Excel compatibility option added for writing CSV files 2012-09-05 14:12:00 +01:00
Excel5.php Fixed broken build after recent autofilter changes 2012-08-15 13:20:34 +01:00
Excel2007.php Doc Block changes 2012-03-11 17:58:38 +00:00
HTML.php Fixed broken build after recent autofilter changes 2012-08-15 13:20:34 +01:00
IWriter.php Doc Block changes 2012-03-09 23:55:17 +00:00
PDF.php Initial refactoring of PDF Writer to work with user-selection of 3rd party PDF libraries 2012-06-03 21:20:05 +00:00