Game Development Community

How to read/write data to excel file with scripting

by jack518 · in Torque Developer Network · 01/21/2010 (1:40 am) · 2 replies

Hi,
I am working on a project. it needs to read/write game data to excel file. For manipulating data on excel with the torque scripting, it currently is really out of my reach.



can anybody with that experience give me some hints ? By the way I am using TGB



thanks

#1
01/25/2010 (2:50 pm)
Format your data as comma separated values and save it as a .csv during output. You can then import it into Excel. Test the format as you start developing to make sure that you are exporting it correctly for Excel to read.
#2
02/05/2010 (3:11 am)
thank you David.