Hi Aspose support team,
I was checking out your product to see if it fits for me.
I have a C++ Client application but I do not need aspose.cells for c++( thats what I believe)
I have a series of reports made in Javascript which we invoke from c++ app. These reports creates Excel Workbooks with the results. This is done in javascript thanks to an ActiveXObject (objExcel = new ActiveXObject(“Excel.Application”)
which makes necessary to have an office installation and that sucks. I was checking your product for Javascript but we do not use Node.js.
Maybe you can enlight me how to use your product to acomplish these task.
Thanks in advance
@vanestreet,
Thanks for your query.
Well, we have not tested our Aspose.Cells for JavaScript via Java API with other JavaScript engines than Node.js. we do not know which JavaScript engine you are using and also are not sure whether Aspose.Cells for JavaScript can work well for that engine. Anyways, you may try it by yourself with some simple code, such as just create one empty Workbook object and then save it as a resultant excel file. If your JavaScript engine does not support invoking java libraries (which is required by Aspose.Cells for JavaScript in any case) and cannot run the JavaScript code of Aspose.Cells for JavaScript successfully, we are afraid you have to use Node.js. If you can make the JavaScript engine work with Aspose.Cells for JavaScript and has other questions about generating specific reports, you can get more guidelines and references by our online Docs, or just ask questions in the forum and we will provide further help.
As another option, we still think you should also consider our Aspose.Cells for C++ for your purpose.
Thank you for answering so soon.
I am going to take your advice and try to do some simple stuff and see what happens.
I’ll keep you posted and thanks again.
Great support team
@vanestreet,
Sure, take your time.
Have a nice day.