COM Object and save a file in local
Dear all,
We have a requirement where we need to show some data to the customer and the customer will query and download the data in an excel file in his local.
We are creting the file using Com Object (Excel) in escript and we are not using Import Object.
Please let me know how to save a file in local machine.
Also, we are trying to do it via BrowserScript. Can anyone please let me know the syntax for creating an excel application from browser script?
ActiveXObject("Excel.Application") is not working. Is there any different syntax for this?