csv - Any feasible solution to read/write simple XLS file on IOS?(I just need plain text) -


i found questions similar question asked no 1 provide decent solution.

i've found 2 projects on sourceforge (libxls , xlslib) read/write xls, under gnu license think can not used in ios app.

i don't want full function read/write xls lib. need write plain text in several rows , columns.pretty xls version of csv.(csv need reason need xls file format. can manually read/write csv format because it's easy understand. xls way complicated...xls format's documentation hundreds of pages...i don't want deal file headers , that)

is there solution? or there way convert csv file xls in ios?


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -