How to export to Excel & PDF file from Console application which will display the data with chart & grid

Hi,

I want to display data in the format attached here in PDF as well as in Excell file in Console application using c#.

Could you please suggest me a quick sample solution to this issue with the complete source code.

Quick solution to this issue will be highly appreciated.

Loooking forward to your early reply.


Thanks & Regards,
Hirak Sengupta

Hi,

Well, Aspose.Cells can fulfill your requirements very well. I would suggest some documents/topics for a programmer’s guide, so that you may get your desired results. Please see the following topics for your need.

1. Formatting Cells
http://www.aspose.com/documentation/.net-components/aspose.cells-for-.net/setting-display-formats-of-numbers-dates.html
http://www.aspose.com/documentation/.net-components/aspose.cells-for-.net/approaches-to-format-data-in-cells.html
http://www.aspose.com/documentation/.net-components/aspose.cells-for-.net/colors-and-palette.html
http://www.aspose.com/documentation/.net-components/aspose.cells-for-.net/colors-background-patterns.html
http://www.aspose.com/documentation/.net-components/aspose.cells-for-.net/adding-borders-to-cells.html
http://www.aspose.com/documentation/.net-components/aspose.cells-for-.net/excel-2007-themes-and-colors.html
etc.

2. Create Tables/List Objects (see documents in the section).
http://www.aspose.com/documentation/.net-components/aspose.cells-for-.net/format-a-list-object-table.html

3. Creating Charts (see documents in the section)
http://www.aspose.com/documentation/.net-components/aspose.cells-for-.net/creating-charts-1.html

4. Generate PDF Documents:
http://www.aspose.com/documentation/.net-components/aspose.cells-for-.net/converting-to-pdf-files.html




Moreover, we recommend you to check our featured demos for your complete reference:
http://www.aspose.com/demos/.net-components/aspose.cells/csharp/default.aspx

Thank you.