Wednesday 2 January 2013

Convert list or library sharepoint data into excel sheet using JavaScript.

Following Steps:-
1-Take one content editor web part,
2-Put below code with all details.


'input class="ms-rteThemeBackColor-5-4" onclick="location.href='/site/site-name/_vti_bin/owssvr.dll?CS=109&Using=_layouts/query.iqy&List=list-name;View=view-name; CacheControl=1'" type="button" value="Export to Excel"/ /'

In Simple:-
{siteurl}/_vti_bin/owssvr.dll?CS=109&Using=_layouts/query.iqy&List={GUID of list}&View={GUID of view}&CacheControl=1

No comments:

Post a Comment