746 Commits (b63080e7c48eab1c98f2d8368b8948226d5c3711)

Author SHA1 Message Date
  Nick Burch b63080e7c4 Fix bug #56278 - Support loading .xlsx files with no Styles Table 10 years ago
  Dominik Stadler b8c8567bc8 Bug 56195: replace System.err with propert logging 10 years ago
  Dominik Stadler ffc04f7630 Remove two files added inadvertedely 10 years ago
  Dominik Stadler cc51d8eeb6 Bug 56169: Fix NPE during export to XML with xs:all 10 years ago
  Andreas Beeker 4d193220af Bug 56075 - Add Change Tracking support to XWPF 10 years ago
  Nick Burch 668aa03483 Fix inconsistent whitespace, and add a close call in the main method to avoid a resource-leak warning 10 years ago
  Nick Burch 0cf3937949 Add more unit tests for XWPF Headers and Footers 10 years ago
  Nick Burch 6bfca28c3d When adding a new XPWFRun to a paragraph, update both the Runs and IRuns lists with it 10 years ago
  Nick Burch b02504396b Add some javadocs for the XWPF Header/Footer creation methods 10 years ago
  Dominik Stadler 71b2a63699 Fix Sonar issues about finalize() usage 10 years ago
  Andreas Beeker ea67d54243 Added MD4-option and some cleanups 10 years ago
  Andreas Beeker fd8ad223a7 Bug 56076 - Add document protection with password support to XWPF 10 years ago
  Nick Burch 8f6ea0f8a8 Another content types test, for #55026 10 years ago
  Nick Burch 5f7a447c7b Fix bug #56164 - Tidy up the OPC SAX setup code with a new common Helper 10 years ago
  Nick Burch 4eb5150fc3 Complete support for OOXML content types with parameters, including parts of the patch from Sebastien Schneider from bug #55026 10 years ago
  Nick Burch ec93085044 Begin to implement some of the tests and logic for content types with parameters, based on the test file for bug #55026 10 years ago
  Andreas Beeker 06f1a6a42e FindBugs fix 10 years ago
  Andreas Beeker 8fc95e8b85 Sweeping is also needed for empty column-list ... 10 years ago
  Andreas Beeker 019f40493b FindBugs fix 10 years ago
  Dominik Stadler 240579a854 Update Javadoc somewhat 10 years ago
  Dominik Stadler b07bb06837 Add assertions, remove Sonar warnings 10 years ago
  Andreas Beeker 11caf5f4e4 Bug 53130 - SXSSF Shared Strings option support, to make generated xlsx files compatible with Google Docs or iPad 10 years ago
  Andreas Beeker 2e6de07eb1 FindBugs fix 10 years ago
  Andreas Beeker 334aaad728 FindBugs fix 10 years ago
  Andreas Beeker 4b9d47af5a FindBugs fix 10 years ago
  Dominik Stadler 43b4e3f378 Bug 55923: Fix compare/sorting of nodes in exported XML 10 years ago
  Dominik Stadler 77bcfcb41c Bug 55924: Avoid errors during exporting XML if there are numeric cells without value, also verify in tests that XML can always be parsed 10 years ago
  Dominik Stadler 9b16c77233 Bug 55926: Handle numeric formula values when exporting to XML 10 years ago
  Dominik Stadler ddaab16081 Bug 55927: Handle date types when exporting to XML 10 years ago
  Nick Burch aa19aeae43 Patch from Shaun Kalley from bug #56022 - XSSF Event Text Extractor header/footer support 10 years ago
  Nick Burch 7d7f5015e5 Fix whitespace 10 years ago
  Nick Burch ba910a4584 Have the Excel text extractors all implement the same interface, as best as they can 10 years ago
  Dominik Stadler 92626b66b6 Bug 56017: Fix comment-ref when shiftig rows with comments, this probably does not fix the bug itself, though 10 years ago
  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
  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 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