spout
spout copied to clipboard
Read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way
It would be great to implement a `\Countable` interface. Simply loop over rows/lines without extracting data. What do you think?
fix the problem of merging cells thanks to Alexandr akteur13 he give the plan in this issue #529 and i try to slove the problem by his plan you can...
The code in [WorksheetManager to detect whether a cell is repeated only considers the cell value](https://github.com/box/spout/blob/master/src/Spout/Writer/ODS/Manager/WorksheetManager.php#L127). Unfortunately this means a row with repeated values but different styles is not rendered...
I have large XLSX file about 1 million rows and 5 columns. First col with unique values and last 2 with the same values. When I try to read this...
This is a follow up of issue #668. Cell formats have been implemented for XLSX, we need to propose the same implementation for ODS files. We also need to update...
Following on from #481, I still think there is a need for returning raw cell data. The attached xlsx has a cell C2 with a custom format which is is...
Hello, for some files (until now, it happened only with ODS files), it seems the reader wrongly see all the 1024 columns as part of the sheet, even if just...
Instead of row based styles it would be nice to have style for each column (which is inserted by row).