851 Commits (54d462a3f6fda9493eca34f4cfa9af7a965c60b0)

Author SHA1 Message Date
  Andreas Beeker 54d462a3f6 Bug 53282 - Hyperlink with a non-breaking space throws java.lang.IllegalStateException 10 years ago
  Andreas Beeker 3fb8fc3830 javadoc fix 10 years ago
  Andreas Beeker 6a864cce7b Bug 55802 - Special Letters not exported correct 10 years ago
  Andreas Beeker aeb4f0247b Javadoc fix 10 years ago
  Dominik Stadler bc936983a5 Bug 56011: Use default style if the cell style attribute is not present 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 7084337351 Added license headers 10 years ago
  Andreas Beeker 77436875d1 Bug 35897 - Password protected files 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 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 32c7f02ba3 Remove unused members and make others private 10 years ago
  Andreas Beeker 8372eb89ec javadoc and compiler warning house-keeping 10 years ago
  Andreas Beeker c950d95a65 javadoc house-keeping 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 bf2b13b9fa Patch for Bug/Enhancement 55818 - add encryption support 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
  Dominik Stadler 2fdc436d8e Refactor XSSFExportToXml a bit, split code into more methods 10 years ago
  Dominik Stadler 9484ef6f17 Bug 55850: fix NullPointerException during extraction from XSSF 10 years ago
  Dominik Stadler 8e89928c88 Bug 55640, added reproducer, a fix for the Exception cases and some verify-tests to ensure future 10 years ago
  Dominik Stadler 7926036f2f Bug 55745: fix handling of tables in XSSF if there are comments as well, add testcase which was committed to the wrong tag 10 years ago
  Dominik Stadler 59b0bd2ef0 Bug 55745: fix handling of tables in XSSF if there are comments as well, there is not much sense in leaving the loop on the first instance of comment table and skipping all the other tables. 10 years ago
  Cédric Walter c36b01a601 Bug 55768: added Line charts support and setting axis tick marks, title 10 years ago
  Cédric Walter 4a55b25fd8 Bug 54676: added new chart axis type: Category axis 10 years ago
  Nick Burch bb7d33fe7c Patch from Andreas Beeker from bug #53475 - Switch XWPF test to JUnit 4, so that we can skip one part of the tests if the JVM doesn't support larger keys 10 years ago
  Nick Burch 888f855287 Patch from Andreas Beeker from bug #53475 - further OOXML Encryption support, covering more ciphers 10 years ago
  Nick Burch c842462a77 Fix whitespace 10 years ago
  Nick Burch f138584877 More JavaDoc tweaks, and suppress deprecated warnings where these are expected 10 years ago
  Nick Burch 1e0b6afd1b Consistent indenting, based on current POI style guide 10 years ago
  Nick Burch a510627ab1 Fix some JavaDocs, and add a generic constructor based on ZipEntrySource 10 years ago
  Nick Burch 8b58a82c00 Reduce duplication by replacing lots of deprecated methods with calls to their replacement (which is basically the same code anyway) 10 years ago
  Nick Burch b22e5b830b Try to make a few OPCPackage error messages more helpful, and slightly reform the configure code block to make it hopefully easier to read 10 years ago
  Yegor Kozlov 9d1409c7d3 Patch 53176 - Fixed auto shapes render problem in pptx files 10 years ago
  Nick Burch b2a64e7f7c Unit tests for Shrink To Fit cell style support (#55661) 10 years ago
  Nick Burch 9332cdcc18 Start on HSSF/XSSF Shrink To Fit support, see bug #55661 10 years ago
  Nick Burch 44ea1fd9d6 Patch from Andreas Beeker from bug #53475 - CSPName may not always be present on OOXML encrypted documents, plus test 10 years ago
  Cédric Walter ac800aa627 Bug 54696: Add overlay setting to ChartLegend 10 years ago
  Nick Burch 2881930651 Fix bug #55733 - XWPFWordExtractor need 10 years ago
  Dominik Stadler 2bd3296911 Slightly more test-coverage in HSSFSheet/XSSFSheet/SXSSFSheet and fix some Eclipse warnings 10 years ago
  Dominik Stadler 23d7dfa037 Add reproducer tests for Bug 53515, disabled as we do not fix any of the 10 years ago
  Dominik Stadler 0942712715 Bug 49940: Apply patch to avoid XmlValueDisconnectedException when 10 years ago
  Dominik Stadler 3c13ee8f28 Fix some Eclipse warnings, remove trailing whitespaces 10 years ago
  Nick Burch ccb7cc6015 Have HSSFWorkbook check for an encrypted .xlsx file when opening, and give a helpful error if found, plus tests. Fixes #55692 10 years ago
  Nick Burch ff1699658c Patch from bug #55650 from Andrej - Avoid AIOOBE if a non-existant Xfs is requested for a styleAvoid AIOOBE if a non-existant Xfs is requested for a style 10 years ago
  Dominik Stadler c35b61e1fc Bug 55369: Add support for collapsing rows in SXSSF 10 years ago