summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Finish unit tests for stackoverflow #26437323 - POI works fine already!Nick Burch2014-10-181-6/+100
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1632842 13f79535-47bb-0310-9956-ffa450edef68
* Start on unit tests for the problem reported in stackoverflow post 26437323Nick Burch2014-10-181-0/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1632841 13f79535-47bb-0310-9956-ffa450edef68
* Move non-HSSF specific bug tests into BaseTestBugzillaIssues from HSSF ↵Nick Burch2014-10-182-118/+127
| | | | | | TestBugs, so they can be tested automatically on XSSF too git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1632837 13f79535-47bb-0310-9956-ffa450edef68
* SheetUtil helper for finding the main cell of a merged region, if in oneNick Burch2014-10-182-0/+102
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1632833 13f79535-47bb-0310-9956-ffa450edef68
* Seems we have slow connection on the Apache Jenkins instance. Thus allow one ↵Dominik Stadler2014-10-171-48/+70
| | | | | | specific test to fail with a specific ConnectException as we see this happening sometimes in Jenkins but should not fail the unit test suite of POI because of such infrastructure problems git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1632566 13f79535-47bb-0310-9956-ffa450edef68
* Bug 56836 - XML signature supportAndreas Beeker2014-10-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1632447 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-133-1/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1631600 13f79535-47bb-0310-9956-ffa450edef68
* Ensure svn properties are set on the build xml files, and they have ↵Nick Burch2014-10-132-108/+108
| | | | | | consistent line endings git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1631469 13f79535-47bb-0310-9956-ffa450edef68
* Enhance test and coverge for class TempFileDominik Stadler2014-10-121-1/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1631250 13f79535-47bb-0310-9956-ffa450edef68
* Fix detecting missing downloaded and compiled OOXML jars, remove older ↵Dominik Stadler2014-10-121-3/+6
| | | | | | versions of apache-rat correctly git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1631249 13f79535-47bb-0310-9956-ffa450edef68
* xml signature: mainly javadocs - a few reorgsAndreas Beeker2014-10-104-26/+345
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1631003 13f79535-47bb-0310-9956-ffa450edef68
* Update to Apache Rat 0.11Dominik Stadler2014-10-101-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1630660 13f79535-47bb-0310-9956-ffa450edef68
* Use XMLBeans 2.6.0 for Sonar runs as wellDominik Stadler2014-10-103-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1630659 13f79535-47bb-0310-9956-ffa450edef68
* Add a disabled unit test for bug #56880Nick Burch2014-10-091-2/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1630543 13f79535-47bb-0310-9956-ffa450edef68
* Test file from Jan Vanhoecke for bug #56880 - Non-extended character Pascal ↵Nick Burch2014-10-091-0/+0
| | | | | | strings are not supported git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1630541 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-069-451/+105
| | | | | | @Override changes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1629653 13f79535-47bb-0310-9956-ffa450edef68
* Revert parts of inadvertent previous checkin, keep build.xml and @Override ↵Dominik Stadler2014-10-060-0/+0
| | | | | | changes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1629646 13f79535-47bb-0310-9956-ffa450edef68
* Print out current version of java before building to allow to see in build ↵Dominik Stadler2014-10-0618-931/+565
| | | | | | 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
* another round of refactoring, limited exception declarations, more javadocsAndreas Beeker2014-10-0310-311/+356
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1629332 13f79535-47bb-0310-9956-ffa450edef68
* removed obsolete classes and added a few javadocs elements and example callsAndreas Beeker2014-10-026-152/+70
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1629095 13f79535-47bb-0310-9956-ffa450edef68
* xml signature - small javadoc fixes, removed obsolete parameter from ↵Andreas Beeker2014-09-3014-74/+49
| | | | | | SignatureFacet interface git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1628575 13f79535-47bb-0310-9956-ffa450edef68
* Bug 56836 - XML signature supportAndreas Beeker2014-09-3056-92/+6908
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1628348 13f79535-47bb-0310-9956-ffa450edef68
| * merge with trunkxml_signatureAndreas Beeker2014-09-300-0/+0
| |\ | |/ |/| | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1628347 13f79535-47bb-0310-9956-ffa450edef68
* | Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methodsAndreas Beeker2014-09-145-268/+265
| | | | | | | | | | | | + modification to XSSFSheet.removeMergedRegion git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1624922 13f79535-47bb-0310-9956-ffa450edef68
* | More from Daniel Bonniot from bug #56956 - Make the FileChannel default ↵Nick Burch2014-09-111-3/+3
| | | | | | | | | | | | read-only too, more in keeping with 3.10 behaviour git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1624266 13f79535-47bb-0310-9956-ffa450edef68
* | Sync example with the websiteNick Burch2014-09-111-0/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1624237 13f79535-47bb-0310-9956-ffa450edef68
* | Patch from Daniel Bonniot from bug #56956 - Add a NPOIFSFileSystem ↵Nick Burch2014-09-111-2/+23
| | | | | | | | | | | | constructor with a FileChannel and the read-only option git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1624226 13f79535-47bb-0310-9956-ffa450edef68
* | Expose get/set reading order from the extended format record to the hssf ↵Nick Burch2014-09-091-0/+23
| | | | | | | | | | | | cell style (XSSF does it differently, so not suitable for the interface) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1623853 13f79535-47bb-0310-9956-ffa450edef68
* | Bug 56914 - XSSFRowShifter.updateConditionalFormatting throws IOOBE when ↵Andreas Beeker2014-09-053-24/+29
| | | | | | | | | | | | there are more than 1 CTConditionalFormatting git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1622759 13f79535-47bb-0310-9956-ffa450edef68
* | Bug 56913 - Replace usages of o.a.p.util.ArrayUtil.copyOf* methods with ↵Andreas Beeker2014-09-058-101/+17
| | | | | | | | | | | | replacements from j.u.Arrays git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1622589 13f79535-47bb-0310-9956-ffa450edef68
* | Bug 51483 - XSSF locking of specific features not workingAndreas Beeker2014-09-0413-209/+692
| | | | | | | | | | | | Added some documentation to the crypto functions and adapted xor1verifier code to the OFFCrypto-Docs git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1622577 13f79535-47bb-0310-9956-ffa450edef68
* | Add getters for the common xml extended propertiesNick Burch2014-09-032-2/+113
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1622257 13f79535-47bb-0310-9956-ffa450edef68
* | Provide a getter for custom properties, to match the add and contains ↵Nick Burch2014-09-031-13/+33
| | | | | | | | | | | | methods already there git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1622252 13f79535-47bb-0310-9956-ffa450edef68
* | Bug 48195: Formulas: Fix incorrect evaluation of IF() with ROW()/COLUMN() as ↵Dominik Stadler2014-08-312-44/+213
| | | | | | | | | | | | else-result git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1621641 13f79535-47bb-0310-9956-ffa450edef68
* | Bug 55280: Implement a method XSSFSheet.removeMergedRegions() to bulk remove ↵Dominik Stadler2014-08-313-55/+52
| | | | | | | | | | | | merged regions and thus speed up shifting rows with many merged regions greatly. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1621633 13f79535-47bb-0310-9956-ffa450edef68
* | Bug 55280: Don't repeatedely fetch the size of the CTMergeCells object as ↵Dominik Stadler2014-08-311-2/+3
| | | | | | | | | | | | this is a costly operation with XMLBeans git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1621631 13f79535-47bb-0310-9956-ffa450edef68
* | Bug 45312: Add unit-test and javadoc, also convert file to proper ↵Dominik Stadler2014-08-316-673/+836
| | | | | | | | | | | | line-ending and make poi.deserialize.escher=true behave for full reading of files outside of BiffViewer git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1621586 13f79535-47bb-0310-9956-ffa450edef68
* | Bug 51222 - XSSFColor.getARGBHex() returns wrong color for Excel 2007 xlsx file Andreas Beeker2014-08-296-184/+265
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1621393 13f79535-47bb-0310-9956-ffa450edef68
* | Bug 56730: Fix exporting XML if schema contains ref-elementsDominik Stadler2014-08-283-5/+48
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1621209 13f79535-47bb-0310-9956-ffa450edef68
* | Bug 56864 - XWPFLatentStyles.isLatentStyle always returns true if there is ↵Andreas Beeker2014-08-282-2/+3
| | | | | | | | | | | | at least 1 lsdException git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1620999 13f79535-47bb-0310-9956-ffa450edef68
* | Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methodsAndreas Beeker2014-08-2867-472/+515
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1620997 13f79535-47bb-0310-9956-ffa450edef68
* | Fix indents / whitespaceNick Burch2014-08-221-94/+90
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1619712 13f79535-47bb-0310-9956-ffa450edef68
* | Include the maximum number of Cell Styles in the spreadsheet versions classNick Burch2014-08-221-5/+14
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1619710 13f79535-47bb-0310-9956-ffa450edef68
* | Add Dominik's suggestion to DocumentBuilderFactories. I also removed the ↵Uwe Schindler2014-08-183-16/+29
| | | | | | | | | | | | setXIncludeAware(false) in XMLHelper, because it causes the same problem and is disabled by default. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1618644 13f79535-47bb-0310-9956-ffa450edef68
* | * Allow to start tests with old Xerces jar-file to trigger issues we saw ↵Dominik Stadler2014-08-181-1/+15
| | | | | | | | | | | | | | | | with missing methods in this XML parser. This is only active if the location of the jar-file is provided via ant property "-Dadditionaljar=lib/xercesImpl-2.6.1.jar" * Also remove dom4j from downloaded libs to fully get rid of it in build-environments git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1618610 13f79535-47bb-0310-9956-ffa450edef68
* | added public key for kiwiwings (Andreas Beeker)Andreas Beeker2014-08-171-0/+43
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1618525 13f79535-47bb-0310-9956-ffa450edef68
* | ignore .xsd - should be downloaded by build.xml or provided in the source treeAndreas Beeker2014-08-170-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1618519 13f79535-47bb-0310-9956-ffa450edef68
* | More cleanups for bug #56814 and some more external entity leaks of #56164Uwe Schindler2014-08-1310-81/+109
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1617849 13f79535-47bb-0310-9956-ffa450edef68