export-from-mattable
Fast and lightweight html TABLE to CSV converter. It exposes two modules ExportFromMatTable and ExportFromTable that enables exporting data from an Angular Material table (<mat-table>) or a standard table (<table>) into a Comma-Separated Values (CSV) form
html-table-to-csv
This NPM package exports a CSV string from an HTML table. The function takes one parameter tableId which is a string representing the id of the table in the HTML document.
export-table-to-csv
Fast and lightweight html TABLE to CSV exporter. It exposes two modules ExportMatTableToCSV and ExportTableToCSV that enables exporting data from an Angular Material table (<mat-table>) or a standard table (<table>) into a Comma-Separated Values (CSV) for