XlsxReaderWriter icon indicating copy to clipboard operation
XlsxReaderWriter copied to clipboard

Unable to open XML file

Open willm132 opened this issue 1 year ago • 1 comments

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 avatar Jul 22 '24 15:07 willm132

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

willm132 avatar Jul 22 '24 15:07 willm132