Hi
I m unable to export-to-excel data of a list view web part in browsers except IE, and only in those machine which are having excel.
I m using this :
string exportToExcelURL = thisSiteURL + “/_vti_bin/owssvr.dll?CS=109&Using=_layouts/query.iqy&List={” + thisListGUID + “}&View={” + thisViewGUID + “}&CacheControl=1”;
please suggest solution if u have any