https://bz.apache.org/bugzilla/show_bug.cgi?id=58570
Javen O'Neal <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #2 from Javen O'Neal <[email protected]> --- In r1717900: Add CellAddress Sheet.getActiveCell() (previously only available in XSSFSheet, backwards-compatibility note: previously returned a String) Add void Sheet.setActiveCell(CellAddress) Add Cell.getAddress() to support this (CellAddress(Cell) could also be used) Add unit tests for Cell.setAsActiveCell() Add unit tests for Sheet.getActiveCell and Sheet.setActiveCell In summary, SXSSFCell.setAsActiveCell is now implemented! Future public methods that are not implemented should be annotated with @NotImplemented per comment 1. Updated docs in r1717901 -- 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]
