I'm looking to create an excel file on the server side at the request of a client and then export the report data generated into that excel file and point the client's browser to it. It needs to be flexible for code reuse.
I can do this all on the client side, however, its too slow.
I think...
I'm trying to set-up a client side script (in jscript/javascript) that will export some dynamically generated report data from a table to excel on the server side. Afterwards, the user will be pointed to this file on the server.
At this point, I can do this from the client side. However, the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.