My server needs to load many Excel Workbooks in memory at the same time. The server then receives requests specifying the workbook and other parameters. The server finds a specific page in the specified workbook and sets various cell values to the specified parameters. It then reads other computed cell values and returns these results as the request response.
Is there a way to do this with Excel, with one of its libraries or a third-party product?
I have been using Apache POI for a few years for these Excel based spreadsheets calculations. The problem is that I too often end up having to complete the library because of missing or buggy features. I am at the point where I am seriously considering using Excel to do my work.