ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: metalsimyaci on January 22, 2018, 03:47:30 pm

Title: That command cannot be used on multiple selections
Post by: metalsimyaci on January 22, 2018, 03:47:30 pm
I get the below error message when I attempt to add a new worksheet to / copy cells from an Excel 2013 .xlsx file generated in browser.
Paramquery Pro v3.4.0

Code: [Select]
Javascript:
   
        var blob = this.instance.pqGrid("exportData",
            { format: "xlsx", render: true, sheetName: "Page 1" });

        if (typeof blob === "string") {
            blob = new Blob([blob]);
        }
        saveAs(blob, "test.xlsx");

       
Title: Re: That command cannot be used on multiple selections
Post by: paramvir on January 22, 2018, 04:39:22 pm
This is fixed in v3.4.1

https://paramquery.com/forum/index.php?topic=2044.0