|
|
|
|
|
by nextaccountic
267 days ago
|
|
What about a tool that tracks updates to shared Excel spreadsheet and replicate them in a SQL database? And then, if somebody makes a change in the database, a trigger will update the spreadsheet Such a two-way binding makes it possible to continue relying on spreadsheets for UX, all the while the data is not locked in there and we can also have other processes handling the data (a web app, some cron job, etc) Maybe market it as an API for excel or something |
|