https://bz.apache.org/bugzilla/show_bug.cgi?id=69935
--- Comment #2 from [email protected] --- a PR to ADD missing versions of the setters so they match, e.g. setCol1( short ) could do the trick. java supports method overloading. would merely adding the missing setters for short satisfy kotlin support? probably need to make sure any reflective code in POI doesn't get confused by multiple method redefinitions on the affected objects -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
