ParamQuery grid support forum

General Category => Bug Report => Topic started by: ljfreedom on June 15, 2018, 11:35:23 am

Title: Grid export to xlxs file open error
Post by: ljfreedom on June 15, 2018, 11:35:23 am
When I use excel 2017 open file .it becomes wrong

Here is the code,and attachments with the file and picture

var blob = table.pqGrid("exportData",{format:'xlsx'});
       if(typeof blob === "string"){                           
            blob = new Blob([blob]);
        }
        saveAs(blob, fileNme+".xlsx" );