Ask HN: Easiest low-code way to convert spreadsheet to app?
For a client of mine I'm looking for a low code way to convert a complicated mortgage calculation spreadsheet (20 tabs/1000's rows) to an app so that the calculation happens in the excel but the output happens on a site/app frontend.
The spreadsheet is Microsoft xls. Ideally we can drag drop different components and make calculation/dashboards out of it having the excel as an engine on the backend.
Thank you!
6 comments
[ 4.3 ms ] story [ 28.3 ms ] threadIt is suggested by many startup enthusiasts as a no-code tool to make quick app prototypes[1]
[1] https://www.youtube.com/watch?v=7BBO3_llLss
https://docs.microsoft.com/en-us/previous-versions/office/tr...
You can do it with other web servers but it is dead easy to do with Microsoft's IIS and ASP.NET. I've written applications that have scripted Word from within a web server.
Excel to ap
- http://molnify.com
- http://glideapps.com
- https://powerapps.microsoft.com/en-us/blog/introducing-micro...
- https://about.appsheet.com/how-to-create-an-app/
- https://www.openasapp.com
- https://www.airrange.io/howto/calculation-app-excel
- https://go.caspio.com/turn-spreadsheets-into-web-application...
- https://retool.com/use-case/google-sheets-database
Online API from vendors
ms api
- https://docs.microsoft.com/en-us/graph/api/resources/excel?v...
google api
- https://developers.google.com/sheets/api/quickstart/js
integration example
- https://itnext.io/integrate-excel-into-your-react-applicatio...
- https://www.spreadsheetweb.com/
- http://calcfusion.com
Libraries that can read and calculate excel
- https://formulajs.info
- https://products.aspose.com/cells/net/
- https://github.com/fabiooshiro/xlsx-calc
- https://github.com/exceljs/exceljs