| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | More coverage of class EscherDump | Dominik Stadler | 2015-07-16 | 1 | -0/+19 |
* | Fix some Eclipse warnings and adjust use of Generics, Comments, close() | Dominik Stadler | 2015-07-16 | 1 | -172/+176 |
* | Further HSSF support towards CF IconSets #58130 | Nick Burch | 2015-07-15 | 1 | -0/+29 |
* | 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 | 2 | -2/+15 |
* | Check more of the complex CF cases from the test files | Nick Burch | 2015-07-13 | 1 | -2/+51 |
* | Move some test checks to using ConditionType instead of raw bytes | Nick Burch | 2015-07-13 | 1 | -15/+26 |
* | Enable CF2007 test for XLSX too | Nick Burch | 2015-07-13 | 1 | -1/+8 |
* | Have the HSSF ConditionalFormattingTable look for CF12 records as well, and b... | Nick Burch | 2015-07-13 | 1 | -4/+29 |
* | Begin updating the HSSF CF code to work on the base types, so it can handle b... | Nick Burch | 2015-07-13 | 1 | -0/+27 |
* | 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 | 1 | -2/+1 |
* | More helpful output if a re-write test fails | Nick Burch | 2015-07-13 | 1 | -3/+9 |
* | CFRule12 tests | Nick Burch | 2015-07-13 | 3 | -23/+95 |
* | Bug 58113: Fix regression: NullPointerException when setting cell value to null | Dominik Stadler | 2015-07-13 | 1 | -6/+48 |
* | Refactor some of the CFRuleRecord logic out to CFRuleBase, and begin work on ... | Nick Burch | 2015-07-12 | 2 | -5/+4 |
* | Introduce a CFHeaderBase common parent #58130 | Nick Burch | 2015-07-12 | 1 | -11/+46 |
* | Add some missing close(), reduce output in unit tests and remove some other E... | Dominik Stadler | 2015-07-07 | 2 | -2/+1 |
* | When writing the mini-stream, set the size of it on the root property #58061 | Nick Burch | 2015-07-06 | 1 | -0/+4 |
* | Helper method to report the number of blocks used in a BAT | Nick Burch | 2015-07-06 | 1 | -0/+54 |
* | Fix OPOIFS generics warnings | Nick Burch | 2015-07-02 | 1 | -17/+14 |
* | To better match OPOIFS, pad to the end of a block with 0xFF/-1 | Nick Burch | 2015-07-01 | 1 | -0/+2 |
* | More NPOIFS ministream tests | Nick Burch | 2015-06-30 | 2 | -3/+95 |
* | Put the properties table at block 0, with the first BAT at block 1, to hopefu... | Nick Burch | 2015-06-28 | 3 | -136/+133 |
* | Bug 56865 - Limit number of bytes (by counting them) while opening office docs | Andreas Beeker | 2015-06-23 | 1 | -0/+1 |
* | Bug 58069 - Biff8RC4 xorShort returns wrong value for unsigned shorts | Andreas Beeker | 2015-06-23 | 1 | -3/+24 |
* | Bug 58040 - Log Forging | Andreas Beeker | 2015-06-21 | 2 | -34/+78 |
* | Bug 57923: Fix check for tokens in NameRecord.getExternSheetNumber() to avoid... | Dominik Stadler | 2015-06-21 | 1 | -6/+33 |
* | Bug 56655: Fix Sumifs for cases where the criteria is in error. | Dominik Stadler | 2015-06-20 | 1 | -0/+81 |
* | Bug 56420: Fix possible NullPointerException when empty cell is included in S... | Dominik Stadler | 2015-06-20 | 1 | -0/+9 |
* | Comment out writing to file in c:/temp which breaks the build now | Dominik Stadler | 2015-06-17 | 1 | -6/+6 |
* | Move more tests into base class and add a TestSXSSFBugs class to verify some ... | Dominik Stadler | 2015-06-17 | 2 | -24/+277 |
* | Whitespace seems to be confusing the license header check; try pasting one of... | David North | 2015-06-15 | 1 | -18/+16 |
* | One more file with missing license header | Dominik Stadler | 2015-06-15 | 1 | -0/+18 |
* | Add explicit test for NPE only caught by other tests. Test '97 fallback behav... | David North | 2015-06-12 | 1 | -0/+5 |
* | My own patch to fix #56328 | David North | 2015-06-12 | 1 | -0/+50 |
* | Bug 53109: Correctly handle unicode strings in NameCommentRecord | Dominik Stadler | 2015-06-01 | 1 | -0/+20 |
* | Patch from René Scheibe from bug #57512 - Fix potential NPE in DateUtil for ... | Nick Burch | 2015-05-31 | 1 | -0/+92 |
* | #56791 Make NPOIFS the default when POIFSFileSystem is requested | Nick Burch | 2015-05-26 | 1 | -7/+9 |
* | Force OPOIFS test to explicitly create OPOIFS instance | Nick Burch | 2015-05-26 | 1 | -9/+9 |
* | Force OPOIFS test to explicitly create OPOIFS instance | Nick Burch | 2015-05-26 | 1 | -2/+2 |
* | Fix warnings | Nick Burch | 2015-05-26 | 1 | -2/+10 |
* | Fix testing for NPOIFS zero-length stream writing | Nick Burch | 2015-05-26 | 1 | -2/+31 |
* | Fix NPOIFS to handle dodgy excel-95 file from bug #46904 | Nick Burch | 2015-05-26 | 1 | -3/+0 |
* | More 0 byte stream tests | Nick Burch | 2015-05-26 | 1 | -0/+32 |
* | Add verification unit test for bug 47169 | Dominik Stadler | 2015-05-20 | 1 | -1/+10 |
* | Apply fix reported in bug 47661 and add unit tests | Dominik Stadler | 2015-05-20 | 1 | -3/+21 |
* | Prevent problems reported in Bug 56574 by ensuring that Cells are properly re... | Dominik Stadler | 2015-05-19 | 1 | -3/+52 |
* | Adjust error message to have the same error across different types of Workboo... | Dominik Stadler | 2015-05-12 | 2 | -4/+11 |