spout
spout copied to clipboard
Read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way
I have an excel file I'm trying to loop through. So far, I'm able to navigate to the worksheet I have to work on. I'm currently trying to loop through...
If I try to write to a compressed CSV file, then I get an exception using the file wrapper compress.zlib:// I think it has to do with the seekable file...
Text vertical alignment within cells is missing.
Automatic text wrapping due to the presence of new lines in a cell should only be applied if `shouldWrapText` has not been set on the default style. Indeed the `StyleManager`...
Fixes issues: https://github.com/box/spout/issues/829 https://github.com/box/spout/issues/737 - add Common\Entity\Style\CellVerticalAlignment - duplicate get/set/hasSet/shouldApply methods for CellAlignment in Common\Entity\Style\Style for CellVerticalAlignment instead, plus corresponding properties - add setCellVerticalAlignment method to Common\Creator\Style\StyleBuilder - add vertical...
Hello, I am looking for format date cell on export XLSX but i have `###` in my cell ( with a good date formatting: filters and cell content are ok,...
This is a first step to resolving https://github.com/box/spout/issues/129 This approach primarily computes the width size by using an estimate created After the PR, the library may be used as follows...
Instead of using the default width/height, Spout could calculate the optimal width/height for each cell, based on its content. This involves using a graphics library, render the text content with...
Hello, I added phpstan until level 7 (8 is max level). I hope is ok for you :slightly_smiling_face: