Skip to main content

Multiple Excel Sheets Importing

I have an excel file with more than 20 sheets and the header row is the fifth row. Is there any way to import multiple sheets of a single excel file? Also, can we consider 5th row as my header row?

Brian Element Fri, 06/24/2022 - 07:47

The import function allows you to import multiple worksheets but the header row has to be on the first row, you can't get around that so you either have to manually delete them would probably be the easiest.  A script could be created to delete the first 5 rows of each sheet but that would be more for an advanced IDEAScript programmer.