User-73514677 posted
Hi.
How to bulk export data from Oracle table to Excel, which can be downloaded / opened by end user ?
I am using C# web application . The data which is available in the table is huge . What is the best way to transfer data to excel ?
I thought of SSIS option, but here I have the table names which are user input and get changed every time. Also, if SSIS to be used, how to pass the parameter from web application to the SSIS package ? What are the other ways to bulk export the data
to Excel using C# ?
Thanks