Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
Export oracle DB table to excel
posted

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

  • 1530
    posted

    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 data
    Workbook workbook1 = Workbook.Load("filename.xls");

    You can have a look at our documentation here https://ko.infragistics.com/help/wpf/igexcelengine-load-an-excel-file.

    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 Tenev
    Software Developer