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