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 [email protected] < [email protected]> 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: [email protected] > For additional commands, e-mail: [email protected] > >
