Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - [email protected]

Pages: [1]
1
ParamQuery Pro Evaluation Support / JSZip is not a constructor
« on: September 14, 2021, 03:42:30 am »
Hi,
I am evaluating your product and when importing an xlsx I get the following error: "JSZip is not a constructor"

I have  include: <script type="text/javascript" src="http://localhost/intraweb/templates/inima/js/paramquery/jsZip-2.5.0/jsZip.min.js" ></script>   

In html i have this script:
   function fImport() {
      pq.grid( "#grid_json_design").showLoading()
       pq.excel.importXl( {url: '../../pro2/Content/workbook.xlsx'}, function( wb ){
         pq.grid.importWb({ workbook: wb, extraRows: 10, extraCols: 10 });
         pq.grid( "#grid_json_design").hideLoading();
      });
   }


where is the problem?

Thanks!

Pages: [1]