Fake51 / XLSXReader

.xlsx file reader library for PHP
Other
2 stars 0 forks source link

SheetId from Workbook.xml does not map directly to sheetXX.xml #2

Closed skmatik closed 12 years ago

skmatik commented 12 years ago

Proper way is use "r:id" attribute from worksheet.xml and search for this id in file \xl_rels\workbook.xml.rels . If you play with sheets (move, delete), SheetId will not work.

Fake51 commented 12 years ago

Thanks, I'll look into it :)

skmatik commented 12 years ago

Thanks, this will help a lot.

On Sun, Nov 11, 2012 at 8:00 PM, Peter Lind notifications@github.comwrote:

Thanks, I'll look into it :)

— Reply to this email directly or view it on GitHubhttps://github.com/Fake51/XLSXReader/issues/2#issuecomment-10270710.

Fake51 commented 12 years ago

Do you have a spreadsheet that triggers it?

skmatik commented 12 years ago

Yes I have, check the one attached.

On Sun, Nov 11, 2012 at 8:15 PM, Peter Lind notifications@github.comwrote:

Do you have a spreadsheet that triggers it?

— Reply to this email directly or view it on GitHubhttps://github.com/Fake51/XLSXReader/issues/2#issuecomment-10270881.

Fake51 commented 12 years ago

Hmm, don't think it comes through when you attach to an email you send as reply to notifications - you can email it to peter.e.lind at gmail.com

Fake51 commented 12 years ago

This bug should be fixed now, using proper relations from the .xlsx file instead of guessing based on attributes - can you check against your spreadsheets?