jandrew / Spreadsheet-XLSX-Reader-LibXML

Read spreadsheet files with xlsx extentions
Other
4 stars 2 forks source link

Update XMLToPerlData.pm #25

Closed Frank071 closed 9 years ago

Frank071 commented 9 years ago

Reason: certain spreadsheet files resulted in endless loop

Solution: jump out of parse_element if sub_ref is no ref

jandrew commented 9 years ago

Sorry for the delay in response. I always appreciate the extra help. Since this pull request is deep enough in the package I just want to do a little due diligence first before adding it. I should be able to review it by this evening.

jandrew commented 9 years ago

Seems reasonable. Thanks for catching this.

Do you have a test case or a file that you found this on?