Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
markus_zhang
on July 23, 2021
|
parent
|
context
|
favorite
| on:
The Tyranny of Spreadsheets
Now that you mentioned, we didn't have access to SQL Server dwh until 6 months before I left for good.
Can you try sqlite? It's usually enough for simple things I think.
kwyjobojoe
on July 23, 2021
[–]
But then we need something to interface with the db. Getting any programming language installed isn't going to happen in government.
regularfry
on July 23, 2021
|
parent
|
next
[–]
Best of both worlds: libsqlite.dll is almost certainly on any corporate Windows rollout somewhere already, and you can load it into Excel as an extension for a pretty front-end that happens to have a programming language built in.
andrew_jef
on July 23, 2021
|
parent
|
prev
[–]
Nocodb is trying to solving the issues of implementing a spreadsheet-like frontend on top of a database backend
https://www.nocodb.com/
Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Can you try sqlite? It's usually enough for simple things I think.