# `NimbleCSV.Spreadsheet`
[🔗](https://github.com/dashbitco/nimble_csv/blob/v1.3.0/lib/nimble_csv.ex#L282)

A parser with spreadsheet friendly settings.

The parser uses tab as separator and double-quotes as escape, as required by
common spreadsheet software such as Excel, Numbers and OpenOffice. It's encoded
in UTF-16 little-endian with a byte-order BOM.

Such files should still be saved with the `.csv` extension.

# `dump_to_iodata`

# `dump_to_stream`

# `options`

# `parse_enumerable`

# `parse_stream`

# `parse_string`

# `to_line_stream`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
