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

how to create a Data object from the created file? #108

Open nimrodbens opened 4 years ago

nimrodbens commented 4 years ago

I have created an xlsx file and written it to a specific URL. now when i try to create a Data object it fails with the correct url. any idea why? i need this so i can send the created xlsx file as an email attachment.