OKfmt

Convert to CSV

CSV is the most universal interchange format for tabular data, readable by Excel, Google Sheets and every data analysis tool. This group exports JSON and YAML structured data plus XLSX and XLS workbooks to CSV โ€” 4 conversion directions.

Encoding follows RFC 4180: fields containing commas or newlines are quoted, and quotes are escaped by doubling. JSON sources must be arrays of objects; spreadsheet sources use the first worksheet with formulas resolved to cached values. Comma, semicolon, tab and pipe delimiters are supported.