Skip to content
Sheetwrite

Sheetwrite / Documentation

toTsv@sheetwrite/core

Export a canonical data-space range as clipboard-compatible TSV (CRLF, no BOM).

Export a canonical data-space range as clipboard-compatible TSV (CRLF, no BOM). Reversed corners are normalized; active sort and filter views do not remap the supplied row coordinates. Values are injection-hardened. The synchronous API returns one in-memory string and fetches at most maxWriterWindowRows canonical rows per packed store read.

Declaration

function toTsv(
range: Range,
store: Store,
options?: DelimitedTextOptions,
): string