Hi all,
I have a .NET website where I am currently creating an Excel spreadsheet that is streamed to the customer using the MIME type for Excel. It gives me 1 workbook for all the data.
I want to have a "Cover Sheet" workbook with the summary information followed by "Detail" sheets containing more information about each item on the "Cover Sheet".
For example, the customer selects a group of Books from an online library. The first workbook shows the entire list of books selected along with summary information. The folowing sheets have more detailed info about each Book.
I am new to Excel so I may be using the wrong terminology, but I think my intention is fairly clear. The user will just download one XLS file with the information I have mentioned.
Is this something I can do with Apose Cells? I may wish to include imbeded images and hyperlinks.\Are there examples of this somewhere?
Thanks to all for anyh answers.