Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
2.0.0
-
None
Description
While importing an excel file for every cell that is read a property change event is fired and a command log entry is created. With large data sheets in Excel the performance is not good and an OutOfMemoryException may occur.
This can be changed by changing in _ExcelConverter class this line:
otoa.set(templateAdapter, valueAdapter, InteractionInitiatedBy.USER);
into:
otoa.set(templateAdapter, valueAdapter, InteractionInitiatedBy.PASS_THROUGH);
The PASS_THROUGH enum is documented as ment for e.g. serialisation.
Attachments
Issue Links
- links to