Renaming excel sheet in html to excel recipe
-
Hello There,
I want to quickly check how to rename the sheet and how to give custom name to the downloaded file?
Let me know if you need more information.Thanks.
-
hi! renaming a sheet is not supported right now in the current version, however we've implemented that and we are about to release it in the incoming jsreport 2.4.0 release, so stay tuned.
custom name of report can be set using the options in the render request, something like this:
{ template: { ... }, options: { reportName: 'my-report' } }
-
Thats perfect @bjrmatos
Your assistance in this matter is greatly appreciated.Thanks.
-
@IamadityaG just FYI, jsreport 2.4.0 was released yesterday so you can try the rename sheet feature, here is an example