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!
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!
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.