Author Topic: Grid export to xlxs file open error  (Read 1941 times)

ljfreedom

  • Newbie
  • *
  • Posts: 7
    • View Profile
Grid export to xlxs file open error
« 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" );