开发者

Write physical table to csv file

开发者 https://www.devze.com 2022-12-28 09:00 出处:网络
I was wondering if anyone knows how to write an actual table/grid to a csv file....i dont mean the content of the table/grid, i 开发者_如何学Cmean the actual grid lines etc etc, headers, axis.....

I was wondering if anyone knows how to write an actual table/grid to a csv file....i dont mean the content of the table/grid, i 开发者_如何学Cmean the actual grid lines etc etc, headers, axis.....

Thanks greatly in advance.

U.


As MPritch has said the CSV format is plain text and as such seems unsuitable to your needs. If you have a grid object that you're happy with you can probably serialise it to disk using one of the formatters (eg BinaryFormatter) or the XmlSerialiser.

0

精彩评论

暂无评论...
验证码 换一张
取 消