issues Search Results · repo:gneustaetter/XLSXReader language:PHP
Filter by
10 results
(62 ms)10 results
ingneustaetter/XLSXReader (press backspace or delete to remove)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]) ...
gerardo1sanchez
- Opened on Oct 24, 2024
- #11
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 turns out to be wrong since ...
patrickvuarnoz
- Opened on Mar 30, 2020
- #10
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 two types of XLSX files that were verified ...
arya108
- Opened on Feb 14, 2019
- #9
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 returned on getSheetNames()
I can see the logic behind ...
stephentkennedy
- 2
- Opened on Jan 5, 2018
- #8
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 Exception occurs.
vary thanks! Looking ...
alisazhang
- 5
- Opened on May 12, 2017
- #7
这行(this line),大概198行左右(about 198 lines) $maxValues = $this- getColumnIndex($cells[1]);
verifier-studio
- Opened on Mar 30, 2017
- #6
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 XLSXReader very much so I use it in my ...
newlubin
- Opened on Oct 31, 2016
- #5
$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 ...
venkibadduri
- Opened on Feb 19, 2016
- #4
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 sting of file content to compute.
kluskaSUB
- Opened on Jun 24, 2013
- #3
Trying to run on PHP 5.2, generates the following error
Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in xlsxreader.php on line 280
The offending line:
$value = $self::parseRichText($cell- ...
gaurish
- 2
- Opened on Dec 7, 2012
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.