https://bugs.documentfoundation.org/show_bug.cgi?id=148932
Bug ID: 148932
Summary: Calc ods convertion into excel xls problem
Product: LibreOffice
Version: 7.3.2.2 release
Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Calc
Assignee: [email protected]
Reporter: [email protected]
Description:
When saving a ods Calc file into excel xls, and trying to get the values using
another software create for example with C#, trying to read cells value that
are using formulas, the return is #N/D, instead of the value of the cell.
Steps to Reproduce:
1. Save a calc ods into xls excel format.
2. Create any app using C# that will try read the values from the xls file.
3. Try to read a cell value that is using a formula.
Actual Results:
A1 = 2; B1 = 4
C1 = A1 + B1 = #N/D
Expected Results:
A1 = 2; B1 = 4
C1 = A1 + B1 = 6
Reproducible: Always
User Profile Reset: No
Additional Info:
Version: 7.3.2.2 (x64) / LibreOffice Community
Build ID: 49f2b1bff42cfccbd8f788c8dc32c1c309559be0
CPU threads: 4; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win
Locale: pt-PT (pt_PT); UI: pt-PT
Calc: threaded
--
You are receiving this mail because:
You are the assignee for the bug.