Actions
Bug #3355
closedFormulas don't work with Excel Data Sources
Start date:
06/03/2008
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3355
Description
If a cell contains a formula in an Excel spreadsheet, the DataSourcePreviewPanel just displays an empty column.
This is because there's a case statement in the TableModel that doesn't handle the type of cell associated with formulas.
Updated by Ryan McFall over 16 years ago
Fixed by implementing code in POIExcelDataSource getCellValue to handle formulas. Note that there are limitations to the formula evaluating capabilities of the POI model, but most things are supported, so we should be OK.
Actions