"Multiple tabs in excel files"

Papad
Papad New Altair Community Member
edited November 5 in Community Q&A
Hi, how can I work with an excel file with multiple tabs without changing tab every time I want to make a change?
When I have different excel files I can use loop file operator, but the problem is when I have one excel with many tabs.
Thanks in advance.
Tagged:

Best Answer

  • YYH
    YYH
    Altair Employee
    edited May 2019 Answer ✓
    Hi @Papad,

    if you would like to read the excel sheets one by one, you can iterate the sheet number in “Read Excel”. You can use a list of sheet name to apply a loop or use sheet number as iteration count.



    Enjoy!
    YY

Answers

  • YYH
    YYH
    Altair Employee
    edited May 2019 Answer ✓
    Hi @Papad,

    if you would like to read the excel sheets one by one, you can iterate the sheet number in “Read Excel”. You can use a list of sheet name to apply a loop or use sheet number as iteration count.



    Enjoy!
    YY
  • Papad
    Papad New Altair Community Member
    Thanks a lot!