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

IE: Assignment to read-only properties is not allowed in strict mode #161

Closed clarketm closed 5 years ago

clarketm commented 5 years ago

Describe the bug Assignment to read-only properties is not allowed in strict mode caused by assigning a string directly to the style property.

To Reproduce Steps to reproduce the behavior:

  1. Open IE 9 browser on Windows
  2. Navigate to "https://tableexport.v3.travismclarke.com/examples/arabic-language.html"
  3. Open console and see error and that the export buttons do not show.

Expected behavior No error and that the export buttons should show.

Desktop (please complete the following information):