Author Topic: Export Excel, JSZip Problem  (Read 4011 times)

lsl

  • Pro Deluxe
  • Jr. Member
  • *
  • Posts: 67
    • View Profile
Export Excel, JSZip Problem
« on: August 19, 2016, 12:25:45 pm »
When we execute this function, it give us message to import JSZip (actually we are not going to Zip it at all)

$("#grid").pqGrid( "exportData", { format: 'xlsx',filename:'pq_excel.xlsx'} );

So we import the latest version of JSZip (https://stuk.github.io/jszip/)
however, it give us another error

"jszip.js:1474 Uncaught Error: This method has been removed in JSZip 3.0, please check the upgrade guide."

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Export Excel, JSZip Problem
« Reply #1 on: August 19, 2016, 12:41:05 pm »
The compatible version of jsZip is included in the SDK. Please use it instead of importing new version.