Aller au contenu principal

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

Commentaires

2 commentaires

  • 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

Vous devez vous connecter pour laisser un commentaire.