Minor doc fix.

This commit is contained in:
John McNamara 2020-12-16 23:33:01 +00:00
parent ff35a56934
commit 59e15dd3ac

View File

@ -17,11 +17,12 @@ an existing Excel file.
@section faq_formula_zero Q. Why do my formulas show a zero result in some, non-Excel applications? @section faq_formula_zero Q. Why do my formulas show a zero result in some, non-Excel applications?
Due to wide range of possible formulas and inter-dependencies between them Due to a wide range of possible formulas and the inter-dependencies between
`libxlsxwriter` doesn't, and realistically cannot, calculate the result of a them `libxlsxwriter` doesn't, and realistically cannot, calculate the result
formula when it is written to an XLSX file. Instead, it stores the value 0 as of a formula when it is written to an XLSX file. Instead, it stores the value
the formula result. It then sets a global flag in the XLSX file to say that 0 as the formula result. It then sets a global flag in the XLSX file to say
all formulas and functions should be recalculated when the file is opened. that all formulas and functions should be recalculated when the file is
opened.
This is the method recommended in the Excel documentation and in general it This is the method recommended in the Excel documentation and in general it
works fine with spreadsheet applications. However, applications that don't works fine with spreadsheet applications. However, applications that don't