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
we are having colons after every value of the total.
Thanks,
Sagar Vullengula,
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 HristodorovaSoftware Developer
Hi,
could you please make your code changes according to the following attachments. You could able to get the issue whatever I was facing.
I don't need to display the description in the totals just it should display the total values. when we try to export the excel it should display the values.