Im working on some google doc spread sheets and I thought im not sure if cocoa can parsing the spread sheet data so I dont wanna do all this and find out its useless..

if it can be parsed what format should it be in?

Thanks!

link|improve this question

feedback

2 Answers

up vote 0 down vote accepted

"Comma Separated Values"

link|improve this answer
feedback

As said above, you can export the spreadsheet into a Comma separated table or a tab separated table and write some code to parse it. You can use NSScanner to parse them rather easily.

link|improve this answer
Great and google docs is able to do that! horray – user377419 Jul 18 '10 at 15:17
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.