weshatheleopard / rubyXL

Ruby lib for reading/writing/modifying .xlsx and .xlsm files
MIT License
1.27k stars 253 forks source link

Error Parsing Xlsx when it has links to other files #459

Open afuente90 opened 3 months ago

afuente90 commented 3 months ago

Are there any way to continue parsing the file without getting the linked external book?

begin workbook = RubyXL::Parser.parse(file) rescue RuntimeError => e

end

The error I am receiving in the e

RuntimeError: Unknown child node [xxl21:alternateUrls] for element [externalBook]

weshatheleopard commented 3 days ago

Please provide a sample file with which you are experiencing this issue.