Aspose Examples > .NET Components > Aspose.Cells > VB.NET > Northwind > Catalog

 

 Catalog  - Aspose.Cells

This online demo illustrates how to create a well formatted Catalog report by using Aspose.Cells for .NET.

Aspose.Cells component gives you the agility to report your data in a variety of ways. Aspose.Cells component is fully functional for creating all types of reports. You may customize the size and appearance of everything on a report. You can display the information the way you want to see it.

The demo generates a Catalog of products. It has a two-page report header and uses photos for each category. It starts each category on a new page and keeps all records for a category on same page. It prints an order form in the report footer on a separate page. ADO.NET is used to retrieve the data from the Products table of Northwind database, to generate the report. You can either open the resultant excel file into MS Excel or save directly to your disk to check the results.

Click Process to see how example Prints a catalog of products. The document will contain two-page report header, photos for each category; the demo starts each category on a new page; keeps all records for a category on same page; prints an order form in the report footer on a separate page.