Re: Write NULL to cells, why not use setValue()?

PJ Fanning <[email protected]> Tue, 14 Dec 2021 12:31:01 +0000 (UTC)
Newsgroups gmane.comp.jakarta.poi.user
Message-ID <[email protected]>
Have a look at the Cell class and there are some default methods on it. The advantage of this is all the implementations of Cell inherit them. You're free to experiment and submit a patch. We can't change the param types, return types or names of existing methods - but we could look at adding more methods.






On Tuesday 14 December 2021, 11:23:58 GMT+1, Andreas Reichel <[email protected]> wrote: 





Ok, got it.

Thank you for the explanation, all the best

Andreas