What use case do you have in mind?  Excel stores this as a String value,
what benefit would there be to accepting Object, and how would that then be
converted to String?  Why not use use toString() on your object?

On Thu, Mar 21, 2019 at 4:52 AM osamafawzy...@gmail.com <
osamafawzy...@gmail.com> wrote:

> is there a way to make this method
> void setAddress(java.lang.String address)
> to take an object instead of string
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@poi.apache.org
> For additional commands, e-mail: user-h...@poi.apache.org
>
>

Reply via email to