| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix setting a font-color if no previous color is defined for the font | Dominik Stadler | 2017-11-13 | 1 | -1/+1 |
* | Remove more deprecated classes and methods | PJ Fanning | 2017-09-23 | 3 | -75/+2 |
* | IntelliJ warnings, deprecation | Dominik Stadler | 2017-09-19 | 1 | -0/+4 |
* | Various code cleanups, "final" for static methods is useless, for-loops, simp... | Dominik Stadler | 2017-09-17 | 1 | -2/+2 |
* | Remove unnecessary type arguments (Java 8) | Dominik Stadler | 2017-09-16 | 2 | -4/+4 |
* | remove deprecated inner classes from HSFColor | PJ Fanning | 2017-09-15 | 1 | -739/+76 |
* | remove some deprecated code slated for removal in 3.18 | PJ Fanning | 2017-09-14 | 1 | -4/+9 |
* | javadoc: replace invalid self enclosing elements | PJ Fanning | 2017-07-17 | 2 | -2/+2 |
* | Remove more deprecated code (especially from Spreadsheet Cell classes) | PJ Fanning | 2017-06-30 | 2 | -178/+9 |
* | Ensure SpreadsheetVersion is set for AreaReferences | PJ Fanning | 2017-06-28 | 1 | -1/+3 |
* | IntelliJ warnings, Javadoc, Formatting | Dominik Stadler | 2017-01-26 | 1 | -4/+4 |
* | #59836 - Tracker: Replace primitives with enums | Andreas Beeker | 2017-01-22 | 1 | -1396/+715 |
* | bug 59837: update CellUtil to handle VerticalAlignment and HorizontalAlignmen... | Javen O'Neal | 2016-07-10 | 1 | -2/+18 |
* | bug 59781: promote to Common SS: move PaneInformation from o.a.p.hssf.util to... | Javen O'Neal | 2016-07-02 | 1 | -80/+5 |
* | deprecate o.a.p.hssf.util.AreaReference as it shadows o.a.p.ss.util.AreaRefer... | Javen O'Neal | 2016-07-02 | 1 | -1/+4 |
* | bug 59748: replace Hashtable with HashMap; contributed by Axel Howind | Javen O'Neal | 2016-06-24 | 1 | -10/+10 |
* | fix javadocs @link error for removed o.a.p.hssf.util.CellRangeAddress | Javen O'Neal | 2016-06-15 | 1 | -2/+1 |
* | bug 59170: remove deprecated methods | Javen O'Neal | 2016-06-15 | 3 | -98/+0 |
* | add comments | Javen O'Neal | 2016-04-17 | 1 | -2/+16 |
* | bug 59336: patch from Mark Murphy: replace deprecated usage of functions in C... | Javen O'Neal | 2016-04-17 | 1 | -3/+3 |
* | bug 59338: patch from Mark Murphy to deprecate HSSFCellUtil class in favor of... | Javen O'Neal | 2016-04-17 | 1 | -26/+34 |
* | #59170 - Remove deprecated classes (POI 3.15) - org.apache.poi.hssf/ss.util.R... | Andreas Beeker | 2016-03-12 | 2 | -110/+0 |
* | fix eclipse warning - mostly generics cosmetics | Andreas Beeker | 2015-09-12 | 1 | -8/+8 |
* | Cleaner code for checking and casting the Color objects | Nick Burch | 2015-07-14 | 1 | -0/+7 |
* | Bug 57480: Fix some unnecessary casts, generics, Eclipse warnings, ... | Dominik Stadler | 2015-02-09 | 1 | -1/+1 |
* | Fix some Eclipse warnings | Dominik Stadler | 2015-01-02 | 1 | -1/+1 |
* | Remove some @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle | Nick Burch | 2013-08-23 | 9 | -19/+0 |
* | optimized unused imports and removed deprecation warnings in poi-main | Yegor Kozlov | 2012-03-05 | 2 | -3/+6 |
* | From bug #50786 - Speed up calls to HSSFColor.getIndexHash() by returning a c... | Nick Burch | 2011-03-04 | 1 | -9/+20 |
* | Fix generics warnings | Nick Burch | 2011-02-18 | 1 | -6/+6 |
* | fixed packaging of files moved from contrib | Yegor Kozlov | 2010-10-19 | 2 | -4/+4 |
* | repackaged poi-contrib to poi-main and poi-examples, excluded contrib from bu... | Yegor Kozlov | 2010-10-06 | 2 | -0/+348 |
* | Solution for bug #48779 - Allow you to get straight from a CellStyle to a Col... | Nick Burch | 2010-05-26 | 1 | -1/+3 |
* | Apply patch from Trejkaz from bug #49050 - Improve performance of AbstractEsc... | Nick Burch | 2010-05-05 | 1 | -0/+83 |
* | Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b... | Josh Micich | 2009-10-08 | 1 | -2/+2 |
* | removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla... | Yegor Kozlov | 2009-09-13 | 1 | -0/+0 |
* | Fixing compiler warnings - unnecessary typecasts | Josh Micich | 2009-08-18 | 1 | -9/+5 |
* | Changed CRLF to LF in .java base src files. Minor reformatting fixes. | Josh Micich | 2009-05-19 | 2 | -111/+111 |
* | consolidate limits specific to Excel version(Excel97, Excel2007) in Spreadshe... | Yegor Kozlov | 2009-04-06 | 1 | -13/+1 |
* | fixed compiler error from r761723 | Josh Micich | 2009-04-03 | 1 | -3/+1 |
* | fixed non-standard ASF license headers | Yegor Kozlov | 2009-02-24 | 3 | -15/+18 |
* | Fix for bug 46174 - HSSFName now handles general formulas (not just area refe... | Josh Micich | 2008-11-14 | 1 | -367/+0 |
* | common ss interfaces for drawing, clientacnhor and picture, also some refacto... | Yegor Kozlov | 2008-11-12 | 1 | -2/+1 |
* | converted non-ascii characters to unicode to keep compilers on UTF-8 systems ... | Yegor Kozlov | 2008-11-09 | 1 | -1/+1 |
* | Merged revisions 708385,708996,709054,709217,709221,709235 via svnmerge from | Josh Micich | 2008-10-30 | 2 | -13/+16 |
* | Merged revisions 707953,708242,708252,708260,708262,708286 via svnmerge from | Josh Micich | 2008-10-27 | 2 | -1/+3 |
* | Merged revisions 699178,699487,699489,699761 via svnmerge from | Josh Micich | 2008-09-29 | 2 | -17/+2 |
* | Merged revisions 695264,695303,695420 via svnmerge from | Nick Burch | 2008-09-15 | 1 | -29/+0 |
* | Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392... | Nick Burch | 2008-09-07 | 1 | -276/+4 |
* | Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392... | Nick Burch | 2008-08-30 | 2 | -8/+76 |