Hello,
I am exporting my xamdatagrids to excel with the DataPresenterExcelExporter. But I could not find any solution to export lineseries to excel.(I am talking exporting datas of lineseries).
Is there any example or can we use DataPresenterExcelExporter to export lineseries to excel?
Thanks
Hello spkgozetim,
In the following helpdocs link you can find for exporting data to excel: http://help.infragistics.com/NetAdvantage/WinForms/2012.1/CLR2.0/?page=ExcelEngine_Populating_a_Worksheet_from_a_DataSet.html. In the example provided shows how to populate a worksheet from a DataSet, using the Workbook object, and adding the worksheets to store the records.
Thanks it works