SheetRocks
Documentation/Formulas/FROMCSV

FROMCSV

Parses a high-precision CSV string into a spilled table. Inverse of CSV.

Syntax

FROMCSV(csvString)

Arguments

Argument Description Required
csvString A CSV string produced by CSV or an equivalent encoding. Required

Examples

Spill a CSV string back into a table

=FROMCSV(A1)
Result ⇒ Name
A
1 Name,Age Ada,36

Typed

in the formula string is treated as a newline

=FROMCSV("Name,Age\nAda,36")
Result ⇒ Name

Related Functions

Other Special Functions & Keywords functions:


← Back to Formula Reference