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

How to create excel file #67

Closed MansoorJafari closed 7 years ago

MansoorJafari commented 7 years ago

Hi @renebigot How to create excel file in directory and save data in?

renebigot commented 7 years ago

You can't create an XLSX from scratch with this lib. You have to embed a minimal XLSX file in your project, open it, modify it and save it as a new file.

JasmeetDev commented 6 years ago

@renebigot I am unable to write to xlsx file saved in documents directory, and save it .

KuDji commented 6 years ago

@renebigot I am to - can't to write xlsx file, can't - save it .