%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
### v.0.5.6 2013-09-04 - Fix for formulas being returned along with values in XLSX files. (Thanks to [marktag](https://github.com/marktag)) ### v.0.5.5 2013-08-23 - Fix for macro sheets appearing when parsing XLS files. (Thanks to [osuwariboy](https://github.com/osuwariboy)) ### v.0.5.4 2013-08-22 - Fix for a PHP warning that occurs with completely empty sheets in XLS files. - XLSM (macro-enabled XLSX) files are recognized and read, too. - composer.json file is added to the repository (thanks to [matej116](https://github.com/matej116)) ### v.0.5.3 2013-08-12 - Fix for repeated columns in ODS files not reading correctly (thanks to [etfb](https://github.com/etfb)) - Fix for filename extension reading (Thanks to [osuwariboy](https://github.com/osuwariboy)) ### v.0.5.2 2013-06-28 - A fix for the case when row count wasn't read correctly from the sheet in a XLS file. ### v.0.5.1 2013-06-27 - Fixed file type choice when using mime-types (previously there were problems with XLSX and ODS mime-types) (Thanks to [incratec](https://github.com/incratec)) - Fixed an error in XLSX iterator where `current()` would advance the iterator forward with each call. (Thanks to [osuwariboy](https://github.com/osuwariboy)) ### v.0.5.0 2013-06-17 - Multiple sheet reading is now supported: - The `Sheets()` method lets you retrieve a list of all sheets present in the file. - `ChangeSheet($Index)` method changes the sheet in the reader to the one specified. - Previously temporary files that were extracted, were deleted after the SpreadsheetReader was destroyed but the empty directories remained. Now those are cleaned up as well. ### v.0.4.3 2013-06-14 - Bugfix for shared string caching in XLSX files. When the shared string count was larger than the caching limit, instead of them being read from file, empty strings were returned. ### v.0.4.2 2013-06-02 - XLS file reading relies on the external Spreadsheet_Excel_Reader class which, by default, reads additional information about cells like fonts, styles, etc. Now that is disabled to save some memory since the style data is unnecessary anyway. (Thanks to [ChALkeR](https://github.com/ChALkeR) for the tip.) Martins Pilsetnieks <pilsetnieks@gmail.com>