You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.