Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
jsingh71
Partner - Specialist
Partner - Specialist

How to load data from SharePoint?

Hello Everyone,

In my application I am pulling data from Sharepoint URL. There are 5 excel files available in this url.

All files having the different name but same structure means same tab name and column name.

When I am loading single excel file then data loaded sucessfully,

for example:

                         LOAD

                              Field1,

                              Field2

                         FROM

                              [https: // sharepoint. mydomain.com/ files /abc. xlsm]

                                   (ooxml, no labels, table is [sheet_name];

This is working fine without any issue. but when I try to load all the excel file using below code:

                         LOAD

                              Field1,

                              Field2

                         FROM

                              [https: // sharepoint. mydomain.com / files / abc. xlsm]https://sharepoint.mydomain.com/files/*.xlsm

                                   (ooxml, no labels, table is [sheet_name];

Then its showing error message "bad zip file", Can any one please share the solution to avoid this error.

Thanks in Advance.

Labels (1)
1 Solution

Accepted Solutions
jsingh71
Partner - Specialist
Partner - Specialist
Author

I got the solution so I am closing this.

View solution in original post

4 Replies
jsingh71
Partner - Specialist
Partner - Specialist
Author

I got the solution so I am closing this.

shane_spencer
Specialist
Specialist

Do you by any chance work with soha1902 ? See this thread:

http://community.qlik.com/message/562097

Have you tried as a test putting the files on a normal share and uploading from there? This will tell you if the problem is with sharepoint.

Not applicable

How are you doing? I was hoping you could share how you fixed the zip file error from the .xlsm file from sharepoint. I receive the zip file error when I have a filename entered with the xlsm extension. Your assistance is greatly appreciated.

Thanks

How to load data from SharePoint?

https://sharepoint.mydomain.com/files/*.xlsm

https://sharepoint.mydomain.com/files /abc.xlsm

Not applicable

Hi, Could please share how did you solve your problem ?