简体   繁体   中英

Export data into multiple sheet in same workbook using SSIS?

We are trying to export some data from SQL server into an excel sheet. The data records will be like more than 1 lakh records. I noted that Excel has a constraint of not creating rows more than 65,000. In this case we need to create workbooks in the multiple excel sheet.

Could you please help me how to creat multiple workbooks thru SSIS in run time - if it is >65,000?

If you still prefer all records to be in a single sheet, choose the destination as Microsoft Excel 2007 instead of Microsoft Excel 97-2003

在此处输入图片说明

If you require multiple sheets on the other hand, refer to Step:2 in the article below http://danajaatcse.wordpress.com/2010/05/05/extracting-data-from-multiple-sheets-in-an-excel-file-in-ssis/

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