summaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi
Commit message (Expand)AuthorAgeFilesLines
* Added link to test cases for the workaroundsAndreas Beeker2014-12-131-1/+3
* Added workarounds to tests for JDK 6 LineBreakMeasurer bug and handle itAndreas Beeker2014-12-122-9/+56
* Correct older biff detection, and add unit tests for HSSFWorkbook giving help...Nick Burch2014-11-301-3/+3
* Update TODOs for what remainsNick Burch2014-11-301-2/+2
* More detection for older Excel formats when opening the POIFS Stream, and a m...Nick Burch2014-11-304-22/+72
* On Biff5 files, include the sheet name. (Older formats are single sheet)Nick Burch2014-11-303-2/+93
* Track the codepage in old excel files, to be able to correctly decode the 8 b...Nick Burch2014-11-304-17/+52
* Track what Biff version we are working on, and use that to work around Biff 2...Nick Burch2014-11-302-5/+41
* Switch to POITestCase / assertContainsNick Burch2014-11-301-4/+7
* Begin adding Excel 5 support to OldExcelExtractor for TIKA-1490Nick Burch2014-11-301-7/+54
* Formula values for Excel 4 extractor, for TIKA-1490Nick Burch2014-11-303-22/+40
* Largely there with the Excel 4 extractor, for TIKA-1490Nick Burch2014-11-303-114/+128
* Further Excel 4 text extractor support, for TIKA-1490Nick Burch2014-11-303-8/+126
* Further Excel 4 text extractor support, for TIKA-1490Nick Burch2014-11-304-9/+116
* Start on a Text Extractor for the pre-OLE2 Excel formats like Excel 4, for TI...Nick Burch2014-11-303-3/+266
* Remove some Eclipse warnings, remove confusing FunctionID/ID renaming...Dominik Stadler2014-11-272-79/+13
* Add more output in case of unknown cipher-ids to aid in debugging bugs like 5...Dominik Stadler2014-11-261-4/+2
* revert of r1639217 and offline-linking for maven javadocsAndreas Beeker2014-11-155-12/+12
* Javadoc warnings fixed:Andreas Beeker2014-11-136-20/+20
* Add boolean getters/setters for bold to font, matching italic and underline, ...Nick Burch2014-11-122-4/+21
* Picture method to resize with different scales in width and heightAndreas Beeker2014-11-128-139/+431
* Add some missing close() calls and fix some generics warningsDominik Stadler2014-11-097-19/+42
* Patch from hishidama to add Cell.removeHyperlink(). This closes #13 from githubNick Burch2014-11-082-1/+29
* Fix some eclipse warnings, newlines, javadoc, generics, ...Dominik Stadler2014-11-071-45/+4
* Bug 57003: Add implementation of function FIXEDDominik Stadler2014-11-072-1/+108
* Patch from hishidama to add Sheet.getDataValidations() for HSSF and XSSF. Thi...Nick Burch2014-11-054-3/+148
* Patch from hishidama to add Comment.getClientAnchor(). This closes #12 from g...Nick Burch2014-11-042-0/+18
* FilePassRecord type of 4 is now documented as the same as 2 & 3, see bug #35897Nick Burch2014-11-041-0/+2
* Fix bug #57185 - Should be Series not Serie, latter is incorrect English / a ...Nick Burch2014-11-045-21/+14
* Partial HSSF support for adding new external workbook formula references for ...Nick Burch2014-11-044-48/+131
* Improve BiffViewer output for SupBookRecordNick Burch2014-11-041-6/+10
* Add missing HSSFWorkbook constructor javadocs #57166Nick Burch2014-10-301-16/+35
* Apply patch for bug 57151: Document CellRangeAddress and add some validation ...Dominik Stadler2014-10-302-9/+28
* Bug 57150: Added EOMONTH functionCédric Walter2014-10-272-1/+83
* Bug 57143 - Javadocs and throws clause for WorkbookUtilAndreas Beeker2014-10-271-0/+10
* house keeping - fixes for sonarqube blockersAndreas Beeker2014-10-254-16/+34
* Bug 57010: Add implementation of function PROPERDominik Stadler2014-10-202-1/+29
* SheetUtil helper for finding the main cell of a merged region, if in oneNick Burch2014-10-181-0/+37
* Add a note on how this is not the right way to make a string of your cellNick Burch2014-10-161-2/+7
* Bug 57080 - IndexOutOfBoundsException in poi decryptorAndreas Beeker2014-10-131-1/+9
* Revert parts of an inadvertent previous checkin, keep build.xml and @Override...Dominik Stadler2014-10-061-0/+794
* Revert parts of an inadvertent previous checkin, keep build.xml and @Override...Dominik Stadler2014-10-061-3/+0
* Print out current version of java before building to allow to see in build ou...Dominik Stadler2014-10-068-822/+57
* more tests, some refactoringAndreas Beeker2014-09-281-16/+14
* merge with trunkAndreas Beeker2014-09-1717-242/+283
* some changes because of test errorsAndreas Beeker2014-08-151-1/+3
* Xml signature support - version 1Andreas Beeker2014-08-103-14/+21
* Another test for NPOIFS in-place writing support - probably the deletion of a...Andreas Beeker2014-08-021-1/+7
* Fix bug #56800 - Provide a helpful exception, XLSBUnsupportedException, if XS...Nick Burch2014-08-012-2/+33
* Fix bug #55050 - If the start+end row and cell are the same on an AreaPtg, av...Nick Burch2014-07-311-2/+2