We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Export To Grid using ExcelRW . .

Is there any quicker way of exporting the current grid with all of its formatting etc to excel rather than having to copy over the entire grid model, cell by cell and line by line and setting the style of each cell like this below .. style.FillBackground = ExcelKnownColors.Grey_25_percent; style.Borders[ExcelBordersIndex.EdgeBottom].LineStyle = ExcelLineStyle.Thin; style.Font.Color = ExcelKnownColors.Black; style.Font.Bold = true; I would have guess that you guys would have build a more simple API to do this since you built both products . . thks, ak

2 Replies

AD Administrator Syncfusion Team December 14, 2005 04:42 PM UTC

Version 4.1 has a special class (GridExcelConverterBase) to support doing most of this type of work. Here is a link to a forum post on getting a beta copy of this code. http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=38226


PR Prashant January 17, 2007 04:45 PM UTC



>Version 4.1 has a special class (GridExcelConverterBase) to support doing most of this type of work. Here is a link to a forum post on getting a beta copy of this code.
>
>http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=38226

Loader.
Live Chat Icon For mobile
Up arrow icon