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

ParameterTypeDescription
fileBaseFile
htmlOptionsHTMLFormatOptions(Optional)
tableOptionsCSVParseOptions(Optional)

Returns:

Promise<string>

Contents

  1. 1tableToHTML() function
  2. 2Parameters