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

Use of uninitialized value in hash element at Spreadsheet/ParseXLSX.pm line 477. #41

Closed
vfilatov opened this issue Aug 17, 2015 · 6 comments

Comments

@vfilatov
Copy link

$ file test.xlsx 
test.xlsx: Microsoft OOXML
$ ./ParseXLSX.pl test.xlsx > /dev/null
Use of uninitialized value in hash element at Spreadsheet/ParseXLSX.pm line 477.

Workaround
Spreadsheet/ParseXLSX.pm:
479c479
<             $fill{$_->att('patternType')},

---
>             $fill{$_->att('patternType')//'none'},
@doy
Copy link
Owner

doy commented Sep 19, 2015

Can you provide me with test.xlsx?

@vfilatov
Copy link
Author

Sorry, for delay...
Here it is.

Thanks,
Val

On Sat, Sep 19, 2015 at 1:47 AM Jesse Luehrs notifications@github.com
wrote:

Can you provide me with test.xlsx?


Reply to this email directly or view it on GitHub
#41 (comment)
.

@vfilatov
Copy link
Author

I checked v0.18 bug is still there

@doy
Copy link
Owner

doy commented Dec 5, 2015

Sorry - Github issue emails don't transmit attachments. Can you upload the file somewhere instead?

@vfilatov
Copy link
Author

vfilatov commented Dec 9, 2015

I hope this works for you.

https://drive.google.com/file/d/0ByTBznRD5ZnWWDVGOEgybXFiMXV5Wk9qWTBYeFNHZmNTbjJ3/view?usp=sharing

On Sat, Dec 5, 2015 at 12:36 PM, Jesse Luehrs notifications@github.com
wrote:

Sorry - Github issue emails don't transmit attachments. Can you upload the
file somewhere instead?


Reply to this email directly or view it on GitHub
#41 (comment)
.

@doy
Copy link
Owner

doy commented May 22, 2016

Fixed in 5339faa.

@doy doy closed this as completed May 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants