BLU Discuss list archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Discuss] Frustration with SQL and Spreadsheets
- Subject: [Discuss] Frustration with SQL and Spreadsheets
- From: jimgarrett at posteo.net (Jim Garrett)
- Date: Wed, 15 Apr 2026 15:14:48 +0000
- In-reply-to: <baf0cf4b6d5fe8c79abc21d5e21fc633.squirrel@mail.mohawksoft.com>
- References: <e865d63a9e1ac36be71f6f7ea22c916b.squirrel@mail.mohawksoft.com> <zbvexxrzczorecql7bkhzo5sucjyr3cvps5pck723ejv2nm7mr@tas4g2vpflj4> <baf0cf4b6d5fe8c79abc21d5e21fc633.squirrel@mail.mohawksoft.com>
On 4/15/26 11:00, markw at mohawksoft.com wrote: >> markw at mohawksoft.com wrote: >>> One of the things I have to do a lot is transfer data to and from >>> spreadsheets. Its so frustrating that they are essentially the same >>> concept: an X/Y grid of cells is virtually identical to rows and >>> columns. >>> >>> We have had databases and spreadsheets coexisting for over 40 years why >>> hasn't anyone merged these two things? A "spreadsheet" program could >>> very >>> easily be set on top of something like SQLite. >>> >>> Does anyone know of such a spreadsheet? >> >> >> It was invented in 1984: >> >> https://en.wikipedia.org/wiki/Javelin_Software > > Was it based on a SQL database, I don't see that. >> As a statistician who often receives spreadsheets as data sources, spreadsheets have become almost free-text platforms. I've seen data encoded as text, a mixture of numbers and text, color-coding, and even comments. SQL databases, Javelin, and every statistics package have the requirement that the data in each column conform to a specified data type. Forcing columns to have a specific type would improve the world enormously, while annoying the hell out of many people collecting data. Incidentally, another issue I've run into when using Excel as a data source is that if you export to CSV, it quietly assumes you want the data as it's showing it, with floating-points rounded, rather than the original data. This violates so many basic data-handling practices.... -- Kind regards, Jim Garrett ( Why I'm using plain text in e-mail: https://useplaintext.email/#why-plaintext )
- Follow-Ups:
- [Discuss] Frustration with SQL and Spreadsheets
- From: kentborg at borg.org (Kent Borg)
- [Discuss] Frustration with SQL and Spreadsheets
- References:
- [Discuss] Frustration with SQL and Spreadsheets
- From: markw at mohawksoft.com (markw at mohawksoft.com)
- [Discuss] Frustration with SQL and Spreadsheets
- From: dsr at randomstring.org (Dan Ritter)
- [Discuss] Frustration with SQL and Spreadsheets
- From: markw at mohawksoft.com (markw at mohawksoft.com)
- [Discuss] Frustration with SQL and Spreadsheets
- Prev by Date: [Discuss] Frustration with SQL and Spreadsheets
- Next by Date: [Discuss] Frustration with SQL and Spreadsheets
- Previous by thread: [Discuss] Frustration with SQL and Spreadsheets
- Next by thread: [Discuss] Frustration with SQL and Spreadsheets
- Index(es):
