When converting data tables to XLSX, is there a way to set the worksheet name to the data table name? currently it just set the worksheet name to sheet1, sheet2, .., for each data table converted
0
-
Yes. The worksheet name comes from the tableName property of the data table.
I would use an Evaluate Expression activity to do something like:
myDataTable.tableName = "My Name"--Ryan
1 -
It worked for me. Thanks Ryan!
0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
2 kommentarer