utilities.tabletohtml.md
January 18, 2023 ยท View on GitHub
Home > @datashaper/utilities > tableToHTML
tableToHTML() function
Signature:
export declare function tableToHTML(file: BaseFile, htmlOptions?: HTMLFormatOptions, tableOptions?: CSVParseOptions): Promise<string>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| file | BaseFile | |
| htmlOptions | HTMLFormatOptions | (Optional) |
| tableOptions | CSVParseOptions | (Optional) |
Returns:
Promise<string>