Chtn
Newbie level 4
- Joined
- Apr 16, 2013
- Messages
- 5
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,311
Hi,
Can anyone help me with how to modify a spreadsheet file created for dumping values using Tcl as well as perl.
As in generally when we dump out values to spreadsheet(.csv) file using 'puts' command, the values will be taken into a particular column based on delimiter.
Now if i want to dump values into spreadsheet like first row with 5 columns and second with 10 columns, as in dividing the top header column into 2 r any number of sub-columns.
How is it done?
Is it possible using Tcl?
Is it easier using perl or Tcl?
Can anyone help me with how to modify a spreadsheet file created for dumping values using Tcl as well as perl.
As in generally when we dump out values to spreadsheet(.csv) file using 'puts' command, the values will be taken into a particular column based on delimiter.
Now if i want to dump values into spreadsheet like first row with 5 columns and second with 10 columns, as in dividing the top header column into 2 r any number of sub-columns.
How is it done?
Is it possible using Tcl?
Is it easier using perl or Tcl?