hhurz / tableExport.jquery.plugin

jQuery plugin to export a html table to JSON, XML, CSV, TSV, TXT, SQL, Word, Excel, PNG and PDF
MIT License
984 stars 714 forks source link

Make The Xlsx Library More Clear To Beginners #335

Closed vthg2themax closed 3 years ago

vthg2themax commented 3 years ago

This lets the person quickly skimming correctly select the right library for XLSX export. I used the wrong js-xlsx library, and it caused an issue, so this will save the next person some time.

hhurz commented 3 years ago

@vthg2themax Thanks for your contribution