Author Topic: Set sheet name for work sheet not work!  (Read 2008 times)

minhmq

  • Newbie
  • *
  • Posts: 1
    • View Profile
Set sheet name for work sheet not work!
« on: October 08, 2018, 04:15:51 pm »
I do follow this https://paramquery.com/pro/demos/export_sheets to export multiple sheet. but i can't name for each work sheet and default sheet name for each worksheet is "ParamQuery Eval xxx"...
- I try insert param "sheetName" in workbook
var w1 = grid1.exportExcel({workbook: true, sheetName: "sheet name not work"}); //export 1st grid into js workbook.
- But I sheetname when excel download is "ParamQuery Eval 1","ParamQuery Eval 2"... :(
 
How I can name for each worksheet.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: Set sheet name for work sheet not work!
« Reply #1 on: October 08, 2018, 08:32:13 pm »
It works only in commercial version.