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

get row wise data of each column #84

Open subinkk08 opened 7 years ago

subinkk08 commented 7 years ago

i want iterate the rows of the sheet and i need to take the each column value of row in order to save to a json string.is it possible to convert directly json data or please give me a way to do that. thanks in advance. i found a post which is iterating all cells.

AmbroseSilveira commented 6 years ago

Take a characters AtoZ and append values from 1 to your row count, so the cellvalue becomes A1, B1 and so on and get cellValue. Guess this should solve it.