Combine Workbooks

Hi,

I have 12 workbooks with worksheets for each day of the month…how do i
combine all this into a project
.





This message was posted using Email2Forum by Amjad Sahi.

Hi,

Well, you may use Workbook.Combine method, Workbook.Copy method or copy individual worksheets in a workbook to other workbook using Worksheet.Copy method for your requirements.

See the following topic for your reference.
http://www.aspose.com/documentation/.net-components/aspose.cells-for-.net/combine-multiple-workbooks-into-a-single-workbook.html

http://www.aspose.com/documentation/.net-components/aspose.cells-for-.net/copying-and-moving-worksheets.html


Thank you.