Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Releases: box/spout

Version 2.1.0

14 Aug 06:22
Compare
Choose a tag to compare

Spout now supports styling!
It also forces Excel to display multi-line strings correctly, wrapping the text in the cell and breaking it as expected.

Version 2.0.1

29 Jul 17:29
Compare
Choose a tag to compare

Prevented infinite loop when trying to read a CSV file ending with an empty line

Version 2.0.0

28 Jul 05:21
Compare
Choose a tag to compare

This version introduces a new way to iterate over the files, moving away from the hasNext() / getNext() method to use PHP iterators and the standard foreach loop. It also unifies the way CSV and XLSX files are read.
This change required a major version bump, as it is not backwards compatible.

Version 2.0.0 also brings a few nice additions:

  • Better error handling when processing XML files
  • CSV reader now supports multiple encodings
  • Scrutinizer-CI replaces Coveralls.io and brings very valuable data

Version 1.1.0

14 Jul 18:00
Compare
Choose a tag to compare

Introduced new caching strategy when extracting shared strings for reading. This should really speed up Spout for small files!

Version 1.0.11

12 Jul 15:32
Compare
Choose a tag to compare

Fixed XLSX writer on Windows
Improved support for cell value types
Added code coverage integration through coveralls.io

Version 1.0.10

03 Jun 18:28
Compare
Choose a tag to compare

Added proper support for all cell types
Fixed issue with cells that don't have values
Removed version from composer.json

Version 1.0.9

29 May 16:50
Compare
Choose a tag to compare

Added support for files without a sharedStrings.xml file
Added support for files containing formulas
Updated README

Version 1.0.8

13 May 04:13
Compare
Choose a tag to compare

Fixed issue with ZipArchive and directory separators on Windows

Version 1.0.7

29 Apr 20:54
Compare
Choose a tag to compare

Improved code coverage
Unified interface between Reader and Writer

Version 1.0.6

29 Apr 08:13
Compare
Choose a tag to compare

Improvements around sheets name:

  • they can be retrieved while reading
  • they can be customized while writing