is it possible to translate the functions of the spreadsheet? E.g. =SUM( ), =SUMPRODUCT( ), etc...
Thank you!
3 Answers, 1 is accepted
0
Aleksandar
Telerik team
answered on 24 Mar 2020, 04:07 PM
Hi Finn,
With the current implementation of the Spreadsheet, this functionality is not supported. For a review of currently supported localization options, I suggest checking this section of the documentation.
If you would like to see such a Feature implemented I would suggest logging a Feature request in our Publick Feedback Portal and providing details on the scenario you have. We will monitor the community's interest in such a Feature and will consider implementing it in a future release.
Regards,
Aleksandar
Progress Telerik
Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic. Our thoughts here at Progress are with those affected by the outbreak.
thanks for the quick reply. Is there any way I could "overwrite" the functions? I could define my own function =SUMMENPRODUKT( ) which somehow calls your implementation of =SUMPRODUCT( ).
0
Aleksandar
Telerik team
answered on 30 Mar 2020, 08:50 AM
Hi Finn,
To create a custom function you can call kendo.spreadsheet.defineFunction(name, func) as described in the section for Custom Functions. Set the name of the function you would like to implement and define the JavaScript function of the actual implementation. Overwriting existing functions is not supported.
Regards,
Aleksandar
Progress Telerik
Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic. Our thoughts here at Progress are with those affected by the outbreak.