Export To Excel...Excel file cells width modification
Export To Excel...Excel file cells width modification
vinitsharma
Posts: 23Questions: 0Answers: 0
Hello All,
I would like to know if I could manipulate the datatable's exported Excel file or not. I don't need more modification but at least I want to adjust the column widths in the excel file so can I make this possible anyhow, either through any datatable's inbuilt function or by any other external means ? because CalcColRatios doesn't works here in Export Excel and it only works in Export PDF. So I need to fulfill this requirement anyhow. Please tell me how can I do it. Any help appreciated.
I would like to know if I could manipulate the datatable's exported Excel file or not. I don't need more modification but at least I want to adjust the column widths in the excel file so can I make this possible anyhow, either through any datatable's inbuilt function or by any other external means ? because CalcColRatios doesn't works here in Export Excel and it only works in Export PDF. So I need to fulfill this requirement anyhow. Please tell me how can I do it. Any help appreciated.
This discussion has been closed.
Replies
Allan
No - as I said, the columns sizes currently can't be changed.
> Where can I get the .CSV file generated during the Export Excel function ?
If you looks at the TableTools source code, you'll see how it wrks - TableTools uses fnGetData to get data from the table, and then builds a CSV list, which is passed to Flash and saved as a local file. It is not technically an Excel file, it is a CSV file which Excel can read.
Allan