This function is used for export html page data in multiple excel sheets. with css but Mentation blow function not supported in Edge Browser and on other browser work fine.
i need it on urgent basic... please help..
tablesToExcel('#ExportPage2,#ExportPage1,#ExportPage3,#ExportPage4,#ExportPage5,#ExportPage6,#ExportPage7,#ExportPage8,#ExportPage9,#ExportPage10,#ExportPage11,#ExportPage12', Filename);
var tablesToExcel = (function ($) {
var uri = 'data:application/vnd.ms-excel;base64,'
, html_start = ``
, template_ExcelWorksheet = `{SheetName} `
, template_ListWorksheet = ` `
, template_HTMLWorksheet = `
------=_NextPart_dummy
Content-Location: sheet{SheetIndex}.htm
Content-Type: text/html; charset=windows-1252
` + html_start + `
`
, template_WorkBook = `MIME-Version:= 1.0
X-Document-Type: Workbook
Content-Type: multipart/related; boundary="----=_NextPart_dummy"
------=_NextPart_dummy
Content-Location: WorkBook.htm
Content-Type: text/html; charset=windows-1252
` + html_start + `
This page uses frames, but your browser does not support them.