CalcCellValue
silently fails when formula is =OTHER_CELL
and OTHER_CELL has a formula evaluation error
#1936
Labels
bug
Something isn't working
Uh oh!
There was an error while loading. Please reload this page.
Description
CalcCellValue
returns an empty string, with no error, if the evaluatedcell
references another cell (=OTHER_CELL
) that contains a formula that fails to evaluate.Steps to reproduce the issue:
A1
B1
=A1+B1
inC1
=C1
inD1
CalcCellValue
onD1
Repository: https://github.com/paolobarbolini/excelize-repro-1936
Describe the results you received:
An empty string is returned, with no error
Describe the results you expected:
A formula evaluation error
Output of
go version
:Excelize version or commit ID:
Environment details (OS, Microsoft Excel™ version, physical, etc.):
Arch Linux with LibreOffice Calc v24.2.4-2
The text was updated successfully, but these errors were encountered: