Forum Discussion

avi081265's avatar
avi081265
Helper III
5 years ago
Solved

How to connect SharePoint 2016 onpremise?

Hello,   How to connect SharePoint 2016 on-premise document library, fetch the excel from all the folders and combine it? I tried same thing in SharePoint Online and it is working without any issu...
  • Jimmy801's avatar
    Jimmy801
    5 years ago

    Hello avi081265 

     

    to remove the first 2 rows of your table you can use Table.Skip(YourTable,2).

    But you have to apply this function before you are combining your tables. So basically when you have your list of files and then applying a function of reading first your workbook, then you navigate to your sheet and most probably you promote your headers (until you are using tables). Exact after this step, you have to apply Table.Ski

     

    If this post helps or solves your problem, please mark it as solution (to help other users find useful content and to acknowledge the work of users that helped you)
    Kudoes are nice too

    Have fun

    Jimmy