Compliments of the season,

please allow me to ask: why exactly does the Cell interface define

setValue(double value)

instead of

setValue(Double value)

which would allow for setting NULL values?

I understand, that I am supposed to use setBlank() instead but when you
create very large Excel file pragmatically, then it is very cumbersome
to check every single Value for NULL first in order to setValue() or
setBlank().
Was there a chance to change/amend setValue() to use Objects instead of
primitives only? (I would volunteer with a PR of course).

Warm regards
Andreas

Reply via email to