| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the executable flag from a number of files that aren't executables so ... | Nick Burch | 2013-06-25 | 3 | -0/+0 |
* | Add missing license headers, and a few javadoc tweaks while working on those ... | Nick Burch | 2013-06-25 | 6 | -6/+105 |
* | Sanity check the length, logging and truncating if too long, to avoid a Strin... | Nick Burch | 2013-06-25 | 1 | -0/+11 |
* | Fix the indenting to be consistent throughout the file | Nick Burch | 2013-06-25 | 1 | -363/+362 |
* | Add another record type to the "don't warn" list, and tidy up the code a litt... | Nick Burch | 2013-06-25 | 1 | -14/+19 |
* | Fix from Florian Hopf from bug #54564 - Fix error message text | Nick Burch | 2013-06-25 | 3 | -2/+12 |
* | Fix indenting to be consistent, and correct the setIncludeCellComments javado... | Nick Burch | 2013-06-25 | 1 | -167/+167 |
* | Patch from Andrew Novikov from bug #53972 - Presence of PLV record shouldn't ... | Nick Burch | 2013-06-25 | 4 | -1/+63 |
* | Patch from Tim Allison from bug #55142 - Not all XWPF SDT block | Nick Burch | 2013-06-25 | 2 | -1/+31 |
* | Bug 54920: do not set column and row separatedely, but use a reference | Dominik Stadler | 2013-06-23 | 4 | -14/+94 |
* | Patch and unit test from Tim Allen from bug #54686 - Improve how DataFormatte... | Nick Burch | 2013-06-20 | 4 | -125/+403 |
* | Patch from Tim Allen from bug #55066 - unit test to show that we no longer lo... | Nick Burch | 2013-06-20 | 1 | -0/+21 |
* | Avoid a NPE if no password was given - use the default office one instead | Nick Burch | 2013-06-19 | 1 | -0/+5 |
* | Fix the footnote doubling, and then enable the rest of the SDT tests from Ti... | Nick Burch | 2013-06-18 | 2 | -10/+1 |
* | Remove tab indents | Nick Burch | 2013-06-18 | 1 | -6/+6 |
* | Patch from Tim Allison from bug #54849 - Controlled content/Form (Std/StdBloc... | Nick Burch | 2013-06-18 | 22 | -117/+777 |
* | Bug 54607: Add unit test and fix NPE for getTopRow() and getLeftCol() | Dominik Stadler | 2013-06-17 | 2 | -4/+83 |
* | Bug 54982: Add a close() interface to POITextExtractor which can be used to f... | Dominik Stadler | 2013-06-17 | 11 | -22/+202 |
* | Patch from Trejkaz from GitHub Pull 2 - HSSFWorkbook.getAllEmbeddedObjects() ... | Nick Burch | 2013-06-14 | 2 | -6/+38 |
* | Fix and update JavaDoc entries, and correct areas with wildy inconsistent whi... | Nick Burch | 2013-06-13 | 9 | -614/+614 |
* | Fix and update JavaDoc entries, and correct areas with wildy inconsistent whi... | Nick Burch | 2013-06-13 | 4 | -702/+681 |
* | Fix and update JavaDoc entries, and correct areas with wildy inconsistent whi... | Nick Burch | 2013-06-13 | 2 | -349/+343 |
* | Fix the javadoc, correct the indenting, and add the new test file from bug #5... | Nick Burch | 2013-06-13 | 1 | -14/+6 |
* | Patch from akhikhl from github pull #4 - Expose from XWPFParagraph the number... | Nick Burch | 2013-06-12 | 2 | -1/+65 |
* | Patch from akhikhl from github pull #3 - Extract references from XWPF footnotes | Nick Burch | 2013-06-12 | 2 | -4/+13 |
* | JavaDoc fixes from #54731 from Dominik Stadler | Nick Burch | 2013-06-12 | 5 | -3/+7 |
* | fixed compatibility issues with JDK 1.5 | Yegor Kozlov | 2013-06-05 | 4 | -4/+17 |
* | removed @Override to keep javac on JDK 1.5 happy | Yegor Kozlov | 2013-06-03 | 1 | -3/+0 |
* | Bug 55047: REPT formula support | Yegor Kozlov | 2013-06-02 | 3 | -0/+106 |
* | missing tests for Bug 55041 - CODE formula support | Yegor Kozlov | 2013-06-02 | 2 | -0/+32 |
* | added missing tests for Bug 55042: patch for missing function COMPLEX | Yegor Kozlov | 2013-06-02 | 1 | -0/+31 |
* | added missing tests for Bug 55042: patch for missing function COMPLEX | Yegor Kozlov | 2013-06-02 | 2 | -5/+17 |
* | Bugzilla 55043 and 55042: initial support for Complex and Quotient functions | Yegor Kozlov | 2013-06-02 | 4 | -0/+300 |
* | Bugzilla 55041: CODE function support, also removed @Override from interfaces... | Yegor Kozlov | 2013-06-02 | 4 | -4/+106 |
* | Bugzilla 55037: DELTA function support | Yegor Kozlov | 2013-06-02 | 2 | -0/+139 |
* | Bugzilla 55036 - Dec2HEx formula support | Yegor Kozlov | 2013-06-02 | 7 | -6/+253 |
* | Unit test for bugs #54880 & #55030 - seems ok so far | Nick Burch | 2013-05-31 | 2 | -18/+83 |
* | Fix bug #55001 - check for unicode text too (plus fix indents) | Nick Burch | 2013-05-31 | 1 | -21/+26 |
* | Stub out the unit tests needed for bug #55026, and add the sample file from that | Nick Burch | 2013-05-29 | 1 | -0/+19 |
* | More on bug #54682 - check for the end offset overflowing too | Nick Burch | 2013-05-29 | 1 | -3/+5 |
* | Fix bug #54682 - UnhandledDataStructure should sanity check before allocating... | Nick Burch | 2013-05-29 | 1 | -5/+18 |
* | Where possible, allow fetching of the size of the OPC Package Part (-1 if not) | Nick Burch | 2013-05-15 | 4 | -0/+47 |
* | Fix #54891 - correct javadoc on HSSF + SS (XSSF was correct) for Row.createCe... | Nick Burch | 2013-05-06 | 2 | -4/+15 |
* | Bug 54673 - [PATCH] Simple wildcard support in HLOOKUP, VOOLKUP, MATCH, COUNTIF | Yegor Kozlov | 2013-03-16 | 10 | -586/+526 |
* | Bugzilla 54625 - Register user-defined functions in instance scope instead of... | Yegor Kozlov | 2013-03-03 | 5 | -59/+95 |
* | Bugzilla 54469 - Support for financial functions IPMT and PPMT | Yegor Kozlov | 2013-03-02 | 6 | -0/+384 |
* | Bugzilla 54436: Fixed metadata for GETPIVOTDATA function | Yegor Kozlov | 2013-03-02 | 2 | -7/+24 |
* | Fix bug #54579 - Handle milliseconds in date formats eg ss.000 | Nick Burch | 2013-02-19 | 2 | -1/+35 |
* | Fix bug #54557 - Don't mis-detect format patterns like .000 as dates | Nick Burch | 2013-02-13 | 2 | -5/+21 |
* | Fix bug #54506 - Add "BOOK" to the list of unusual-but-largely-ok Workbook di... | Nick Burch | 2013-02-07 | 3 | -31/+67 |