Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
vardhancse
Specialist III
Specialist III

How to load excel sheet to qlikview from sharepoint

Hi ,

I have a requirement is that need to load excel sheet from share point can any one help me out.

In that excel sheet i have around 5 sheets.

1 Reply
Not applicable

Try like Below:

Let vSharePointPath = 'http://mydocuements/sharepoint/'; // Get full folder path

LOAD *

FROM [$(vSharePointPath)/ExceFileName1.xls] (ooxmal) (sheet$1);