Comma-separated values. The most common tabular data format, widely used in spreadsheets and databases.
JavaScript Object Notation. Lightweight data interchange format, the standard for web APIs.
Structured Query Language. CREATE TABLE and INSERT statements for relational databases.
eXtensible Markup Language. Hierarchical document format for data transport and configuration.
YAML Ain't Markup Language. Human-readable configuration format popular in DevOps and CI/CD.
Microsoft Excel spreadsheet format (.xlsx). The most widely used spreadsheet format.
HTML table elements. Embeddable directly in web pages for data display.
Markdown table syntax. Perfect for documentation, READMEs, and wikis.
Tab-separated values. Common clipboard format when copying from spreadsheets.
Tom's Obvious, Minimal Language. Clean configuration file format used by Cargo, Hugo, and more.
LaTeX tabular environment. Essential for academic papers and scientific publications.