Getting Started

fast-csv package to create CSVs.

Installation

See installation docs

Usage

import * as csv from '@fast-csv/format';

Docs

  • Options - Documentation options that can be passed to formatting methods.
  • Row Types - Documentation for supported row formats and their usages.
  • Methods - Documentation for exported formatting methods.
  • Examples - TypeScript and JavaScript examples.