Hello guys... I want to learn how to export my data in oracle table to excel and load the excel file using infragistics framework. I'm working on visual studio 2015 with C# for WPF application. Do you have any sample code how to produce solution for this issue?
I really need help.
Regards,
William
Hi William,
You can load excel files using our Infragistics Excel Engine. You can easily do this with the following code snippet:
using Infragistics.Documents.Excel;...// Load workbook with dataWorkbook workbook1 = Workbook.Load("filename.xls");
If you want to visualize the excel file you can use our XamSpreadsheet control which uses our Excel Engine and allows also editing. Please have a look at this link as well:https://ko.infragistics.com/help/wpf/spreadsheet
And you can also refer to our offline WPF samples about these two controls.
If you require any further assistance on the matter, please let me know.
Sincerely,Teodor TenevSoftware Developer