Browse By Tags

  • Huge Data Excel Download

    Hello,

    I want to export huge data like >10lakh rows (>1crore values). I am not able to fetch this type of data through any API as there are memory constraints for any backend language that is around (10lakh values). How can I download excel values directly…

  • igx-grid vertical column headers

    Dear Infragistics Team,

    I am currently working with the igx-grid component and am exploring options for customizing the appearance of the grid's column headers.

    I have a specific requirement to align the column headers vertically. Could you please…

  • Download Charts?

    I'm on AG 12.3 and IG 12.3 with Excel and Charts.

    Users would like to be able to download the charts in addition to the Spreadsheet report being generated in the same page of our app. If at all possible, they would like both charts (Design & Process…

  • Chart grouped labels

    The idea stems from a request for guidance here. When utilizing a series that has multiple ways of representing, in this case dates by week/month/quarter which also requires a grouping by year, there should be the availability of multiple tiers of x/y…

  • igx grid date column exporting to excel as text instead date

    Hi,

    I have date column on igx grid with date filter with column data as (6/30/2021, 3/16/2020....).

    While exporting to excel this date column is exporting as text in excel (shows text filter in excel column).

    Please advise.

  • Uploading json to excel and making columns read-only.

    I have a JSON object, I need to upload it(or export) to excel and need to have some column read-only. Secondly I want to apply specific(defined) filter values to some cells and wont let the user to edit any cell value with diffrent data types.

    I am able…

  • excelExportService

    Hi,

    we need to export datetime values to excel. The datetime value in the dataobject is ISO 8601 (for example 2020-06-01...) It is possible to render the value in the cell before export? Is there a callback for rendering? I only found the onColumnExport…

  • Export from grid and import to grid

    Hi Community,

    Is there a way where I can export grid data to excel and edit the same exported file and import the updated data to the grid?

    I've got a complex object, consider this data- 

    EMPLOYEE_DATA = [ { Age: 55, Employees: [ { Age: 43, HireDate…

  • Export Excel current igx-grid ordered by Group By

    Hello,

    I am using igx-grid in angular 8.

    Is it possible to export excel a grid ordered with Group By?

    The default Export Excel service does not support Group By Export and I can't seem to find a solution.

    For example, how can I export excel this…

  • datasource for spreadsheet

    Hi support,

    I'm wondering if is possible to bind a datasource do your spreadsheet component.
    We need to create a custom datasource, load it into an excel like spreadsheet and then extract it for the persistence phase.

    I'm searching trought tutorial…

  • Angular spreadsheet .csv support

    Lots of people (and systems) generate .csv files and we think its a very important feature to add to the angular spreadsheet. At the moment, the Workbook object does not support .csv.

  • Excel Framework example for Angular ????

    Hi,

    I was wondering if there were any full (but small) examples of populating an Excel workbook from the server and displaying it.  There seems to be piece-meal examples, but I couldn't find a step-by-step example.

    Thanks !