aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xssf/model
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-2713-2562/+0
* Apply some IDE suggestionsDominik Stadler2021-01-031-41/+40
* Adapt to new XmlBeans changes of r1881383Andreas Beeker2020-09-011-3/+3
* Bug 64667.xlsx prevent NPE loading styles tableTim Allison2020-08-131-1/+1
* remove more deprecated codePJ Fanning2020-07-162-23/+0
* fix test compile - some follow up neededPJ Fanning2020-07-151-3/+4
* remove some deprecated codePJ Fanning2020-07-151-25/+1
* Fix new Name.isHidden leftoverAndreas Beeker2020-04-191-10/+16
* try to avoid casting to intPJ Fanning2019-09-141-1/+1
* IDE and JavaDoc fixes, make base test classes abstractDominik Stadler2018-12-301-4/+5
* fix lgtm issuesPJ Fanning2018-09-281-2/+2
* add new public method to expose cell addresses that have commentsPJ Fanning2018-07-302-2/+27
* add missing licensesPJ Fanning2018-07-272-0/+34
* start process of introducing an interface for Styles and Themes TablesPJ Fanning2018-07-264-3/+156
* start process of introducing an interface for Comments TablePJ Fanning2018-07-263-4/+65
* add SharedStrings interface to allow our XSSF code to more easily extended by...PJ Fanning2018-07-252-1/+73
* #62355 - unsplit packages - 3 - only importsAndreas Beeker2018-05-278-16/+16
* some changes to allow shared string table to be subclassedPJ Fanning2018-01-271-12/+25
* use non deprecated method for adding string to shared strings tablePJ Fanning2017-12-181-4/+4
* Bug-61906 fix javadoc issuePJ Fanning2017-12-151-1/+1
* Bug-61906 add API for working with RichStringText and deprecate API methods t...PJ Fanning2017-12-151-1/+53
* 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