panchmp / sqlsheet

Automatically exported from code.google.com/p/sqlsheet
Other
27 stars 11 forks source link

Formula Results not evaluated, when reading the RecordSet #37

Closed manticore-projects closed 3 years ago

manticore-projects commented 3 years ago

Create an Spreadsheet with Columns A, B, C. Fill A and B with a Double and set C to Formula like "A1 + B1". Save the Spreadsheet and try to read it with SQLSheet.

Column C will return 0 (Zero).

The PR 36 will implement proper sheet/cell evaluation and includes the test as described above.

manticore-projects commented 3 years ago

Closed by PR #36