aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xssf/model
Commit message (Expand)AuthorAgeFilesLines
* Bug 58068: Add a method to pass the actual Color to StylesTable.findFont().Dominik Stadler2017-10-111-5/+24
* adjust tests, javadoc, ...Dominik Stadler2017-10-111-1/+1
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-166-17/+17
* remove more deprecated methodsPJ Fanning2017-07-121-9/+0
* remove deprecated methods from CommentsTablePJ Fanning2017-07-121-56/+0
* Remove some deprecated *SSF APIsPJ Fanning2017-06-281-21/+0
* Fix some IntelliJ warningsDominik Stadler2017-06-181-0/+1
* Bug 60898 - XSSFColor's getARGB() method returns a wrong color value when a w...Greg Woolsey2017-05-262-28/+40
* #61085 support table stylesGreg Woolsey2017-05-201-1/+12
* git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1795002 13f79535-47bb-...Greg Woolsey2017-05-121-2/+42
* 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-038-69/+0
* bug 60343, return null if index is out of bounds in StylesTable's getStyleAt(...Tim Allison2016-11-221-0/+9
* #60331 - Remove deprecated classes (POI 3.16) - remove StylesTable.getNumberF...Andreas Beeker2016-11-121-11/+0
* bug 59718: deprecate get/setBoldweight. Use get/setBoldJaven O'Neal2016-06-181-0/+21
* remove deprecated o.a.p.xssf.model.IndexedUDFFinder, which was moved to o.a.p...Javen O'Neal2016-06-111-37/+0
* Code cleanup via IntelliJ: Remove unnecessary semicolonDominik Stadler2016-04-061-1/+1
* 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
* Javadocs fixesAndreas Beeker2016-01-131-1/+0
* #54916 - POI does not always read all the slides in pptx filesAndreas Beeker2016-01-108-19/+102
* Include full nested exception, not just localized messageDominik Stadler2016-01-011-1/+1
* remove unnecessary @SuppressWarnings("deprecation") warnings (because of old ...Andreas Beeker2016-01-017-11/+0
* javadoc fixJaven O'Neal2015-12-291-1/+1
* bug 58775: set an upper limit on number of data formats, default 250.Javen O'Neal2015-12-291-24/+133
* bug 58778: override a built-in number format, such as using £ instead of $ f...Javen O'Neal2015-12-291-1/+15
* bug 58740: javadocsJaven O'Neal2015-12-281-1/+43
* bug 58775: consolidate HashMap and array numberFormats data structures to one...Javen O'Neal2015-12-281-18/+32
* bug 58775: add Override annotations, Javadocs, and commentsJaven O'Neal2015-12-281-0/+8
* bug 58740: add @Internal annotations and decrease access level to methods tha...Javen O'Neal2015-12-281-2/+27
* bug 58740: return unmodifiable list/map when exposing internal data structuresJaven O'Neal2015-12-271-4/+5
* fix javadoc warnings from r1715839 bug 58365Javen O'Neal2015-11-231-3/+3
* bug 58365: patch from Hannes Erven: add method to efficiently get all cell co...Javen O'Neal2015-11-231-3/+2
* bug 58365: patch from Hannes Erven. Update CommentsTable to use CellAddress i...Javen O'Neal2015-11-231-24/+150
* #58617 - Add custom safe XmlBeans type loader / rename vendor specific schema...Andreas Beeker2015-11-218-24/+30
* Eclipse warnings, typos, ...Dominik Stadler2015-11-082-2/+0
* Use the default XmlOptions for all the invocations of the XmlBeans XML parsingDominik Stadler2015-10-178-8/+16
* POI Bug 58260: Fix checks for limit on number of styles in XSSF/SXSSF and fix...Dominik Stadler2015-08-191-2/+3
* Use an enum to simplify the themes code and testsNick Burch2015-08-041-25/+38
* Pull out indexes from the switch statement to constants, and fix warningsNick Burch2015-08-041-13/+26
* Allow creating of an empty Themes Table on requestNick Burch2015-07-222-1/+56
* Ensure consistent ordering when writing out formats following changes in r167...Nick Burch2015-05-031-4/+6
* Fix inconsistent indentsNick Burch2015-05-031-448/+447
* Somewhat speed up creating data formats with large counts, and add maximum fo...Nick Burch2015-05-031-14/+24
* Add missing nested Exception in thrown ExceptionDominik Stadler2015-04-191-1/+1
* Switch to explicit includesNick Burch2014-11-041-1/+16
* Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methodsAndreas Beeker2014-09-141-5/+7
* Bug 51222 - XSSFColor.getARGBHex() returns wrong color for Excel 2007 xlsx file Andreas Beeker2014-08-291-27/+47