XlsxReaderWriter
XlsxReaderWriter copied to clipboard
Unable to open XML file
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
@renebigot would you be able to help me with this?