AD
Administrator
Syncfusion Team
May 26, 2004 08:53 PM UTC
You can easily write CSV or TSV (or any delimited file) from either a GridControl or a GridDataBoundGrid. You can find code snippets at the bottom of this thread. http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=3292
To write out XLS files, you can do this if you have our ExcelRW product. We ship an 2.0.5.1\ExcelRW\Samples\Grid\ExportFromGrid sample.
I think you should be able to have cellbuttons and excelcomments in the same cell. There are special problems you have to handle to use excelcomments in a GridDataBoundGrid since that grid stores no style ifnormation on a cell by cell basis. There is a KB article on doing this. http://www.syncfusion.com/Support/article.aspx?id=10369