XLSXReader icon indicating copy to clipboard operation
XLSXReader copied to clipboard

PHP class for reading data from Excel XLSX files

Results 10 XLSXReader issues
Sort by recently updated
recently updated
newest added

We have received the same problems many times from our customers, but we don't know the Excel content when they upload, so I want to know in which situation the...

The method parseRichText() concatenates all text found in individual text runs with a white-space, i.e. by `implode(' ', $value)` on line 315 in v0.4. At least with our XLSX this...

Before last weekend, I was able to read XLSX files. As of last weekend, any type of XLSX file I try to open returns a `ZipArchive::ER_NOENT` status code. I've tested...

This is purely a data structure issue, and your taste may vary from mine. On 113 of the class, you use the sheetId as the array key for the data...

这行(this line),大概198行左右(about 198 lines) $maxValues = $this->getColumnIndex($cells[1]);

Hi Dear Gneustaetter. I doubt why not add a composer.json file to your project in order to provide composer service for PHP coder all around the world. I like your...

$data = array_map(function($row) Parse error: syntax error, unexpected T_FUNCTION, expecting ')' in /opt/lampp/htdocs/dbis/venki/AmBank/XLSXReader-master/sample.php on line 62 Pleae help me to solve code is as follows $data = array_map(function($row) { $converted...

...s don't seem to have it and this causes an issue when trying to parse exported `.xlsx` files.

I think it would be great if this class has option that oryginal class has - __construct parameter that allows you to tell if you're sending string of filename or...

https://github.com/gneustaetter/XLSXReader/blob/10cad4e800adc1f7793c4bbfb2dd1e730f0735b7/XLSXReader.php#L252 Small sugestion to be compatible with PHP 8 (remove curly braces) $index += (ord($col[$i]) - 64) * pow(26, $colLen-$i-1);