Actions
Bug #3338
closedMake saving/restoring state work with Excel data sources
Start date:
05/29/2008
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3338
Description
Probably need to override readObject for POIExcelDataSource for this to work.
Updated by Ryan McFall over 16 years ago
Needed to override both readObject and writeObject to deal with transient fields, and to be able to maintain the selected worksheet. The latter is due to the fact that the selected worksheet information is stored in the Excel file itself, and our code doesn't change the data file, so without saving it ourself it gets lost.
Actions