All Versions
10
Latest Version
Avg Release Cycle
148 days
Latest Release
1935 days ago
Changelog History
Changelog History
-
v3.1.0 Changes
December 03, 2019๐ New features:
- ๐ [XLSX] Added support for writing cell formats
- [XLSX & ODS] Cell alignment
๐ Fixes:
- [ALL] Cell indexes not being respected when rendering row
- ๐ [XLSX & ODS] Added support for cells in error when writing
- ๐ [XLSX] Support for missing styles XML file
- ๐ [ODS] Added support for whitespaces inside
<text:span>
-
v3.0.1 Changes
June 06, 2019๐ This version fixes the reading of 1904 dates option.
-
v3.0.0 Changes
May 24, 2019Spout v3 is finally out!
๐ฑ ๐๐๐๐๐๐โฌ๏ธ You can check out what changed in the Upgrade guide.
-
v2.7.3 Changes
September 25, 2017๐ Improvements:
- ๐ฆ Exposed API to get the last active sheet
๐ Bug fixes:
- ๐ Fixed shared strings XML file using a prefix
- ๐ Fixed shared strings XML Entities auto decode
-
v2.7.2 Changes
March 28, 2017๐ Improvements:
- CSV Reader can now read lines of any length and is not limited to 32768 bytes per line
- It is now possible to create 2 spreadsheets at the same time and have sheets with the same name. Uniqueness is enforced at the workbook level.
- ๐ Improved error message when an invalid sheet name is set
- Introduced hard limit on the character count for XLSX cells (32,767 characters)
๐ Bug fixes:
- ๐ Fixed parsing of the XLSX spreadsheet dimensions
- ๐ Fixed reading of ODS sheet names
- ๐ Better support for empty rows in XLSX files
- ๐ Better support for cells with custom inner style/phonetic description in XLSX files
- Calling
close()
when a writer is already closed no longer causes an error
-
v2.7.1 Changes
November 03, 2016- โ Remove control characters to avoid breaking ODS files
- ๐ Fix crash when writing an empty row from an associative array (XLSX)
-
v2.7.0 Changes
October 19, 2016Major Enhancements:
- ๐ New option to preserve empty rows when reading
- ๐ New option to disable automatic text wrapping
- ๐ ODS Reader now supports num-rows-repeated attribute
Minor Enhancements:
- ๐ป Temporary files are now deleted when an exception is thrown while reading
- ๐ Improve support for custom date formats
- Empty rows don't get written to file for XLSX Writer
๐จ Refactoring:
- โ Added internal ReaderOptions
- โ Added XMLProcessor to easily process XML files
- And more...
-
v2.6.0 Changes
September 08, 2016๐ New features included in this new version:
- โ Added support for background color
- ๐ It is now possible to override the default style for the spreadsheet. This leads to a big perf improvement.
- ๐ Empty cells can now have a custom style applied to them
๐ Fixes:
- ๐ Fix for borders support in Excel 2013+
- Cells formatted as dates for XLSX files should respect the
shouldFormatDate
option - ๐ Extended support for prefixed XML files
- A few other minor/perf changes
-
v2.5.0 Changes
July 11, 2016๐ This new version contains several fixes/improvements:
- ๐ better support for dates:
- support for cells formatted as time
- option to return formatted dates instead of PHP objects
- ODS reader and writer improvements:
- support for hyperlinks/inline formatting
- ODS writer now accepts associative arrays (like other writers)
- ๐ Border support!
- ๐ New option to skip BOM addition in CSV file
- ๐ Numerous fixes to not-so-standard XLSX files. Spout now support spreadsheets with:
- prefixed XML files
- missing "uniqueCount" and/or "count" attributes in shared strings table
- missing cell reference in sheet definition
- ๐ better support for dates:
-
v2.4.4 Changes
April 12, 2016- Consistent behavior among all readers when reading cells with leading/ending spaces.
- โ Added protection against closing file handles that were not properly created