Merged Excel file in printable format

Hi


We are using Apose Cells for Java, and merging mutiple Excel files (XLS as well as XLSX) files, and the out put is to be, printable format of the Excel file - with the data and formatting in the merged file.

Appreciate what APIs and algorithms are best in Aspose to use.

Thanks in advance.

Srini


Hi,


Well, Aspose.Cells does support to render PDF and TIFF file formats from Excel files, so you may convert your merged spreadsheet to any of the above mentioned formats for your needs. Please see the following documents for your reference:
http://www.aspose.com/docs/display/cellsjava/Converting+Excel+to+PDF+Files
http://www.aspose.com/docs/display/cellsjava/Converting+Worksheet+to+Image

Hope, this helps a bit.

Thank you.




Thank you Amjad for your inputs.