Remote troubleshooting is now easier with Telerik Fiddler Jam. Get the full context to end-users' issues in just three steps! Start your trial here - https://www.telerik.com/fiddler-jam.
Thanks Martin for replying, but I should have asked my question more specifically.
I am trying to apply formatting to the excel cells (both data cells and footer cells) using the cellOptions, footerCellOptions and groupFooterCellOptions. Although the formatting works fine with dataCells, it doesn't gets applied to footerCells.
In my project we have complex template for the footer, I thought that might be the reason its not working, but I created a simple sample project to show what I am trying to achieve.
it can be seen here that the dataCells having negative values are getting formatted, but footerCells are not
Although the formula does gets applied, but it shows an error in the cell. ( if you double click on the cell and click out it gets applied)
Appreciate your help
0
Martin Bechev
Telerik team
answered on 11 Oct 2021, 12:44 PM
Hi Kaustubh,
Thank you for the provided example.
Indeed the content in the kendoExcelExportFooterTemplate and kendoExcelExportGroupFooterTemplateis always exported as a string. That is why the custom format is not applied. This behavior is as expected because we cannot predict what the developer will define in the templates.
In this case, the template values need to be manually parsed to a number in excelExport handler: