Skip to content

Tags: AsperaGmbH/xlsx-reader

Tags

v1.1.0

Toggle v1.1.0's commit message
NumberFormatTokenizer: Expect language info in hexadecimal format ins…

…tead of decimal format

v1.0.0

Toggle v1.0.0's commit message
Improve phrasing in changelog

v0.10.2

Toggle v0.10.2's commit message
Suppress PHP 8.1 notices about return type incompatibilities

v0.10.1

Toggle v0.10.1's commit message
Update Changelog

v0.10.0

Toggle v0.10.0's commit message
Add release date for v0.10.0

v0.9.0

Toggle v0.9.0's commit message
ITST-20744 - Enhance aspera/xlsx-reader - Update documentation - Fixes 

…#1 (Make configuration options comment more obvious)

v0.8.2

Toggle v0.8.2's commit message
ITST-20737: XLSX reader incorrectly handles empty <row> elements - Fix

- Refactor $row_open logic into $reader_points_at_new_row logic to simplify the code and reduce code duplication.
- Add test EmptyRowsTest to cover the failing behavior.
- Sidechange: Extend __construct() phpdoc with missing note regarding OutputColumnNames parameter.

v0.8.1

Toggle v0.8.1's commit message
ITST-19066: [xlsx-reader] Add support for multi-range row span values

- Always use the last segment of the spans element.

v0.8.0

Toggle v0.8.0's commit message
ITST-17897: Leading/trailing zeroes are removed - Fixes 01: Detect "g…

…eneral" format correctly.

- Fix misinterpreting the style id as the number format id in formatValue().
- Add basic test for general format.
- Adjust in-code doc.

v0.7.7

Toggle v0.7.7's commit message
- Fix IteratorTest. (List of expected values was wrong.)