Hoppa till huvudinnehållet

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

Kommentarer

2 kommentarer

  • Ryan Cooney

    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
  • Permanently deleted user

    It worked for me. Thanks Ryan!

    0

Du måste logga in om du vill lämna en kommentar.