actionscript 3 - How to switch to another column when exporting to csv -
i need export data ms excel. laod data bytearray , print file. nevertheless wasn't able find out, how switch next column. tried '\t', "\t", char(9) , many others, in excel file unknown character symbol ... "\n" works fine... i'm programming app in as3, if have connection..
csv stands "comma separated values". default delimiter columns comma (,
).
also, can designate character want use column delimiter (tabs, example), when importing excel
Comments
Post a Comment