Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Change Sheet Name in export

    SmartClient Version: v11.0p_2017-02-11/PowerEdition Deployment (built 2017-02-11)

    I am using server side export in smartgwt to export listgrid. How can i set the worksheet name. Currently it appears as sheet 0.

    #2
    There's currently no way to pass in a custom sheet name, but you could call the server-side API dsResponse.getExportObject() and see if you can modify the sheet name using POI APIs.

    Comment

    Working...
    X