Forum Discussion

Phishdawg's avatar
Phishdawg
Brass Contributor
Jun 15, 2023

Deleting First 7 Rows

I get an Excel document provided to me in a SP Library. There is no table in the sheet when received and I don't need the first 7 rows.   Is there a way to right a flow that will delete the first s...
  • Lorenzo's avatar
    Jun 15, 2023

    Phishdawg 

     

    Get & Transform aka Power Query is designed to do this kind of things

    - Data tab > Get Data > From File > From Excel Workbook

    - Select the workbook > Import

    - In the Navitor window select the desired sheet

    - At the bottom of the Navigator window > Transform Data (Power Query Editor opens)

    - In APPLIED STEPS (on the right) delete any step after Navigation

    - On the Home tab > Remove Rows > Remove Top Rows > 7 > OK

    - Closed & Load (top left of the menu)

     

Resources