Spreadsheet
- How I open a CSV file without spreadsheet surprises
A CSV viewer helps inspect tabular data before importing it into a database, spreadsheet, or script. The CSV Viewer tool is useful because it lets me check the result in a small, controlled place before I use it in a …
- How I turn JSON into CSV for spreadsheets without flattening the wrong thing
CSV is a table, while JSON can be deeply nested. Conversion works best when the JSON is an array of similar objects. The JSON to CSV tool is useful because it lets me check the result in a small, controlled place before …