Browse By Tags

  • Excel.Workbook.Load exception

    I'm working with Infragistics3.Documents.Excel.v11.1
    I'm uploading excel files (excel 2007)
      Dim book As Infragistics.Documents.Excel.Workbook = Infragistics.Documents.Excel.Workbook.Load(filename) 
      
    When loading some files, shows the following error…

  • Export to Excel Speed

    We use the UltraWebGridExcelExporter on just about all the grids that we have in a specific web project.  However, there is one UltraWebGrid that we have that is 57 columns and can have anywhere from 50 rows to 30K rows.   The export on this grid takes …