| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix inconsistent whitespace/indents | Nick Burch | 2015-08-12 | 1 | -392/+388 |
* | Continue with 55747 / 55324 testing | Nick Burch | 2015-08-12 | 1 | -26/+54 |
* | More tests for 55747 / 55324 | Nick Burch | 2015-08-12 | 1 | -11/+123 |
* | #58130 HSSF CF Color Scale color support | Nick Burch | 2015-07-20 | 1 | -2/+11 |
* | #58130 Mostly there with CF Icon sets | Nick Burch | 2015-07-18 | 1 | -0/+42 |
* | Fixup printing record name in case of unknown sid | Dominik Stadler | 2015-07-16 | 1 | -0/+8 |
* | Fix some Eclipse warnings and adjust use of Generics, Comments, close() | Dominik Stadler | 2015-07-16 | 1 | -172/+176 |
* | Start checking the CF colours in the unit tests | Nick Burch | 2015-07-14 | 1 | -0/+7 |
* | 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 | 2 | -21/+69 |
* | 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 |
* | Bug 58069 - Biff8RC4 xorShort returns wrong value for unsigned shorts | Andreas Beeker | 2015-06-23 | 1 | -3/+24 |
* | Bug 57923: Fix check for tokens in NameRecord.getExternSheetNumber() to avoid... | Dominik Stadler | 2015-06-21 | 1 | -6/+33 |
* | 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 | 1 | -19/+75 |
* | Bug 53109: Correctly handle unicode strings in NameCommentRecord | Dominik Stadler | 2015-06-01 | 1 | -0/+20 |
* | Fix NPOIFS to handle dodgy excel-95 file from bug #46904 | Nick Burch | 2015-05-26 | 1 | -3/+0 |
* | Apply fix reported in bug 47661 and add unit tests | Dominik Stadler | 2015-05-20 | 1 | -3/+21 |
* | Adjust error message to have the same error across different types of Workboo... | Dominik Stadler | 2015-05-12 | 1 | -2/+8 |
* | Avoid possible NPE found via CommonCrawl files | Dominik Stadler | 2015-05-11 | 2 | -1/+9 |
* | #56791 More updates from OPOIFS to NPOIFS | Nick Burch | 2015-05-11 | 2 | -2/+23 |
* | #56791 More updates from OPOIFS to NPOIFS | Nick Burch | 2015-05-11 | 1 | -1/+0 |
* | Fix inconsistent indents | Nick Burch | 2015-04-23 | 1 | -102/+102 |
* | Add unit test for Eventmodel processing of password protected excel files | Nick Burch | 2015-04-23 | 1 | -0/+63 |
* | Fix usage of Generics in some classes | Dominik Stadler | 2015-04-20 | 1 | -2/+2 |
* | Bug 57163: Fix possible NullPointerException when a spreadsheet has no LinkTa... | Dominik Stadler | 2015-04-13 | 1 | -0/+10 |
* | Bug 56579: Throw exception if max string length of 32767 chars is exceeded in... | Dominik Stadler | 2015-04-03 | 1 | -33/+0 |
* | Add test from bug 49423 to verify that the problem was fixed in the meantime | Dominik Stadler | 2015-03-22 | 1 | -0/+33 |
* | Add second verification of bug 56325 to ensure it is really fixed | Dominik Stadler | 2015-03-14 | 1 | -0/+29 |
* | Bug 56380: Remove limitation of 1024 comments per Workbook | Dominik Stadler | 2015-03-13 | 3 | -40/+195 |
* | Remove unused import | Dominik Stadler | 2015-03-11 | 1 | -2/+0 |
* | * Verify some more Text-Extraction features as part of integration tests, fix... | Dominik Stadler | 2015-02-27 | 2 | -66/+101 |
* | Adjust tests and fix small typo | Dominik Stadler | 2015-02-27 | 1 | -2/+1 |
* | Bug 57456: Fix reading XLS with empty SSTRecord where Excel puts some random ... | Dominik Stadler | 2015-02-13 | 2 | -16/+29 |
* | Fix TIKA-1515 - Handle Excel 3 files with a 0x8001 codepage | Nick Burch | 2015-01-13 | 1 | -1/+1 |
* | Add a sample Excel 3 file from TIKA-1515, and a disabled unit test for it | Nick Burch | 2015-01-13 | 2 | -0/+23 |
* | Bug 57196: Resolve RefEval to it's inner ValueEval in Hex2Dec | Dominik Stadler | 2015-01-09 | 1 | -60/+91 |
* | Add reproducer for bug 57074 | Dominik Stadler | 2015-01-07 | 1 | -0/+22 |
* | Move some tests to the base test class where applicapple | Dominik Stadler | 2015-01-05 | 1 | -78/+37 |
* | Fix some Eclipse warnings | Dominik Stadler | 2015-01-02 | 1 | -1/+1 |
* | Bug 46898: Convert unit tests for circular references to also run for XSSF | Dominik Stadler | 2015-01-02 | 1 | -0/+12 |
* | Add missing close() of resources in both production code and tests | Dominik Stadler | 2014-12-28 | 1 | -25/+54 |
* | Fix Eclipse warnings, unnecessary casts, use generics, static access... | Dominik Stadler | 2014-12-28 | 2 | -3/+7 |
* | Add a test-suite which performs integration/stress tests which load and handl... | Dominik Stadler | 2014-12-25 | 3 | -0/+54 |