summaryrefslogtreecommitdiffstats
path: root/src/java/org
Commit message (Collapse)AuthorAgeFilesLines
* Added link to test cases for the workaroundsAndreas Beeker2014-12-131-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1645344 13f79535-47bb-0310-9956-ffa450edef68
* Added workarounds to tests for JDK 6 LineBreakMeasurer bug and handle itAndreas Beeker2014-12-122-9/+56
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1644806 13f79535-47bb-0310-9956-ffa450edef68
* Correct older biff detection, and add unit tests for HSSFWorkbook giving ↵Nick Burch2014-11-301-3/+3
| | | | | | helpful exceptions on the older formats git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642568 13f79535-47bb-0310-9956-ffa450edef68
* Update TODOs for what remainsNick Burch2014-11-301-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642567 13f79535-47bb-0310-9956-ffa450edef68
* More detection for older Excel formats when opening the POIFS Stream, and a ↵Nick Burch2014-11-304-22/+72
| | | | | | more specific exception for non-OLE2 files git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642565 13f79535-47bb-0310-9956-ffa450edef68
* On Biff5 files, include the sheet name. (Older formats are single sheet)Nick Burch2014-11-303-2/+93
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642563 13f79535-47bb-0310-9956-ffa450edef68
* Track the codepage in old excel files, to be able to correctly decode the 8 ↵Nick Burch2014-11-304-17/+52
| | | | | | bit strings in them git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642561 13f79535-47bb-0310-9956-ffa450edef68
* Track what Biff version we are working on, and use that to work around Biff ↵Nick Burch2014-11-302-5/+41
| | | | | | 2 and 5 having the same formula record sid for different layouts git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642556 13f79535-47bb-0310-9956-ffa450edef68
* Switch to POITestCase / assertContainsNick Burch2014-11-301-4/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642549 13f79535-47bb-0310-9956-ffa450edef68
* Begin adding Excel 5 support to OldExcelExtractor for TIKA-1490Nick Burch2014-11-301-7/+54
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642548 13f79535-47bb-0310-9956-ffa450edef68
* Formula values for Excel 4 extractor, for TIKA-1490Nick Burch2014-11-303-22/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642497 13f79535-47bb-0310-9956-ffa450edef68
* Largely there with the Excel 4 extractor, for TIKA-1490Nick Burch2014-11-303-114/+128
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642493 13f79535-47bb-0310-9956-ffa450edef68
* Further Excel 4 text extractor support, for TIKA-1490Nick Burch2014-11-303-8/+126
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642492 13f79535-47bb-0310-9956-ffa450edef68
* Further Excel 4 text extractor support, for TIKA-1490Nick Burch2014-11-304-9/+116
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642491 13f79535-47bb-0310-9956-ffa450edef68
* Start on a Text Extractor for the pre-OLE2 Excel formats like Excel 4, for ↵Nick Burch2014-11-303-3/+266
| | | | | | TIKA-1490 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642490 13f79535-47bb-0310-9956-ffa450edef68
* Remove some Eclipse warnings, remove confusing FunctionID/ID renaming...Dominik Stadler2014-11-272-79/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642035 13f79535-47bb-0310-9956-ffa450edef68
* Add more output in case of unknown cipher-ids to aid in debugging bugs like ↵Dominik Stadler2014-11-261-4/+2
| | | | | | 57195 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1641883 13f79535-47bb-0310-9956-ffa450edef68
* revert of r1639217 and offline-linking for maven javadocsAndreas Beeker2014-11-155-12/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1639807 13f79535-47bb-0310-9956-ffa450edef68
* Javadoc warnings fixed:Andreas Beeker2014-11-136-20/+20
| | | | | | Now that the javadocs are split, the reference from one module to another need to be url links git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1639217 13f79535-47bb-0310-9956-ffa450edef68
* Add boolean getters/setters for bold to font, matching italic and underline, ↵Nick Burch2014-11-122-4/+21
| | | | | | plus matching xssf git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1638954 13f79535-47bb-0310-9956-ffa450edef68
* Picture method to resize with different scales in width and heightAndreas Beeker2014-11-128-139/+431
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1638623 13f79535-47bb-0310-9956-ffa450edef68
* Add some missing close() calls and fix some generics warningsDominik Stadler2014-11-097-19/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637703 13f79535-47bb-0310-9956-ffa450edef68
* Patch from hishidama to add Cell.removeHyperlink(). This closes #13 from githubNick Burch2014-11-082-1/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637562 13f79535-47bb-0310-9956-ffa450edef68
* Fix some eclipse warnings, newlines, javadoc, generics, ...Dominik Stadler2014-11-071-45/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637367 13f79535-47bb-0310-9956-ffa450edef68
* Bug 57003: Add implementation of function FIXEDDominik Stadler2014-11-072-1/+108
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637361 13f79535-47bb-0310-9956-ffa450edef68
* Patch from hishidama to add Sheet.getDataValidations() for HSSF and XSSF. ↵Nick Burch2014-11-054-3/+148
| | | | | | This closes #11 from github git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1636857 13f79535-47bb-0310-9956-ffa450edef68
* Patch from hishidama to add Comment.getClientAnchor(). This closes #12 from ↵Nick Burch2014-11-042-0/+18
| | | | | | github git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1636782 13f79535-47bb-0310-9956-ffa450edef68
* FilePassRecord type of 4 is now documented as the same as 2 & 3, see bug #35897Nick Burch2014-11-041-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1636776 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #57185 - Should be Series not Serie, latter is incorrect English / a ↵Nick Burch2014-11-045-21/+14
| | | | | | Typo git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1636755 13f79535-47bb-0310-9956-ffa450edef68
* Partial HSSF support for adding new external workbook formula references for ↵Nick Burch2014-11-044-48/+131
| | | | | | #57184 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1636742 13f79535-47bb-0310-9956-ffa450edef68
* Improve BiffViewer output for SupBookRecordNick Burch2014-11-041-6/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1636725 13f79535-47bb-0310-9956-ffa450edef68
* Add missing HSSFWorkbook constructor javadocs #57166Nick Burch2014-10-301-16/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1635533 13f79535-47bb-0310-9956-ffa450edef68
* Apply patch for bug 57151: Document CellRangeAddress and add some validation ↵Dominik Stadler2014-10-302-9/+28
| | | | | | | | to prevent invalid row/column combinations. Cover class CellRangeAddress fully in unit tests. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1635389 13f79535-47bb-0310-9956-ffa450edef68
* Bug 57150: Added EOMONTH functionCédric Walter2014-10-272-1/+83
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1634515 13f79535-47bb-0310-9956-ffa450edef68
* Bug 57143 - Javadocs and throws clause for WorkbookUtilAndreas Beeker2014-10-271-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1634412 13f79535-47bb-0310-9956-ffa450edef68
* house keeping - fixes for sonarqube blockersAndreas Beeker2014-10-254-16/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1634255 13f79535-47bb-0310-9956-ffa450edef68
* Bug 57010: Add implementation of function PROPERDominik Stadler2014-10-202-1/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1633215 13f79535-47bb-0310-9956-ffa450edef68
* SheetUtil helper for finding the main cell of a merged region, if in oneNick Burch2014-10-181-0/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1632833 13f79535-47bb-0310-9956-ffa450edef68
* Add a note on how this is not the right way to make a string of your cellNick Burch2014-10-161-2/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1632438 13f79535-47bb-0310-9956-ffa450edef68
* Bug 57080 - IndexOutOfBoundsException in poi decryptorAndreas Beeker2014-10-131-1/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1631600 13f79535-47bb-0310-9956-ffa450edef68
* Revert parts of an inadvertent previous checkin, keep build.xml and ↵Dominik Stadler2014-10-061-0/+794
| | | | | | @Override changes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1629656 13f79535-47bb-0310-9956-ffa450edef68
* Revert parts of an inadvertent previous checkin, keep build.xml and ↵Dominik Stadler2014-10-061-3/+0
| | | | | | @Override changes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1629653 13f79535-47bb-0310-9956-ffa450edef68
* Print out current version of java before building to allow to see in build ↵Dominik Stadler2014-10-068-822/+57
| | | | | | output if we use a supported Java VM version git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1629644 13f79535-47bb-0310-9956-ffa450edef68
* more tests, some refactoringAndreas Beeker2014-09-281-16/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1628107 13f79535-47bb-0310-9956-ffa450edef68
* merge with trunkAndreas Beeker2014-09-1717-242/+283
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1625828 13f79535-47bb-0310-9956-ffa450edef68
* some changes because of test errorsAndreas Beeker2014-08-151-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1618254 13f79535-47bb-0310-9956-ffa450edef68
* Xml signature support - version 1Andreas Beeker2014-08-103-14/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1617141 13f79535-47bb-0310-9956-ffa450edef68
* Another test for NPOIFS in-place writing support - probably the deletion of ↵Andreas Beeker2014-08-021-1/+7
| | | | | | an entry causes the problem git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1615273 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #56800 - Provide a helpful exception, XLSBUnsupportedException, if ↵Nick Burch2014-08-012-2/+33
| | | | | | XSSFWorkbook is passed a .xlsb file git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1615118 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #55050 - If the start+end row and cell are the same on an AreaPtg, ↵Nick Burch2014-07-311-2/+2
| | | | | | avoid inverting the relative flag git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614928 13f79535-47bb-0310-9956-ffa450edef68