Browse By Tags

  • Workbook.Load and scalability

    Hi all, I'm fairly new to Infragistics.Excel, so maybe I'm missing something.

    I am wanting to load in the first 25 rows of an Excel spreadsheet in order to gain a hueristic understanding of the rest of the data, and display something meaningful…

  • Set font for entire workbook

    Hey All,

    I'm attempting to set the font for the entire workbook to a monospace font (like Courier for instance) and I'm not quite sure how. I'm using the Infragistics3.Excel.v8.3.dll from the NetAdvantage for .NET 2008 Vol. 3 CLR 2.0 set of libraries…

  • Image in a cell

    I'm working with Infragistics3.Documents.Excel.v11.1 (version 11.1.20111.2009)

    How can I insert the image of one file in a cell?

    Thank you in advance for your response.

  • Excel Import failing using Infragistics35.WebUI.Excel.v10.3

    NetAdvantage 2010.3

    I have a form that currently uses the ACE (Access Control Engine) driver to select and cast data from and MS Excel file into a dataset; however I am having an issue with the data types being set incorrectly by the ACE driver, so it…

  • Applying styles to the cells

    I'm working with Infragistics3.Documents.Excel.v11.1
    I am applying styles to the cells:

        Dim mergedRegion1 As Infragistics.Documents.Excel.WorksheetMergedCellsRegion = _
          book.Worksheets(0).MergedCellsRegions.Add(0, 3, 0, 10)

        ' Set the value of the merged…

  • Workbook' is ambiguous in the namespace 'Infragistics.Excel'

    I want try this sub from 

    http://forums.infragistics.com/forums/t/19898.aspx 

     

    protected void ExportToExcel(object sender, EventArgs e)
        {
            Infragistics.Excel.Workbook workbook = new Infragistics.Excel.Workbook();
            workbook.Worksheets.Add("Sheet1…