6602 Commits (3109f16a7ff17da81917a2830c8789109e9c39bf)
 

Author SHA1 Message Date
  Nick Burch 00129c4158 Begin updating the HSSF CF code to work on the base types, so it can handle both CF and CF12 9 years ago
  Nick Burch 94f52e3edb More clone support 9 years ago
  Nick Burch f5ce1eb174 Fix inconsistent indents 9 years ago
  Nick Burch 768acdd838 Fix generics, and use base types 9 years ago
  Nick Burch 35e6255609 Enable CFRule12 use #58130 9 years ago
  Nick Burch d33eaaf645 More helpful output if a re-write test fails 9 years ago
  Nick Burch 33562b30da CFRule12 tests 9 years ago
  Nick Burch d3f4225d1a New future record interface, and more CFRule12 toString output 9 years ago
  Nick Burch cc9d459c30 Allow dumping of null arrays 9 years ago
  Nick Burch 3a55a386f1 Further CFRule12 parsing 9 years ago
  Nick Burch ba6335fcee CFRule12 can have standard formats too, so push logic to base class #58130 9 years ago
  David North 3e36081b87 Add Sheet.getMergedRegions to obtain them all as a list. Implement this for XSSF using "deprecated" methods in XMLBeans which allow the operation to be linear in the number of regions rather than n-squared. 9 years ago
  Dominik Stadler bae4602fa6 Bug 58113: Fix regression: NullPointerException when setting cell value to null 9 years ago
  David North 1c69d7596c Patch from Chris Boyle to add basic support for .xlsm (macro-enabled) workbooks. The binary blob containing the VBA macros may be copied from one such workbook into another. 9 years ago
  Nick Burch 1646914d22 Template IDs from which CFs can be based 9 years ago
  Nick Burch 003e2db3f7 Add some more conditional formatted styles in the test workbooks #58130 9 years ago
  Nick Burch 192d798a0f Refactor some of the CFRuleRecord logic out to CFRuleBase, and begin work on CFRule12Record #58130 9 years ago
  Nick Burch 5d31aa3a79 Fix formatting/indents/comments 9 years ago
  Nick Burch 275d551956 Introduce a CFHeaderBase common parent #58130 9 years ago
  Nick Burch d7666dba2d Update FtrHeader and CFHeader clone/create 9 years ago
  Nick Burch 0f52d448b0 More whitespace / indent updates 9 years ago
  Nick Burch d141ffd773 Fix indent/whitespace 9 years ago
  Nick Burch 239998a88c Start to support CF12 headers for #58130 9 years ago
  Nick Burch c35e0c1902 Javadocs, and more record names 9 years ago
  Nick Burch 2b85de98fd Javadoc and comment updates for CFs 9 years ago
  Andreas Beeker 72ce8545dd JUnit and rendering fixes 9 years ago
  Nick Burch 28ca2d4f76 Some new-style conditional formattings, with gradients and icons 9 years ago
  Nick Burch 93806caece Add another Conditional Formatting example - multiple rules which overlap 9 years ago
  Andreas Beeker 1102414559 added ASL header to drawing classes 9 years ago
  Dominik Stadler 13d04a1319 OOXMLPrettyPrint: Populate the standalone-attribute always to avoid differences in the resulting XML files from Excel and POI 9 years ago
  Andreas Beeker 3cab082513 downgraded xjc params to jdk6 and regenerated geometry binding classes 9 years ago
  Dominik Stadler 5845a41b78 Add some missing close(), reduce output in unit tests and remove some other Eclipse warnings 9 years ago
  Dominik Stadler 44fd9dc62b Allow Eclipse to add some additional compiler warning settings added by newer Eclipse versions, mostly Java 8 so not overly useful for us currently anyway 9 years ago
  Nick Burch d1bcdb0bcd When writing the mini-stream, set the size of it on the root property #58061 9 years ago
  Nick Burch 92764ff10d Helper method to report the number of blocks used in a BAT 9 years ago
  Dominik Stadler df179170a2 Bug 57744: Fix parsing the email submission data when id contains a hyphen 9 years ago
  Dominik Stadler 2641bb475f Bug 57678: Apply patch to better handle years in mail-messages between 1980 and 1999. 9 years ago
  Nick Burch 562b5e1278 Fix OPOIFS generics warnings 9 years ago
  Nick Burch aa84a05ad1 To better match OPOIFS, pad to the end of a block with 0xFF/-1 9 years ago
  Nick Burch 335ba49ef5 More NPOIFS ministream tests 9 years ago
  Nick Burch 2f735be6f1 Allow optional dumping of the raw ministream as well 9 years ago
  Dominik Stadler 58df0dad39 Revert to state before running unit-tests to not have arbitrary test-changes applied to the sample file. 9 years ago
  Nick Burch 0912df5e35 Support optionally dumping the properties stream 9 years ago
  Dominik Stadler d6a03e7394 Open file read-only in test to avoid making it dirty during running unit tests 9 years ago
  Nick Burch c3c7ce3c85 Put the properties table at block 0, with the first BAT at block 1, to hopefully solve #58061 9 years ago
  Nick Burch 5c5bafacd2 Print mini stream information, and property entries 9 years ago
  Nick Burch 799e53d039 Fix inconsistent whitespace 9 years ago
  Nick Burch 2362cacb3e Refactor the small block reader creation, so that POIFSHeaderDumper can dump the sbat structure too 9 years ago
  Andreas Beeker 1b1d5835b6 Bug 54332 - WMF extraction failing in Tika for older PowerPoint Files 9 years ago
  Dominik Stadler dfca03ec03 Fix test to find the exception-text in all cases 9 years ago