I am exporting an Excel file with Apache POI using an Excel file as source and for some cells (not all) simply referencing others (like ='worksheet2'.B13
) or calculating a value with referenced cells (like ='worksheet2'.C13 + 'worksheet2'.D13
), they only display zero (0) instead of the right value.
Weird thing is that when I click on the formula and change something in it, as typing a space and deleting it and then I type enter, the right value is displayed !
For info, the type of those cells is "Number / Standard".
I also read somewhere that I should check "Enable iterative calculation" in "Excel options", but it didn't work for me.
Thank you in advance for your help