Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
15
while we perform export to excel for igx grid for summary totals i was getting colons after the total values
posted

Hi Team

I was using igx grid to arrange a tabular data with column values and to get the totals for those columns we have implemented custom calculations and assigning key, Label, and SummaryResults as empty string and returning  the results as IgxSummaryResult and we were bind this entire method getYoySummaryTrendColumnConfig as summaries

 When i try to export excel using "excelExportService.export" plugin by passing gird reference, It was exporting the excel with following format 

L1  0.45 0.54 0.44 0.65
L2  0.54 0.55 0.05 0.65
Total: 0.0%: 0 0.0%: 0.0%: 0.0%: 0.0%:
Total: 0.0%: 0 0.0%: 0.0%: 0.0%: 0.0%:

  we are having colons after every value of the total.

Thanks,

Sagar Vullengula,

Parents
  • 1560
    Offline posted

    Hello,

    I have been looking into your question and prepared a small sample with exporting an igx-grid with a custom summary.

    On my side, everything seems to be exported as expected and there is no additional column added to the exported data.

    Here could be found my sample for your reference. Please test it on your side and let me know how it behaves. If this is not an accurate demonstration of what you are trying to achieve please feel free to modify it and send it back to me along with steps to reproduce.
    Having a working sample on my side, which I can debug, is going to be very helpful in finding the root cause of this behavior.

    Thank you for your cooperation.


    Looking forward to hearing from you.


    Regards,

    Teodosia Hristodorova
    Software Developer

Reply Children