Hi
I would like to export some number to excel file but it always be
placed at location A1 without placing at A2,A3,.... in order.
Would someone please kindly advise me how to do it ?
Thanks!!!!
Re: How to export data to Excel tabular form by "fprint
ajhsu said:
Hi
I would like to export some number to excel file but it always be
placed at location A1 without placing at A2,A3,.... in order.
Would someone please kindly advise me how to do it ?
Thanks!!!!
You need to delimit the data with comma's. (Tabs would work also)
Anyways if you change the printf to "%3d," that would give you what you want. with an empty column at end or you can add some extra checks to avoid the last column.