bugs.documentfoundation.org/show_bug.cgi?id=118006
This is what I have understood -
Structure: Quattro9.cpp reads records. For spreadsheet data, it delegates to Quattro9Spreadsheet.cpp. For graphics, it delegates to Quattro9Graph.cpp. For formulas, Quattro9Spreadsheet.cpp reads the binary data and then uses QuattroFormulaManager (from QuattroFormula.cpp) to translate the opcodes.
So I have to run LO+local libwps on all samples. Document precisely which formulas work, which give #NAME? (likely function mapping issue), which give #VALUE! or other errors (likely operand/operator issue), and which formatting/data types are missing/wrong?
Anonymous
I've just replied on bugs.documentfoundation.org/show_bug.cgi?id=118006