jQuery plugin to convert HTML table to CSV
Stars
43
Forks
29
Watchers
43
Open Issues
6
Overall repository health assessment
No package.json found
This might not be a Node.js project
Makes the quoting and quote masking behaviour conform to RFC-4180 and updates test.html accordingly.
f1d8f6bView on GitHubAdded 3 new features (emptyValue, showHiddenRows, rowFilter)
30e4d35View on GitHubFixed #4 . This fix may have not caught the original case that the if/else if/else block was intended to catch however.
45932dbView on GitHubPlugin now parses '' and ' ' into '0's in the resulting CSV. Closes #3
f5697ecView on GitHubIf a table cell (td tag) is empty, a 0 is now placed in the CSV file
07eb388View on GitHubWhen exporting only certain columns from the table, you can now add exactly one additional column of data that does not appear in the table
2652fd3View on GitHub