| Commit message (Expand) | Author | Age | Files | Lines |
* | Report which actual record a failing sid represents | Dominik Stadler | 2015-07-16 | 1 | -1/+2 |
* | Add default cleanup-settings | Dominik Stadler | 2015-07-16 | 1 | -0/+59 |
* | Fix some Eclipse warnings and adjust use of Generics, Comments, close() | Dominik Stadler | 2015-07-16 | 7 | -192/+203 |
* | unpin externals | Andreas Beeker | 2015-07-15 | 0 | -0/+0 |
* | 3.13-beta1 prepare | Andreas Beeker | 2015-07-15 | 0 | -0/+0 |
* | javadoc fix | Andreas Beeker | 2015-07-15 | 1 | -1/+1 |
* | Further HSSF support towards CF IconSets #58130 | Nick Burch | 2015-07-15 | 4 | -1/+95 |
* | Start on high-level HSSF representation of Icon CF #58130 | Nick Burch | 2015-07-14 | 3 | -1/+64 |
* | HSSF record support for CF Iconset rules | Nick Burch | 2015-07-14 | 5 | -51/+169 |
* | Lookup | Nick Burch | 2015-07-14 | 1 | -2/+17 |
* | More CF Icon descriptions and interfaces #58130 | Nick Burch | 2015-07-14 | 1 | -19/+51 |
* | Icon set / multi-state constants #58130 | Nick Burch | 2015-07-14 | 1 | -0/+66 |
* | More CF colour tests | Nick Burch | 2015-07-14 | 1 | -4/+17 |
* | Start checking the CF colours in the unit tests | Nick Burch | 2015-07-14 | 4 | -6/+27 |
* | Fix javadoc warnings | Nick Burch | 2015-07-14 | 2 | -4/+4 |
* | #58138 CF Border colour getters and setters on Color objects as well as shorts | Nick Burch | 2015-07-14 | 2 | -45/+136 |
* | Support unsetting the XSSF CF pattern colours | Nick Burch | 2015-07-14 | 1 | -6/+16 |
* | #58138 Color object support for HSSF CF borders | Nick Burch | 2015-07-14 | 1 | -6/+65 |
* | Unset the border formattings when set to 0 | Nick Burch | 2015-07-14 | 1 | -2/+22 |
* | Fix inconsistent whitespace/indents | Nick Burch | 2015-07-14 | 1 | -147/+147 |
* | Prepare HSSFBorderFormatting for #58138 | Nick Burch | 2015-07-14 | 2 | -81/+52 |
* | Cleaner code for checking and casting the Color objects | Nick Burch | 2015-07-14 | 7 | -28/+22 |
* | Fix inconsistent whitespace/formatting | Nick Burch | 2015-07-14 | 2 | -264/+259 |
* | Provide format-agnostic conditional formatting patter colour getters and setters | Nick Burch | 2015-07-14 | 4 | -23/+90 |
* | Fix inconsistent whitespace/formatting | Nick Burch | 2015-07-14 | 6 | -1090/+1056 |
* | Provide format-agnostic conditional formatting font colour getter and setter | Nick Burch | 2015-07-14 | 5 | -14/+63 |
* | Constant for the Office 2010 Conditional Formatting extensions namespace | Nick Burch | 2015-07-14 | 1 | -1/+4 |
* | Bug 58133 - Agile encryption - wrong checksum calculation | Andreas Beeker | 2015-07-13 | 1 | -1/+1 |
* | Check more of the complex CF cases from the test files | Nick Burch | 2015-07-13 | 1 | -2/+51 |
* | Consistent whitespace/indents | Nick Burch | 2015-07-13 | 1 | -75/+67 |
* | Move some test checks to using ConditionType instead of raw bytes | Nick Burch | 2015-07-13 | 3 | -16/+31 |
* | Enable CF2007 test for XLSX too | Nick Burch | 2015-07-13 | 4 | -3/+17 |
* | Provide a Conditional Formatting type class, and deprecate the byte-based typ... | Nick Burch | 2015-07-13 | 6 | -17/+151 |
* | Have the HSSF ConditionalFormattingTable look for CF12 records as well, and b... | Nick Burch | 2015-07-13 | 2 | -8/+32 |
* | Fix inconsistent indents/whitespace | Nick Burch | 2015-07-13 | 1 | -214/+209 |
* | Begin updating the HSSF CF code to work on the base types, so it can handle b... | Nick Burch | 2015-07-13 | 8 | -39/+104 |
* | More clone support | Nick Burch | 2015-07-13 | 1 | -1/+14 |
* | Fix inconsistent indents | Nick Burch | 2015-07-13 | 1 | -83/+81 |
* | Fix generics, and use base types | Nick Burch | 2015-07-13 | 1 | -9/+10 |
* | Enable CFRule12 use #58130 | Nick Burch | 2015-07-13 | 5 | -4/+6 |
* | More helpful output if a re-write test fails | Nick Burch | 2015-07-13 | 1 | -3/+9 |
* | CFRule12 tests | Nick Burch | 2015-07-13 | 5 | -26/+104 |
* | New future record interface, and more CFRule12 toString output | Nick Burch | 2015-07-13 | 3 | -7/+80 |
* | Allow dumping of null arrays | Nick Burch | 2015-07-13 | 1 | -4/+7 |
* | Further CFRule12 parsing | Nick Burch | 2015-07-13 | 3 | -80/+207 |
* | CFRule12 can have standard formats too, so push logic to base class #58130 | Nick Burch | 2015-07-13 | 8 | -228/+255 |
* | Add Sheet.getMergedRegions to obtain them all as a list. Implement this for X... | David North | 2015-07-13 | 6 | -1/+105 |
* | Bug 58113: Fix regression: NullPointerException when setting cell value to null | Dominik Stadler | 2015-07-13 | 2 | -7/+49 |
* | Patch from Chris Boyle to add basic support for .xlsm (macro-enabled) workboo... | David North | 2015-07-13 | 7 | -13/+266 |
* | Template IDs from which CFs can be based | Nick Burch | 2015-07-12 | 1 | -0/+28 |