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,
Thank you for the provided details!
After applying these changes I was able to reproduce the issue, however, after an investigation, I have determined that currently, it is possible to export the summary only in 'label: value' format and the colons cannot be removed.
What I could suggest is to log this requirement as a new feature request in our GitHub repository here. Any concerns or questions that you have can be directly addressed there, which will give you the opportunity to directly communicate with our development team.
Please let me know if you need any further assistance regarding this matter.
Sincerely,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.
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