Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

infinite loop on import #45

Open
GoogleCodeExporter opened this issue Apr 21, 2016 · 2 comments
Open

infinite loop on import #45

GoogleCodeExporter opened this issue Apr 21, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Read in the attached file
2. Get PHP Notice: 

 Undefined index:  in Excel.php on line 196

(i renamed the library to Excel.php)

What is the expected output? What do you see instead?
The webserver times out since the script is in a tailspin.

Please provide any additional information below.
I've attached the excel file I'm using.

Original issue reported on code.google.com by [email protected] on 9 Oct 2009 at 6:50

Attachments:

@GoogleCodeExporter
Copy link
Author

Also, prior to the repeating notice above, I get this notice

PHP Notice:  Undefined property: OLERead::$rootentry in Excel.php on line 233

Original comment by [email protected] on 9 Oct 2009 at 6:55

@GoogleCodeExporter
Copy link
Author

Line 196, for me, is:
$block = $this->bigBlockChain[$block];

I added this in case some error settings I made at the top of the file might 
have changed the line numbering

Original comment by [email protected] on 9 Oct 2009 at 7:12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant