Skip to main content

Module csv_table

Module csv_table 

Source
Expand description

Pure CSV/TSV → HTML table renderer.

No I/O: caller supplies the file content as a string. Called from src-tauri’s Deferred-marker resolver for ![[data.csv]] embeds via TableRenderer.

Structs§

CsvTableOptions
Options controlling how a CSV/TSV payload is rendered as an HTML table.

Functions§

render
Render a CSV/TSV string as HTML. Caller supplies options; content is HTML-escaped before emission.