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

A way to refer to named ranges? #38

Open gistya opened 8 years ago

gistya commented 8 years ago

Is there a way to refer to named ranges? One thing I face is that I have to integrate a spreadsheet into my code, where the spreadsheet changes a lot. Now, I could try to find some column name field and populate my column references that way, but since the spreadsheet already has named ranges in it, it would be easier for me to refer to the range name instead. Is there a way to do that? Thanks.

renebigot commented 8 years ago

Why not in a future release. But it is not possible for the moment.