Browse By Tags

  • Infragistics.Excel Support .NET Framework 2.0

    Hi All,

    One our application is developed in .NET Framework 2.0 and  we are planning to use Infragistics.Excel for read data from excel 2007 /2003 (.xls / .xlsx) files.

    My Question Is:

    I read the below in Infragistics web site:

    "* - Support of Microsoft…

  • Workbook.Save() failed or sometimes takes more than day.

    Recently we have encountered this issue about exporting reports to excel file.

    Our report table contains more or less 1.26 million records as of now. We are trying to create an excel(2007) file for this, so approximately this would be a 2 worksheet file…

  • 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 …

  • Copy Row from a Excel Template

    Hi,

    is it possible to copy a defined Row with formated Cells in an Excel Templatefile to fill Data from an Datasource?

    René

  • Does Infragisitcs support these features?

    Hello,

     

    I'm new in using Infragisitcs components.

    I have to make some research in the available components to see how can I use them to the work other components do. I have a few questions, regarding the Excel component.

    I develop web applications…

  • Problem with Workbook.Load()

    Hi all,

    I'm using Assembly Infragistics3.Excel.v9.1
     When I import an excel file 2007 and there is cell's value with bool type TRUE or FALSE, it caused server error with the stacktrace below:

     

    String was not recognized as a valid Boolean.

  • Worksheet Protection

    Running the following code will not protect my worksheet. Am I doing something wrong or is this a bug?

    Dim ms As New MemoryStream()
    Dim wb as new Workbook()

    wb.SetCurrentFormat(WorkbookFormat.Excel2007)
    wb.Worksheets.Add("TEST WORKSHEET")
    wb…