0

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!

user377419
  • 4,681
  • 13
  • 42
  • 56

2 Answers2

1

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.

Elfred
  • 3,851
  • 22
  • 16
0

"Comma Separated Values"

djhworld
  • 6,726
  • 4
  • 30
  • 44