https://bz.apache.org/bugzilla/show_bug.cgi?id=58633
--- Comment #6 from Javen O'Neal <[email protected]> --- This is a nitpick from setCellStyleProperty(Cell, Workbook, String, Object), but how should this function behave if the cell does not belong to the workbook? If this is undefined, then this function should either throw an exception or not have a workbook argument. If someone can explain a usecase where cell does not belong to workbook, and can describe what the desired behavior should be, I'll leave this as is. Otherwise, I think we should deprecate setCellStyleProperty(Cell, Workbook, String, Object) and replace with setCellStyleProperty(Cell, String, Object), and determine the workbook object inside the function with cell.getSheet().getWorkbook(). -- 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]
