mirror of
https://github.com/jmcnamara/libxlsxwriter
synced 2025-03-28 21:13:14 +00:00
Minor doc fix.
This commit is contained in:
parent
ff35a56934
commit
59e15dd3ac
@ -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?
|
||||
|
||||
Due to wide range of possible formulas and inter-dependencies between them
|
||||
`libxlsxwriter` doesn't, and realistically cannot, calculate the result of a
|
||||
formula when it is written to an XLSX file. Instead, it stores the value 0 as
|
||||
the formula result. It then sets a global flag in the XLSX file to say that
|
||||
all formulas and functions should be recalculated when the file is opened.
|
||||
Due to a wide range of possible formulas and the inter-dependencies between
|
||||
them `libxlsxwriter` doesn't, and realistically cannot, calculate the result
|
||||
of a formula when it is written to an XLSX file. Instead, it stores the value
|
||||
0 as the formula result. It then sets a global flag in the XLSX file to say
|
||||
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
|
||||
works fine with spreadsheet applications. However, applications that don't
|
||||
|
Loading…
x
Reference in New Issue
Block a user