| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 59665: Using HSSFWorkbook#setSheetOrder to move sheets to the end corrupt... | Dominik Stadler | 2016-07-17 | 1 | -2/+3 |
* | javadocs fixes (jdk8) | Andreas Beeker | 2016-07-04 | 2 | -0/+6 |
* | bug 59790: convert FormulaType class to enum | Javen O'Neal | 2016-07-04 | 1 | -1/+36 |
* | javadocs fix | Javen O'Neal | 2016-07-04 | 1 | -0/+1 |
* | javadocs fixes (jdk8) | Andreas Beeker | 2016-07-03 | 3 | -17/+107 |
* | deprecated DrawingManager | Andreas Beeker | 2016-07-03 | 1 | -0/+3 |
* | #59170 - Remove deprecated classes (POI 3.15) - o.a.p.hssf.model.*Shape class... | Andreas Beeker | 2016-07-03 | 8 | -1143/+0 |
* | bug 59781: promote to Common SS: move PaneInformation from o.a.p.hssf.util to... | Javen O'Neal | 2016-07-02 | 1 | -1/+1 |
* | bug 59645: add Page Setup Print row and column headings support for Common SS | Javen O'Neal | 2016-06-19 | 1 | -1/+41 |
* | bug 59170: deprecate o.a.p.hssf.model.PictureShape | Javen O'Neal | 2016-06-17 | 1 | -0/+3 |
* | bug 59170: remove deprecated methods | Javen O'Neal | 2016-06-15 | 2 | -27/+0 |
* | fixing javadocs errors (in JDK8) | Andreas Beeker | 2016-06-12 | 1 | -1/+1 |
* | whitespace (tabs to spaces) | Javen O'Neal | 2016-06-10 | 1 | -1/+1 |
* | whitespace (tabs to spaces) | Javen O'Neal | 2016-06-10 | 1 | -42/+42 |
* | bug 57840: apply patch from Daniel Livshen and Greg Woolsey to get structured... | Javen O'Neal | 2016-06-10 | 1 | -1/+1 |
* | fix several findbugs SF_SWITCH_NO_DEFAULT warnings | Javen O'Neal | 2016-04-12 | 2 | -1/+15 |
* | Bug 55982: Don't fail to open the spreadsheet if no TabIdRecord is found | Dominik Stadler | 2016-04-03 | 1 | -7/+11 |
* | Remove a superfluous/bloated log function, which String.format can do better ... | Andreas Beeker | 2016-03-09 | 1 | -2/+1 |
* | Refactor out the POIFS directory entry name for Excel 1-95 entries, and have ... | Nick Burch | 2016-02-26 | 1 | -0/+7 |
* | Refactor to pull out the list of Excel 97+ directory entry names to a common ... | Nick Burch | 2016-02-26 | 1 | -0/+10 |
* | bug 58636: upgrade anchor types from int to AnchorType enum | Javen O'Neal | 2015-11-25 | 2 | -2/+3 |
* | Remove useless double check on null introduced with the previous bugfix | Dominik Stadler | 2015-11-24 | 1 | -3/+1 |
* | Bug 58085: removing sheet breaks other existing sheet references | Dominik Stadler | 2015-10-23 | 1 | -3/+3 |
* | Fixed a problem with save-and-load of conditional formattings (CFHeader12 was... | Andreas Beeker | 2015-10-05 | 1 | -1/+2 |
* | sonar fixes | Andreas Beeker | 2015-09-30 | 1 | -5/+5 |
* | Sonar fixes - add cloneable interface to classes with clone() | Andreas Beeker | 2015-09-28 | 1 | -3/+11 |
* | fix eclipse warning - mostly generics cosmetics | Andreas Beeker | 2015-09-12 | 1 | -5/+5 |
* | Bug 58326 - Forbidden APIs patches - second set of changes for charset settings | Andreas Beeker | 2015-09-08 | 1 | -1/+2 |
* | Bug 58326 - Forbidden APIs patches - first set of changes for locale and time... | Andreas Beeker | 2015-09-07 | 1 | -2/+2 |
* | FindBugs - DLS_DEAD_LOCAL_STORE | Andreas Beeker | 2015-08-15 | 3 | -6/+2 |
* | Bug 57163: Fix possible NullPointerException when a spreadsheet has no LinkTa... | Dominik Stadler | 2015-04-13 | 1 | -5/+6 |
* | Bug 57480: Fix some unnecessary casts, generics, Eclipse warnings, ... | Dominik Stadler | 2015-02-09 | 2 | -4/+4 |
* | Fix some Eclipse warnings | Dominik Stadler | 2015-01-02 | 1 | -2/+2 |
* | Bug 46192: Add methods to query outline level for HSSF and XSSF | Dominik Stadler | 2015-01-02 | 1 | -0/+4 |
* | Fix Eclipse warnings, unnecessary casts, use generics, static access... | Dominik Stadler | 2014-12-28 | 2 | -4/+4 |
* | Partial HSSF support for adding new external workbook formula references for ... | Nick Burch | 2014-11-04 | 2 | -48/+101 |
* | house keeping - fixes for sonarqube blockers | Andreas Beeker | 2014-10-25 | 1 | -2/+14 |
* | Fix bug #53984 - Support the ColInfoRecord coming after the cells, rather tha... | Nick Burch | 2014-07-31 | 2 | -4/+68 |
* | Add/Fix some Javadoc | Dominik Stadler | 2014-07-27 | 1 | -1/+1 |
* | More progress towards #55906 - Have the ExternSheet references set up for mul... | Nick Burch | 2014-07-25 | 2 | -11/+30 |
* | More internal method signature updates, for HSSF external sheets being possib... | Nick Burch | 2014-07-24 | 2 | -10/+20 |
* | Rename some of the internal HSSF sheet lookup methods which deal with externa... | Nick Burch | 2014-07-24 | 2 | -19/+52 |
* | Start to support formula parsing of sheet-specified named ranges, required fo... | Nick Burch | 2014-07-18 | 2 | -7/+21 |
* | Have WorkbookEvaluator process NameXPtgs, rather than returning a NameXEval w... | Nick Burch | 2014-07-18 | 1 | -1/+2 |
* | #56737 Sometimes Excel writes an internal reference to a local name in an odd... | Nick Burch | 2014-07-18 | 2 | -12/+92 |
* | Bug 56325: fix Exception when removing sheets with named ranges in the workbook | Dominik Stadler | 2014-05-15 | 2 | -8/+20 |
* | performance issue logging calls are expensive because of the objects created ... | Cédric Walter | 2014-03-31 | 1 | -1/+3 |
* | Fix some JavaDoc items that are reported in the build-output | Dominik Stadler | 2013-12-25 | 1 | -1/+1 |
* | Fix Bug 54400 by updating the index in the LinkTable whenever sheets are | Dominik Stadler | 2013-11-02 | 2 | -8/+16 |
* | Remove some @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle | Nick Burch | 2013-08-23 | 15 | -42/+1 |