aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xssf/model/SharedStringsTable.java
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-2/+2
* Fix some IntelliJ warningsDominik Stadler2017-06-181-0/+1
* 60826 -- clean up. Many, many thanks to Javen O'Neal's code review!Tim Allison2017-03-171-1/+1
* #60331 - Remove deprecated classes - remove constructors with PackageRelation...Andreas Beeker2016-12-031-8/+0
* return unmodifiable shared strings to guarentee parallel data structures stay...Javen O'Neal2016-03-221-1/+1
* #57031 - Out of Memory when extracting text from attached filesAndreas Beeker2016-03-091-5/+5
* Pull out two more XSSF namespace definitions as re-usable constantsNick Burch2016-02-231-2/+2
* Pull out http://schemas.openxmlformats.org/spreadsheetml/2006/main to a re-us...Nick Burch2016-02-231-5/+2
* #54916 - POI does not always read all the slides in pptx filesAndreas Beeker2016-01-101-2/+12
* Include full nested exception, not just localized messageDominik Stadler2016-01-011-1/+1
* remove unnecessary @SuppressWarnings("deprecation") warnings (because of old ...Andreas Beeker2016-01-011-1/+0
* #58617 - Add custom safe XmlBeans type loader / rename vendor specific schema...Andreas Beeker2015-11-211-1/+3
* Eclipse warnings, typos, ...Dominik Stadler2015-11-081-1/+0
* Use the default XmlOptions for all the invocations of the XmlBeans XML parsingDominik Stadler2015-10-171-1/+2
* Before parsing an OOXML document, reset the xmlbeans sax parser to avoid the ...Nick Burch2014-08-041-4/+8
* XSSF: reduce memory usage by specifing default namespace for string keys in S...Maxim Valyanskiy2011-04-141-6/+15
* revert usages of getXYZList() back to getXYZArray() in XSSF, also misc perfor...Yegor Kozlov2010-10-141-2/+3
* Fix deprecated warningsNick Burch2010-07-021-1/+1
* Avoid writing malformed CDATA blocks in sharedStrings.xml, see Bugzill 48936Yegor Kozlov2010-04-251-1/+5
* memory usage optimization in XSSF - avoid creating parentless xml beansYegor Kozlov2009-11-301-7/+13
* import OpenXML4j codebaseYegor Kozlov2009-01-291-3/+2
* more cleanup and refactoring of the ooxml code:1. removed deprecated methods ...Yegor Kozlov2008-10-251-1/+1
* more code cleanup and refactoring: (a) removed references to ooxml schemas fr...Yegor Kozlov2008-10-191-13/+1
* more progress on SpreadsheetML drawing layer;finished XSSFPicture, auto-sizin...Yegor Kozlov2008-10-171-1/+1
* Initial support for SpreadsheetML drawings,implemented XSSFPicture, added abi...Yegor Kozlov2008-10-101-3/+1
* refactored POIXMLDocument to be a composite of POIXMLDocumentPart, this way X...Yegor Kozlov2008-09-301-5/+21
* 1. initial support for rich text in xssf"Yegor Kozlov2008-09-181-1/+1
* Minor fixes to get junits working after r695832. Updates to align with new s...Josh Micich2008-09-171-5/+4
* Preserve rich text across read-write of SharedStringsTable, also improved per...Yegor Kozlov2008-09-161-28/+117
* As discussed on dev@poi, move XSSFRelation out to its own classNick Burch2008-08-111-2/+0
* Add XSSF eventusermodel supportNick Burch2008-03-301-0/+7
* Get it to the point that existing .xslx files can be loaded+saved, and opened...Nick Burch2008-03-211-1/+8
* Tidy up the xssf models stuff, by pushing more of the logic onto XSSFWorkbookNick Burch2008-03-161-32/+13
* Start to tidy up the model loading, to reduce duplicated code, and make it cl...Nick Burch2008-03-161-1/+1
* Move the SharedStringsTable to a more generic package, and make a start on th...Nick Burch2008-03-161-0/+126