简体   繁体   中英

Multiple Oracle Data Export to individual spreadsheet in a single excel using C#.net

I have 10 Select queries in Oracle PL/SQl(each will return atleast 1000 records). How can I export Each Select Query Data returned in a separate(multiple) spreadsheets in a Single Excel File like Data returned from Query1 should be in spreadsheet1 and data returned from Query2 should be in spreadsheet2 like wise using C#.net.

Thanks in advance

Use a library like NPIO , which can create and manipulate Excel files. Follow their tutorial at http://www.leniel.net/2009/07/creating-excel-spreadsheets-xls-xlsx-c.html in order to create "worksheets" within the "workbook".

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM