Page 1 of 1

Export to Exel,not 'SaveToFile(fileName)',so 'append' to f ?

Posted: Fri Sep 05, 2008 8:07 am
by 9532157
Dear,

I use TeeChartAX7. I want export data to Exel format. Export is OK. Now I want to insert Title on first line of exel file. I create 'cstringFileName' and insert 'my char text' to the first line with EOL. That is OK. My chars is on the first line in file. Now I use 'GetExport().GetAsXLS().SaveToFile(cstringFileName)'. The 'my char text' is clear !.
How can I append data in exel format to created file ?

Regards
NhuTuan

Posted: Mon Sep 08, 2008 10:28 am
by narcis
Hi NhuTuan,

I'm afraid this is not possible. You should export all data every time or merge files manually outside TeeChart.