Actions
Bug #3335
closedPOIExcelDataSource should look at all rows when calculating number of columns
Start date:
05/29/2008
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3335
Description
Currently only the first row is used; if this row has fewer columns than other rows, the wrong value for getColumnCount will be returned.
Updated by Ryan McFall over 16 years ago
Fixed by iterating through rows and returning the maximum number of cells in any row.
Actions