McLeodMoores / xl4j

Framework for writing Excel Add-ins in Java
Other
7 stars 3 forks source link

ObjectArray2DXLArrayTypeConverter does not handle null elements in the toXLValue() method. #98

Open emcleod opened 8 years ago

emcleod commented 8 years ago

Specifically, line 79, although there will almost certainly be a failure later on in the code if the error is not thrown from here. What is the correct behaviour in this case? It seems too restrictive to insist on fully-populated arrays.

This issue probably also exists in the other array converters.

emcleod commented 7 years ago

This is now also an issue for the collections converters.