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

Change Array.prototype to defineProperty to avoid collateral #129

Closed evertonverbo closed 6 years ago

evertonverbo commented 6 years ago

Those methods (processRows and processCols) are defined in the Array prototype. When I need to go over an array from my project those values are retrieved together with my expected items, occasioning problems for me.