Ask HN: Why isn't Excel and Google Sheet having a JSON export option?
2 points by 11235813213455 4 months ago | 3 comments- tifkap 4 months agoBecause it can already export to CSV/TSV and exporting to json has no direct added value?
Note that Excel and Google Sheet can also not export to sc (spreadsheet calculator), to DuckDB, etc. Just because something is possible, does not mean it therefore must exist.
- 11235813213455 3 months agoJSON is less sketchy than CSV because of many security risks (https://security.stackexchange.com/questions/279321/preventi...). I can foresee this be added in the future alongside CSV because it's more solid
- 11235813213455 3 months ago
- stop50 4 months agoBecause json is not an common format?