SheetRocks
Documentation/Formulas/CSV

CSV

Serializes a table to a high-precision CSV string (CRLF between rows). Trailing empty rows and columns are cropped; internal blanks are kept. Wrap the cell or increase row height to see every line.

Syntax

CSV(tableRange)

Arguments

Argument Description Required
tableRange A cell range or array to serialize. Required

Examples

Zip a two-column table into a CSV string

=CSV(A1:B2)
Result ⇒ Name,City Ada,NYC
A B
1 Name City
2 Ada NYC

Related Functions

Other Special Functions & Keywords functions:


← Back to Formula Reference