Building large sheets/slides

Hi,


I have to create large (~500 sheets/slides) workbook/presentations. If I create small pieces (~50-100) What the most efficient way to merge those files?

Regards,

Hi,


Well, I think you may try to use Workbook.combine() method if it fits your needs:
http://www.aspose.com/documentation/java-components/aspose.cells-for-java/com/aspose/cells/workbook.html#combine(com.aspose.cells.Workbook)

Another way can be copying worksheets b/w workbooks, see the document:
http://www.aspose.com/documentation/java-components/aspose.cells-for-java/copying-and-moving-worksheets.html

Thank you.