Browse By Tags

  • Error Encountered While Exporting Large Data Set by using UltraGridExcelExporter. Export

    Hi All ,

    I am reaching out to address a critical issue that we are currently facing while utilizing the export method within your software library.

    Our team has been using the export functionality to export sizable data sets, and we recently encountered…

  • when i try to add long string for title for excel it will give a error (32 characters)

    Infragistics35.WebUI.Documents.Excel.v11.1

      workSheet = workbook.Worksheets.Add(sTitle);

    when I try to add a title for the Worksheet it will raise an error about the character limit. how can I add long titles for here 

  • Excel Hyperlink "A function in the formula has no closing parenthesis" error

    Hi,

    I'm referring to following article to add hyperlink to excel, https://www.infragistics.com/help/aspnet/18.2/excelengine-adding-a-hyperlink-to-a-cell-in-an-excel-file, but i keep hit "A function in the formula has no closing parenthesis.
    Portion…

  • Can UltraWebGrid Exptor to Excel In Multi-sheet

    Hi team,

    Now I am in such a situation, I have a urtalwebgrid  and one of its colums named "category" ,and has three categories. When I use the UltraGridExcelExporter to export the webgrid I want to create three spreadsheets in a workbook,say "A","B",…

  • Attach a macro and run it using the Excel Exporter control

    Hi, I have a macro that sets up the excel spreadsheet that I've exported from my website. Is there any way to 'attach' that macro to the exported spreadsheet [EndExport Event?] and then run it so that my users have a fully set up spreadsheet to work…
  • Export the complete asp.net page to excel

     

    Dear Team,

    Could you please tell me about any suitable control available in our libraray to export the whole page (.aspx) in Excel as it is? I want to export the complete page to excel not only specific part of page like Grid etc.

    I attached…

  • Loading an Excel Template

    I am getting a "System.NullReferenceException: Object reference not set to an instance of an object." error when trying to load this specific Excel file (XmRChartPIR.xlsm).  this excel template has a number of macros, buttons and charts.

    I…

  • Issue | Export to Excel

    I am exporting response(DataTables in DatSet) into an excel file with open file dialog box using Infragistics.Excel.BIFF8Writer.WriteWorkbookToFile.

    The issue is that, i want to close browser window(which opens excel file dialog) after open/save excel…

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

  • Insert row and column to exported file

    Hi everyone,

    is it possible to insert any row or column to file exported by WebExcelExporter?

    I have correctly exported data from WebDataGrid and WebHierarchivalDataGrid so. But customer requests to add blank row after each exported row.

    Thanks

  • ExcelExport not working with IE7 or IE8

    I am exporting data from an UltraWebGrid to an excel spreadsheet
    using ultrawebgridexcelexporter from namespace - Infragistics2.WebUI.UltraWebGrid.ExcelExport.v8.3

     It works perfectly in IE6 but never gives you the option to Open in IE7 or IE8.

    Here…

  • Multicolor content into the same cell with Infragistics2.Excel.v6.2

    Good morning.

    I have a simple, but a big problem.
    We have a project that use the Infragistcs V6.2 and we are using the Excell classes to export a simple GridView to a .xls file.

    However, the problem is that we need to mix diferent font colors (black 

  • Automatically expanding a grouped grid in Excel

    I'm exporting data from a 'Grouped by' grid into Excel.
    When I open Excel, the GroupedBy columns are shown as in the grid, with the '+' .
    But I would like to know if it  is possible to show the data in Excel fully expanded automatically…

  • Excel Export : System.OutOfMemoryException

    Hi

    Urgent help would be appreciated.

    I am using Infragistics.excel to export the data to Excel 2003. While exporting 85000 records from a

     datatable I am getting following exception:

    Exception of type 'System.OutOfMemoryException' was thrown at Infragistics…

  • Do Versions need to match?

    Hi all

    My Excel.Export version is"Infragistics2.WebUI.UltraWebGrid.ExcelExport.v8.3, Version=8.3.20083.2039"

    It kindly asked for a reference to "Infragistics2.Excel.v8.3, Version=8.3.20083.2068"

    As you can see the versions don't…

  • Protect cells on a worksheet

    I am trying to set the protection for a worksheet so that the cells are not editable, but then allow editing of certain cells. This is to help the user when working with the exported excel file.

    I guess this means protection at the cell level? I can…