renebigot / XlsxReaderWriter

XlsxReaderWriter is an Objective-C library for iPhone / iPad and Mac. It parses and writes MS Excel XLSX files.
MIT License
438 stars 121 forks source link

how to use this library for swift3 #66

Closed MansoorJafari closed 7 years ago

MansoorJafari commented 7 years ago

Hi

after I create a header file and add this line #import "XlsxReaderWriter-swift-bridge.h"

but dont work library in swift. please help.

Thanks.

charlymr commented 7 years ago

I have am using the library in Swift3 no problems. i have a pull request https://github.com/renebigot/XlsxReaderWriter/pull/52

But @renebigot did not look into it yet. Anyway, it works fine I tested it and using it.

then in you swift file you just do: import XlsxReaderWriter

MansoorJafari commented 7 years ago

Thanks. my problem is solve.

another question:

How to get sheetname in excel file?

renebigot commented 7 years ago

How to get sheetname in excel file?

Have a look at #31 for the sheet name.