This is a migrated thread and some comments may be shown as answers.

Localization for functions

3 Answers 77 Views
Spreadsheet
This is a migrated thread and some comments may be shown as answers.
Finn
Top achievements
Rank 1
Finn asked on 23 Mar 2020, 09:54 AM

Hello there,

is it possible to translate the functions of the spreadsheet? E.g. =SUM( ), =SUMPRODUCT( ), etc...

Thank you!

3 Answers, 1 is accepted

Sort by
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.
0
Finn
Top achievements
Rank 1
answered on 26 Mar 2020, 11:47 AM

Hi Aleksandar,

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.
Tags
Spreadsheet
Asked by
Finn
Top achievements
Rank 1
Answers by
Aleksandar
Telerik team
Finn
Top achievements
Rank 1
Share this question
or