111 Commits (d8421364646f195743625f24848205f999cdca53)

Author SHA1 Message Date
  Andreas Beeker 66471836f5 Replace custom hashCode code with Objects.hash() / Arrays.deepHashCode() 4 years ago
  Andreas Beeker ba6152503e #64004 - Replace clone() with copy constructor - mainly HSSF classes 4 years ago
  Andreas Beeker 5f28881a35 change package.html to package-info.java 4 years ago
  Dominik Stadler 59d8adf5b8 Fix setting a font-color if no previous color is defined for the font 6 years ago
  PJ Fanning 6e9fee0bc9 Remove more deprecated classes and methods 6 years ago
  Dominik Stadler f3b10d5703 IntelliJ warnings, deprecation 6 years ago
  Dominik Stadler 467053d91c Various code cleanups, "final" for static methods is useless, for-loops, simplify boolean conditions, try-with-resource, javadoc, ... 6 years ago
  Dominik Stadler 0cfa1ede4c Remove unnecessary type arguments (Java 8) 6 years ago
  PJ Fanning 892f68688b remove deprecated inner classes from HSFColor 6 years ago
  PJ Fanning 66d83f98d7 remove some deprecated code slated for removal in 3.18 6 years ago
  PJ Fanning 52d3ea57f4 javadoc: replace invalid self enclosing elements 7 years ago
  PJ Fanning 95d9bec68b Remove more deprecated code (especially from Spreadsheet Cell classes) 7 years ago
  PJ Fanning 5d4a4a7f28 Ensure SpreadsheetVersion is set for AreaReferences 7 years ago
  Dominik Stadler 2c8f25c864 IntelliJ warnings, Javadoc, Formatting 7 years ago
  Andreas Beeker c0eb123f91 #59836 - Tracker: Replace primitives with enums 7 years ago
  Javen O'Neal b5eced282d bug 59837: update CellUtil to handle VerticalAlignment and HorizontalAlignment enums 8 years ago
  Javen O'Neal 11bea18184 bug 59781: promote to Common SS: move PaneInformation from o.a.p.hssf.util to o.a.p.ss.util 8 years ago
  Javen O'Neal 4dfa29ec5b deprecate o.a.p.hssf.util.AreaReference as it shadows o.a.p.ss.util.AreaReference (findbugs) and provides no additional functionality 8 years ago
  Javen O'Neal b849a0c162 bug 59748: replace Hashtable with HashMap; contributed by Axel Howind 8 years ago
  Javen O'Neal 367a78a40b fix javadocs @link error for removed o.a.p.hssf.util.CellRangeAddress 8 years ago
  Javen O'Neal bc583de03b bug 59170: remove deprecated methods 8 years ago
  Javen O'Neal d22bb45dfc add comments 8 years ago
  Javen O'Neal 1a9d14e38a bug 59336: patch from Mark Murphy: replace deprecated usage of functions in CellUtil 8 years ago
  Javen O'Neal 3f17e3f604 bug 59338: patch from Mark Murphy to deprecate HSSFCellUtil class in favor of CellUtil. 8 years ago
  Andreas Beeker a061c85a3a #59170 - Remove deprecated classes (POI 3.15) - org.apache.poi.hssf/ss.util.Region 8 years ago
  Andreas Beeker fbcf869f48 fix eclipse warning - mostly generics cosmetics 8 years ago
  Nick Burch 71eeb0c3f8 Cleaner code for checking and casting the Color objects 9 years ago
  Dominik Stadler d05e0e199c Bug 57480: Fix some unnecessary casts, generics, Eclipse warnings, ... 9 years ago
  Dominik Stadler 24f27b9ae1 Fix some Eclipse warnings 9 years ago
  Nick Burch c46f0ec2aa Remove some @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 10 years ago
  Yegor Kozlov d8c58eb036 optimized unused imports and removed deprecation warnings in poi-main 12 years ago
  Nick Burch d7cc7e582b From bug #50786 - Speed up calls to HSSFColor.getIndexHash() by returning a cached, unmodifiable Map. HSSFColor.getModifiableIndexHash() provides access to the old (slow but modifiable) functionality 13 years ago
  Nick Burch 7b08adece8 Fix generics warnings 13 years ago
  Yegor Kozlov 5e7c280797 fixed packaging of files moved from contrib 13 years ago
  Yegor Kozlov 733cf81a3b repackaged poi-contrib to poi-main and poi-examples, excluded contrib from build artifacts 13 years ago
  Nick Burch 63793d2fa5 Solution for bug #48779 - Allow you to get straight from a CellStyle to a Color, irrespective of if the Color is indexed or inline-defined 14 years ago
  Nick Burch 7a0aa13885 Apply patch from Trejkaz from bug #49050 - Improve performance of AbstractEscherHolderRecord when there are lots of Continue Records 14 years ago
  Josh Micich 78e643fe21 Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of box instances. Applied patch with mods 14 years ago
  Yegor Kozlov 3ee045c2a2 removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 14 years ago
  Josh Micich a8957e80fa Fixing compiler warnings - unnecessary typecasts 15 years ago
  Josh Micich 6a7fc37e73 Changed CRLF to LF in .java base src files. Minor reformatting fixes. 15 years ago
  Yegor Kozlov 7873f0d8cf consolidate limits specific to Excel version(Excel97, Excel2007) in SpreadsheetVersion enum, allow merged regions with columns greater than 255 or rows bigger than 65536 in XSSF 15 years ago
  Josh Micich 93d7983560 fixed compiler error from r761723 15 years ago
  Yegor Kozlov 3c83ebe28a fixed non-standard ASF license headers 15 years ago
  Josh Micich dfa42cbf38 Fix for bug 46174 - HSSFName now handles general formulas (not just area references) 15 years ago
  Yegor Kozlov fadd255a55 common ss interfaces for drawing, clientacnhor and picture, also some refactoring of common hssf-xssf code 15 years ago
  Yegor Kozlov 8e0be01646 converted non-ascii characters to unicode to keep compilers on UTF-8 systems quiet 15 years ago
  Josh Micich 0f60f5eba5 Merged revisions 708385,708996,709054,709217,709221,709235 via svnmerge from 15 years ago
  Josh Micich 4c0eafc9e5 Fix for bug 15716 - - converted Ptg arrays into Formula objects to optimise memory usage 15 years ago
  Josh Micich 8697fdb6d9 Merged revisions 707953,708242,708252,708260,708262,708286 via svnmerge from 15 years ago