renebigot / XlsxReaderWriter

XlsxReaderWriter is an Objective-C library for iPhone / iPad and Mac. It parses and writes MS Excel XLSX files.
MIT License
437 stars 119 forks source link

Unable to open XML file #117

Open willm132 opened 1 month ago

willm132 commented 1 month ago

We have an excel file that is generated from Paycor (HR Software) when reading these files the following is happening

This appears to be an issue with generating the excel file. Is it possible to add support for XML Namespace? Reference: here

NSDictionary *dictionaryRepresentation =[XlsxReaderXMLDictionaryParser dictionaryWithOpenXmlString:_xmlRepresentation];

Expected Result: Open XML New.txt Reads the following: xlsxReaderArrayValueForKeyPath:@"sheets.sheet"]

Actual Result: Open XML Old.txt Does not have sheets.sheet but does have x:sheets

willm132 commented 1 month ago

@renebigot would you be able to help me with this?