Formula calculation problem in XLS files (works in XLSX)
Hi,
I'm using your library with visual basic dot-net and I'm setting one cell value to the following:
This formula basically sums a few cells with decimal numbers in them.
When I save the file as XLSX the formula is correct and the value is calculated. However, when I save the file as XLS then the value of this field at opening is
#VALUE! with the error "
A value used in the formula is of the wrong data type." When I position my cursor in this field and press ENTER the formula properly calculates and everything is OK.
Since I'm working on some Excel export for customers where quite a few of columns will be calculated this way I can't expect them to go around the sheet pressing enter before it's usable for them in Office 2003 or earlier.
Is this a bug and is there a workaround for the issue?