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

ignoreCSS in custom option is redefined. #186

Open ko22009 opened 5 years ago

ko22009 commented 5 years ago

When you pass custom option to TableExport, your ignoreCSS is redefined to default self.redefined. It is not good. https://github.com/clarketm/TableExport/blob/master/src/stable/js/tableexport.js#L67