We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Essential JS2

Syncfusion jQuery based widgets are no longer in active development. Switch to our pure JavaScript based next generation Essential JS 2 library.

Syncfusion Feedback

How to change the formula argument separator in the Spreadsheet based on the cultures

Platform: jQuery |
Control: ejSpreadSheet

Description

This knowledge base explains the way to change the formula argument separator in the Spreadsheet based on the cultures.

Solution

It can be achieved by using “load” client-side event.

 

HTML

 

 
<div id="Spreadsheet"></div>
 

 

JS

 

 
$("#Spreadsheet").ejSpreadsheet({
    load: "onLoad"
});
 

 

RAZOR

 

 
@(Html.EJ().Spreadsheet<object>("Spreadsheet")
    .ClientSideEvents(events => events.Load("onLoad"))
)
 

 

ASPX

 
<ej:spreadsheet id="Spreadsheet" runat="server">
    <ClientSideEvents Load="onLoad" />
</ej:spreadsheet>
 

 

 

 
function onLoad(args) {
    var calcEngine = this.getCalcEngine();
    //To change the formula argument separator
    calcEngine.setParseArgumentSeparator(";"); 
}
 

 

You can refer the below documentation link,

 

https://help.syncfusion.com/api/js/ejspreadsheet#events:load

 

spreadsheet formula argument separator sample preview

 

ADD COMMENT
You must log in to leave a comment

Please sign in to access our KB

This page will automatically be redirected to the sign-in page in 10 seconds.

Up arrow icon

Warning Icon You are using an outdated version of Internet Explorer that may not display all features of this and other websites. Upgrade to Internet Explorer 8 or newer for a better experience.Close Icon

Live Chat Icon For mobile