| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unnecessary type arguments (Java 8) | Dominik Stadler | 2017-09-16 | 1 | -2/+2 |
* | Fix some IntelliJ warnings | Dominik Stadler | 2017-06-18 | 1 | -0/+1 |
* | 60826 -- clean up. Many, many thanks to Javen O'Neal's code review! | Tim Allison | 2017-03-17 | 1 | -1/+1 |
* | #60331 - Remove deprecated classes - remove constructors with PackageRelation... | Andreas Beeker | 2016-12-03 | 1 | -8/+0 |
* | return unmodifiable shared strings to guarentee parallel data structures stay... | Javen O'Neal | 2016-03-22 | 1 | -1/+1 |
* | #57031 - Out of Memory when extracting text from attached files | Andreas Beeker | 2016-03-09 | 1 | -5/+5 |
* | Pull out two more XSSF namespace definitions as re-usable constants | Nick Burch | 2016-02-23 | 1 | -2/+2 |
* | Pull out http://schemas.openxmlformats.org/spreadsheetml/2006/main to a re-us... | Nick Burch | 2016-02-23 | 1 | -5/+2 |
* | #54916 - POI does not always read all the slides in pptx files | Andreas Beeker | 2016-01-10 | 1 | -2/+12 |
* | Include full nested exception, not just localized message | Dominik Stadler | 2016-01-01 | 1 | -1/+1 |
* | remove unnecessary @SuppressWarnings("deprecation") warnings (because of old ... | Andreas Beeker | 2016-01-01 | 1 | -1/+0 |
* | #58617 - Add custom safe XmlBeans type loader / rename vendor specific schema... | Andreas Beeker | 2015-11-21 | 1 | -1/+3 |
* | Eclipse warnings, typos, ... | Dominik Stadler | 2015-11-08 | 1 | -1/+0 |
* | Use the default XmlOptions for all the invocations of the XmlBeans XML parsing | Dominik Stadler | 2015-10-17 | 1 | -1/+2 |
* | Before parsing an OOXML document, reset the xmlbeans sax parser to avoid the ... | Nick Burch | 2014-08-04 | 1 | -4/+8 |
* | XSSF: reduce memory usage by specifing default namespace for string keys in S... | Maxim Valyanskiy | 2011-04-14 | 1 | -6/+15 |
* | revert usages of getXYZList() back to getXYZArray() in XSSF, also misc perfor... | Yegor Kozlov | 2010-10-14 | 1 | -2/+3 |
* | Fix deprecated warnings | Nick Burch | 2010-07-02 | 1 | -1/+1 |
* | Avoid writing malformed CDATA blocks in sharedStrings.xml, see Bugzill 48936 | Yegor Kozlov | 2010-04-25 | 1 | -1/+5 |
* | memory usage optimization in XSSF - avoid creating parentless xml beans | Yegor Kozlov | 2009-11-30 | 1 | -7/+13 |
* | import OpenXML4j codebase | Yegor Kozlov | 2009-01-29 | 1 | -3/+2 |
* | more cleanup and refactoring of the ooxml code:1. removed deprecated methods ... | Yegor Kozlov | 2008-10-25 | 1 | -1/+1 |
* | more code cleanup and refactoring: (a) removed references to ooxml schemas fr... | Yegor Kozlov | 2008-10-19 | 1 | -13/+1 |
* | more progress on SpreadsheetML drawing layer;finished XSSFPicture, auto-sizin... | Yegor Kozlov | 2008-10-17 | 1 | -1/+1 |
* | Initial support for SpreadsheetML drawings,implemented XSSFPicture, added abi... | Yegor Kozlov | 2008-10-10 | 1 | -3/+1 |
* | refactored POIXMLDocument to be a composite of POIXMLDocumentPart, this way X... | Yegor Kozlov | 2008-09-30 | 1 | -5/+21 |
* | 1. initial support for rich text in xssf" | Yegor Kozlov | 2008-09-18 | 1 | -1/+1 |
* | Minor fixes to get junits working after r695832. Updates to align with new s... | Josh Micich | 2008-09-17 | 1 | -5/+4 |
* | Preserve rich text across read-write of SharedStringsTable, also improved per... | Yegor Kozlov | 2008-09-16 | 1 | -28/+117 |
* | As discussed on dev@poi, move XSSFRelation out to its own class | Nick Burch | 2008-08-11 | 1 | -2/+0 |
* | Add XSSF eventusermodel support | Nick Burch | 2008-03-30 | 1 | -0/+7 |
* | Get it to the point that existing .xslx files can be loaded+saved, and opened... | Nick Burch | 2008-03-21 | 1 | -1/+8 |
* | Tidy up the xssf models stuff, by pushing more of the logic onto XSSFWorkbook | Nick Burch | 2008-03-16 | 1 | -32/+13 |
* | Start to tidy up the model loading, to reduce duplicated code, and make it cl... | Nick Burch | 2008-03-16 | 1 | -1/+1 |
* | Move the SharedStringsTable to a more generic package, and make a start on th... | Nick Burch | 2008-03-16 | 1 | -0/+126 |