simplexlsx icon indicating copy to clipboard operation
simplexlsx copied to clipboard

Parse and retrieve data from Excel XLSx files

Results 14 simplexlsx issues
Sort by recently updated
recently updated
newest added

Very weird error, happening only in browser, not in cli using v0.8.23 ``` [Wed Jul 07 14:25:39.585044 2021] [:error] [pid 2736:tid 2684] [client 172.18.15.20:57062] PHP Fatal error: Out of memory...

As title, to ensure every functionalities work as expected behaviors, it should consider accomplishing this issue. And I also suggest we can use `PHPUnit` to accomplish this issue. @shuchkin, do...

As title, it should consider integrating one of CI build service after accepting the issue #68. I also recommend following CI build services: - GitHub Action - Travis CI -...

The 'reptile' code is not executed because a **`break`** exits the foreach loop after the workbook.xml content has been read. I have tested the example "XLSX get sheet names and...

when xlsx to csv file. If the string in a cell contains a half-width English comma, it will be split into two cells. ![QQ截图20240329130728](https://github.com/shuchkin/simplexlsx/assets/2345387/750fc02c-af60-4850-b6e1-0be8d675d91b) ![2](https://github.com/shuchkin/simplexlsx/assets/2345387/c1aaf4c5-f368-4f7b-b1f6-0d4c76c5f1e6)

Is there any way to release the memory after reading because my memory usage keeps increasing. Just like PHPSpreadsheet has **disconnectWorksheets()** function to avoid memory issues.

Hi Text with html tags like this writed in Excel Cell with out tags. Is it possible to fix it? `'С тегами'`

Hello! Working with your library, I encountered some issue: > shuchkin/simplexlsx/src/SimpleXLSXEx.php:268 > Undefined index: alignment I don't really know, how this file was made, but it always creates this error....

Hi, I have a file I need to process daily with a creator being "Apache POI". The file doesn't parse and throws an error "XML-entry not found in _rels/.rels". The...

Currently, every value gets checked if it's a number using `is_numeric()`. There are some types of values that pass this check depending on the concrete value. ZIP codes for instance:...