clarketm / TableExport

The simple, easy-to-implement library to export HTML tables to xlsx, xls, csv, and txt files.
https://tableexport.travismclarke.com/
Apache License 2.0
888 stars 289 forks source link

Configuring worksheet/spreadsheet name differently from file name #119

Open yechiel-optimalq opened 6 years ago

yechiel-optimalq commented 6 years ago

Hi,

When setting the filename config it sets the file name and spreadsheet name to be the same. any way to configure the sheet name differently than the file name? (Having errors of worksheet name length etc)

nowherenearithaca commented 6 years ago

+1 - was about to take a look at this as well

nowherenearithaca commented 6 years ago

you can just add a few things where you see it using fileName/name to set it separately - seemed to work for me