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 121 forks source link

Link to another workbook, save and open the file again #64

Closed ench44 closed 7 years ago

ench44 commented 7 years ago

Open the new file saved in the / Document folder MS EXCEL prompts that the file is corrupt and can not read some data, I tried a number of ways: When I create a new excel file, and create multiple sheets, then there is no link to the other workbook. Save the file no problem. I think this error is probably due to my workbook contains a result of other links.

ench44 commented 7 years ago

Very much hope to be answered

renebigot commented 7 years ago

This problem is not linked to what you're doing but to how OpenXML files are read by Excel. I have to work on this, but I don't really have time for it :(

Same as #27