Hey I am trying to implement odoo spreadsheet in one of my custom module .. but I want to get the value from the field but I get only formula and not the value
This is how I can access the value from the cell but I can get the formula only but not the value
model.getters.getCell("Sheet1",1,12);