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.
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.