aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/hssf/util
Commit message (Expand)AuthorAgeFilesLines
* Fix setting a font-color if no previous color is defined for the fontDominik Stadler2017-11-131-1/+1
* Remove more deprecated classes and methodsPJ Fanning2017-09-233-75/+2
* IntelliJ warnings, deprecationDominik Stadler2017-09-191-0/+4
* Various code cleanups, "final" for static methods is useless, for-loops, simp...Dominik Stadler2017-09-171-2/+2
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-162-4/+4
* remove deprecated inner classes from HSFColorPJ Fanning2017-09-151-739/+76
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-141-4/+9
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-172-2/+2
* Remove more deprecated code (especially from Spreadsheet Cell classes)PJ Fanning2017-06-302-178/+9
* Ensure SpreadsheetVersion is set for AreaReferencesPJ Fanning2017-06-281-1/+3
* IntelliJ warnings, Javadoc, FormattingDominik Stadler2017-01-261-4/+4
* #59836 - Tracker: Replace primitives with enumsAndreas Beeker2017-01-221-1396/+715
* bug 59837: update CellUtil to handle VerticalAlignment and HorizontalAlignmen...Javen O'Neal2016-07-101-2/+18
* bug 59781: promote to Common SS: move PaneInformation from o.a.p.hssf.util to...Javen O'Neal2016-07-021-80/+5
* deprecate o.a.p.hssf.util.AreaReference as it shadows o.a.p.ss.util.AreaRefer...Javen O'Neal2016-07-021-1/+4
* bug 59748: replace Hashtable with HashMap; contributed by Axel HowindJaven O'Neal2016-06-241-10/+10
* fix javadocs @link error for removed o.a.p.hssf.util.CellRangeAddressJaven O'Neal2016-06-151-2/+1
* bug 59170: remove deprecated methodsJaven O'Neal2016-06-153-98/+0
* add commentsJaven O'Neal2016-04-171-2/+16
* bug 59336: patch from Mark Murphy: replace deprecated usage of functions in C...Javen O'Neal2016-04-171-3/+3
* bug 59338: patch from Mark Murphy to deprecate HSSFCellUtil class in favor of...Javen O'Neal2016-04-171-26/+34
* #59170 - Remove deprecated classes (POI 3.15) - org.apache.poi.hssf/ss.util.R...Andreas Beeker2016-03-122-110/+0
* fix eclipse warning - mostly generics cosmeticsAndreas Beeker2015-09-121-8/+8
* Cleaner code for checking and casting the Color objectsNick Burch2015-07-141-0/+7
* Bug 57480: Fix some unnecessary casts, generics, Eclipse warnings, ...Dominik Stadler2015-02-091-1/+1
* Fix some Eclipse warningsDominik Stadler2015-01-021-1/+1
* Remove some @author tags, as per http://poi.apache.org/guidelines.html#CodeStyleNick Burch2013-08-239-19/+0
* optimized unused imports and removed deprecation warnings in poi-mainYegor Kozlov2012-03-052-3/+6
* From bug #50786 - Speed up calls to HSSFColor.getIndexHash() by returning a c...Nick Burch2011-03-041-9/+20
* Fix generics warningsNick Burch2011-02-181-6/+6
* fixed packaging of files moved from contribYegor Kozlov2010-10-192-4/+4
* repackaged poi-contrib to poi-main and poi-examples, excluded contrib from bu...Yegor Kozlov2010-10-062-0/+348
* Solution for bug #48779 - Allow you to get straight from a CellStyle to a Col...Nick Burch2010-05-261-1/+3
* Apply patch from Trejkaz from bug #49050 - Improve performance of AbstractEsc...Nick Burch2010-05-051-0/+83
* Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b...Josh Micich2009-10-081-2/+2
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-131-0/+0
* Fixing compiler warnings - unnecessary typecastsJosh Micich2009-08-181-9/+5
* Changed CRLF to LF in .java base src files. Minor reformatting fixes.Josh Micich2009-05-192-111/+111
* consolidate limits specific to Excel version(Excel97, Excel2007) in Spreadshe...Yegor Kozlov2009-04-061-13/+1
* fixed compiler error from r761723Josh Micich2009-04-031-3/+1
* fixed non-standard ASF license headersYegor Kozlov2009-02-243-15/+18
* Fix for bug 46174 - HSSFName now handles general formulas (not just area refe...Josh Micich2008-11-141-367/+0
* common ss interfaces for drawing, clientacnhor and picture, also some refacto...Yegor Kozlov2008-11-121-2/+1
* converted non-ascii characters to unicode to keep compilers on UTF-8 systems ...Yegor Kozlov2008-11-091-1/+1
* Merged revisions 708385,708996,709054,709217,709221,709235 via svnmerge from Josh Micich2008-10-302-13/+16
* Merged revisions 707953,708242,708252,708260,708262,708286 via svnmerge from Josh Micich2008-10-272-1/+3
* Merged revisions 699178,699487,699489,699761 via svnmerge from Josh Micich2008-09-292-17/+2
* Merged revisions 695264,695303,695420 via svnmerge from Nick Burch2008-09-151-29/+0
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-09-071-276/+4
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-08-302-8/+76