Posted 5 June 2018, 5:09 am EST
Hi,
We are tying to change culture of spread and sheet rendering according to the new culture.
But now, when we are trying to read cell formula like activeSheet.getCell(1,2).formula() and this returns formula in en-US but not in culture that we have set. for example: -=IF(TRUE; 1; 2) is formula in a specific culture. but when we get formula it returns =IF(TRUE, 1, 2)
So, is there a way to get formula specific to culture and not in en-US?
Thanks,
Viswanath
