Is there anyway to load whole excel workbook within an anvil app (while perserving all its format & formulas). Yes, I know its weird (I am stuck with a client who thinks she knows more accounting then a professional accountant (Thats me
).
The app will be deployed locally.
If you are aware of any quick solution please let me know.
That seems like you want a Javascript way of importing and displaying the Workbook, to avoid trying to recreate it all in a data grid. I donβt have experience with it, but this page describes a library: https://www.grapecity.com/blogs/how-to-importexport-excel-files-using-javascript-and-spread-sheets
@jshaffstall Thanks. But for a small task like mine, licensing fees is way too much.
There may very well be free Javascript libraries out there. The main point was that to avoid recreating the entire logic of Excel yourself in Anvil, a Javascript library is what you want to investigate, unless you get lucky and someone else has already done the Anvil work for it.