5432 Commits (e484fd75d01772e90fd1fdf6e7f6412e144da261)
 

Author SHA1 Message Date
  Andreas Beeker e484fd75d0 Bug 51891 - Fix StringIndexOutOfBoundsException : Ole10Native.<init> (parsing word file) 10 years ago
  Dominik Stadler bc936983a5 Bug 56011: Use default style if the cell style attribute is not present 10 years ago
  Nick Burch 3c40a957bc Sync the Maven POM defined dependencies with the Ant build ones 10 years ago
  Dominik Stadler 5758218f9d Update third party libs: commons-codec to 1.9, log4j to 1.2.17 10 years ago
  Andreas Beeker ba8bfcc27b TreeSet without JDK 6 method usages 10 years ago
  Andreas Beeker 58712517c6 This patch is not working as of license incompatibility - see http://www.apache.org/licenses/GPL-compatibility.html 10 years ago
  Andreas Beeker 655dee9f1f As Jdk 1.5 doesn't provide NavigableMap/Set classes of JDK 1.6, we temporarily use the open jdk classes instead, until POI has switched to JDK 1.6 10 years ago
  Andreas Beeker 78115109d2 - Bug 51585 - WorkbookFactory.create() hangs when creating a workbook 10 years ago
  Andreas Beeker a6736fda98 jdk 5 compiler doesn't support overwrite for interfaces ... 10 years ago
  Nick Burch 4405461d5b Patch from Detlef Brendle from bug #55873 - Support for COUNTIFS function 10 years ago
  Dominik Stadler d724ab61a2 Fix pattern for license check failure 10 years ago
  Dominik Stadler 7fbc249c5a Add license check via Apache rat to jenkins build 10 years ago
  Dominik Stadler 17d3de1733 adjust ant-target check-rat: Download jarfile instead of requiring it locally, write report to a temporary file and scan it for failures to break the build if necessary 10 years ago
  Andreas Beeker 7084337351 Added license headers 10 years ago
  Yegor Kozlov 213c29377f set version.id to 3.11-beta1 10 years ago
  Andreas Beeker dad4a3299f javadoc fix 10 years ago
  Andreas Beeker 77436875d1 Bug 35897 - Password protected files 10 years ago
  Nick Burch 3a177b2706 Ensure our package html files have consistent line endings, and the right svn properties set on them 10 years ago
  Dominik Stadler ded360f287 Bug 55723: Make HSSFSheet.setAutoFilter() behave equal to XSSF, also make XSSF work when setAutoFilter is called multiple times 10 years ago
  Dominik Stadler 62ec8b719b remove some unused imports and some useless TODOs, slightly more 10 years ago
  Dominik Stadler 2c7fff15e1 Don't unnecessarily convert from ArrayList to array, use the ArrayList directly instead, this speeds up BiffViewer and related unit tests 10 years ago
  Dominik Stadler 63e84bd79d Print out which actual value was out of range 10 years ago
  Andreas Beeker ece67b1a5f obsoleted by TestEscherBlipRecord and EscherMetafileBlip 10 years ago
  Andreas Beeker 8c92e5db7a Bug 45776 - Fix corrupt file problem using TextRun.setText 10 years ago
  Andreas Beeker ad6a8a3cd1 Bug 41246 - AIOOBE with missing notes entries 10 years ago
  Nick Burch 42933d40bc Fix whitespace - reformat to consistent spaces, instead of a mix of tabs and spaces 10 years ago
  Andreas Beeker a30d2870c8 Bug 48593 - [PATCH] Multiple Saves Causes Slide Corruption 10 years ago
  Dominik Stadler 7f22915265 Bug 51158: clear out Memory-based part before writing to it, 10 years ago
  Dominik Stadler 95c628e04d Remove unnecessary separate length, an array already has one 10 years ago
  Dominik Stadler be4e27c463 Update to latest JaCoCo 0.6.4 10 years ago
  Dominik Stadler b002f0497a Add some @Overrides suggested by Eclipse, generics and some warnings, 10 years ago
  Dominik Stadler 232b92bf11 Fix some Eclipse warnings in ReaderWriter 10 years ago
  Dominik Stadler 32c7f02ba3 Remove unused members and make others private 10 years ago
  Andreas Beeker c0c4008124 Bug 55579 - [PATCH] Patch for add/embed OLE objects into HSLF 10 years ago
  Andreas Beeker 8372eb89ec javadoc and compiler warning house-keeping 10 years ago
  Andreas Beeker c950d95a65 javadoc house-keeping 10 years ago
  Dominik Stadler 22a0f8cf67 Fix some JavaDoc items that are reported in the build-output 10 years ago
  Andreas Beeker 31458eb486 JCE policy fix 10 years ago
  Andreas Beeker b282bd7f9c Fix jdk-differences for encryption patch 10 years ago
  Andreas Beeker 5fd22dd31a Fix jdk-differences for encryption patch 10 years ago
  Andreas Beeker 633084ecfd Fix jdk-differences for encryption patch 10 years ago
  Andreas Beeker bf2b13b9fa Patch for Bug/Enhancement 55818 - add encryption support 10 years ago
  Yegor Kozlov 97e6fae71e patch 55731: StringBuilder logic in DataFormatter.cleanFormatForNumber 10 years ago
  Yegor Kozlov 2dd8f267d0 patch 55730: Fix org.apache.poi.ss.usermodel.BuiltinFormats.java for 0x29-0x2c 10 years ago
  Yegor Kozlov 95617413cd removed pictureFileZero.ppt from svn as requested by the owner, see discussion on @poi-dev from Dec 12, 2013 10 years ago
  Nick Burch 4135f84652 Fix bug #55901 - Avoid using RMI based 10 years ago
  Nick Burch ef4388323a Don't use the degree symbol in comments, as it upsets the compiler, and causes the javadoc tool to error. Use the word degrees instead, much safer 10 years ago
  Nick Burch a7099fe6b7 More javadocs for Cell.setCellType 10 years ago
  Dominik Stadler 36a5196c2c Add moreunit-settings 10 years ago
  Dominik Stadler 2fdc436d8e Refactor XSSFExportToXml a bit, split code into more methods 10 years ago