aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/POIXMLException.java
Commit message (Collapse)AuthorAgeFilesLines
* #62355 - unsplit packages - 1 - moved classesAndreas Beeker2018-05-271-70/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1832358 13f79535-47bb-0310-9956-ffa450edef68
* Patch for Bug/Enhancement 55818 - add encryption supportAndreas Beeker2013-12-241-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1553336 13f79535-47bb-0310-9956-ffa450edef68
* removed unnecessary svn:executable flag from files in SVN trunk, see ↵Yegor Kozlov2009-09-131-0/+0
| | | | | | bugzilla 47734 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@814335 13f79535-47bb-0310-9956-ffa450edef68
* Changed CRLF to LF in ooxml/java. Minor fixes for compiler warnings and ↵Josh Micich2009-05-201-69/+69
| | | | | | formatting git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@776607 13f79535-47bb-0310-9956-ffa450edef68
* refactored POIXMLDocument to be a composite of POIXMLDocumentPart, this way ↵Yegor Kozlov2008-09-301-0/+69
XSSFWorkbook is a root of a tree: XSSFSheets are children, XSSFDrawings are children of worksheets, etc, Also, performed major cleanup of core XSSF classes and test cases git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@700472 13f79535-47bb-0310-9956-ffa450edef68