| Commit message (Expand) | Author | Age | Files | Lines |
* | 65206 - Migrate ant / maven to gradle build | Andreas Beeker | 2021-03-27 | 1 | -339/+0 |
* | Sonar fixes | Andreas Beeker | 2021-01-17 | 1 | -5/+5 |
* | Replace custom hashCode code with Objects.hash() / Arrays.deepHashCode() | Andreas Beeker | 2019-12-23 | 1 | -8/+10 |
* | #63745 - Add traversing and debugging interface | Andreas Beeker | 2019-10-12 | 1 | -15/+15 |
* | bug 60216: javadocx fix for Comment#isVisible and Comment#setVisible; patch f... | Javen O'Neal | 2016-10-07 | 1 | -2/+2 |
* | bug 59279: add Comment.equals and hashCode methods | Javen O'Neal | 2016-06-17 | 1 | -0/+14 |
* | bug 59443: add get/setAddress methods on cell comment class | Javen O'Neal | 2016-05-09 | 1 | -0/+27 |
* | whitespace | Javen O'Neal | 2016-05-09 | 1 | -3/+3 |
* | remove deprecated (2009) HSSFComment#setColumn(short). int version is available. | Javen O'Neal | 2016-01-31 | 1 | -8/+0 |
* | HSSFComment: note a final field | Javen O'Neal | 2016-01-31 | 1 | -7/+10 |
* | #58597: Remove setAccessible (more coming soon) | Uwe Schindler | 2015-11-11 | 1 | -2/+2 |
* | Bug 56380: Remove limitation of 1024 comments per Workbook | Dominik Stadler | 2015-03-13 | 1 | -2/+5 |
* | Patch from hishidama to add Comment.getClientAnchor(). This closes #12 from g... | Nick Burch | 2014-11-04 | 1 | -0/+12 |
* | Revert parts of an inadvertent previous checkin, keep build.xml and @Override... | Dominik Stadler | 2014-10-06 | 1 | -3/+0 |
* | Print out current version of java before building to allow to see in build ou... | Dominik Stadler | 2014-10-06 | 1 | -0/+3 |
* | Fix bug #56450 - Avoid a NPE if a comment has no associated NoteRecord (but w... | Nick Burch | 2014-04-24 | 1 | -2/+21 |
* | Start to remove @author tags, as per http://poi.apache.org/guidelines.html#Co... | Nick Burch | 2013-08-23 | 1 | -2/+0 |
* | set isHidden flag 'true' for invisible comment and 'false' for visible comments | Evgeniy Berlog | 2013-02-02 | 1 | -1/+16 |
* | added javadoc and code refactoring | Evgeniy Berlog | 2012-08-08 | 1 | -2/+2 |
* | added javadoc and few other improvements | Evgeniy Berlog | 2012-08-06 | 1 | -0/+2 |
* | added features: | Evgeniy Berlog | 2012-07-28 | 1 | -6/+31 |
* | implemented removing of all shape types | Evgeniy Berlog | 2012-07-19 | 1 | -2/+1 |
* | implemented cloning of shapes | Evgeniy Berlog | 2012-07-19 | 1 | -3/+14 |
* | checked all examples, added several features | Evgeniy Berlog | 2012-07-11 | 1 | -23/+23 |
* | implemented creating shapes in new file using new model | Evgeniy Berlog | 2012-07-06 | 1 | -1/+9 |
* | implemented work with existing shape groups and polygons | Evgeniy Berlog | 2012-07-01 | 1 | -5/+0 |
* | implemented creating comments in existing files, bugfixes | Evgeniy Berlog | 2012-06-28 | 1 | -53/+76 |
* | implemented creating shapes in existing files | Evgeniy Berlog | 2012-06-26 | 1 | -2/+2 |
* | Added such improvements: | Evgeniy Berlog | 2012-06-18 | 1 | -1/+1 |
* | improved work with cell comments in XSSF, also added support for cell comment... | Yegor Kozlov | 2009-11-27 | 1 | -1/+8 |
* | fixed compiler warnings. added some TODO comments | Josh Micich | 2009-02-13 | 1 | -1/+1 |
* | Fix for bug 46654 - HSSFRow/RowRecord needs to properly update cell boundary ... | Josh Micich | 2009-02-05 | 1 | -38/+57 |
* | Merged revisions 703100,703197,703302,703596,703620,703645,703651,706540 via ... | Josh Micich | 2008-10-25 | 1 | -4/+1 |
* | Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392... | Nick Burch | 2008-08-04 | 1 | -0/+9 |
* | Move CellReference from hssf.util into ss.util, but leave a class in the old ... | Nick Burch | 2008-04-05 | 1 | -1/+1 |
* | New ooxml4j, and finish getting xssf comments to be saved and re-loaded again | Nick Burch | 2008-04-03 | 1 | -7/+0 |
* | Fix the comments code so that we can correctly process existing XSSF comments... | Nick Burch | 2008-04-02 | 1 | -0/+7 |
* | Make HSSF* classes compile with JDK 1.4 interfaces. | Ugo Cei | 2008-01-24 | 1 | -4/+5 |
* | HSSF* classes implement same interfaces as XSSF* classes. | Ugo Cei | 2008-01-24 | 1 | -9/+5 |
* | changing attributes of existing cell comments is reflected after save | Yegor Kozlov | 2007-01-31 | 1 | -4/+23 |
* | Comment support from bug 41198, patch from Yegor | Nick Burch | 2007-01-01 | 1 | -0/+143 |