Closed GoogleCodeExporter closed 2 months ago
I just realize that the code in my previous comments not exactly same as in
source code and here are updated code based on source code:
return (<type>) (cell == null ? 0 : cell.doubleValue);
-->
return (<type>) (cell == null || cell.doubleValue == null? 0 :
cell.doubleValue);
Original comment by dennisl...@gmail.com
on 23 Jul 2014 at 11:37
This has been solved quite a while ago.
Original issue reported on code.google.com by
dennisl...@gmail.com
on 23 Jul 2014 at 11:26