Browse By Tags

  • How to load excel with dynamic column collection

    Hi,

    I am looking to read an excel file into the workbook.

    the issue is that the columns in my excel sheet are not certain or pre-defined.

    They may vary and I don't want to put any column schema restriction as such.

    In the samples you have a…

  • WorkBook Load Issue - Need help

    Hi,

    I worked in the "Importing from Excel" functionality, it is working fine with following code provided we need to set the Properties of the excel file to "Build Actions = Embedded Resource".

     string   resourceName = "ExcelWebGrid…