aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCreationHelper.java
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-107/+0
* Bug 61882 - Some paths can create an XSSFColor instance with a null CTColor r...Greg Woolsey2017-12-111-1/+1
* Ensure SpreadsheetVersion is set for AreaReferencesPJ Fanning2017-06-281-0/+18
* Remove some deprecated *SSF APIsPJ Fanning2017-06-281-14/+0
* Bug 60898 - XSSFColor's getARGB() method returns a wrong color value when a w...Greg Woolsey2017-05-261-1/+2
* bug 59873: add @Removal annotations for deprecated CreationHelper#createHyper...Javen O'Neal2016-09-141-0/+2
* bug 59873: replace Hyperlink.LINK_* int constants with HyperlinkType enumJaven O'Neal2016-07-171-1/+14
* add @Override annotations to CreationHelper classesJaven O'Neal2016-07-171-1/+12
* #58200 Prepare for evaluating SXSSF cell formulas in limited casesNick Burch2015-07-311-1/+3
* Fix inconsistent whitespace/indentsNick Burch2015-07-201-36/+36
* #58130 CF DataBar example and testsNick Burch2015-07-201-0/+4
* Update Javadoc somewhatDominik Stadler2014-02-151-0/+6
* Reverted initial application of patches 47848(r815935) and 47849(r815942). So...Josh Micich2009-09-161-4/+0
* Added method createEvaluationWorkbook() to CreationHelper, see Bugzilla 47848Yegor Kozlov2009-09-161-0/+4
* Fixed unused imports compiler warnings (and some others)Josh Micich2009-08-181-29/+28
* common ss interfaces for drawing, clientacnhor and picture, also some refacto...Yegor Kozlov2008-11-121-0/+9
* bug# 45973: added factory method for FormulaEvaluator, also fixed unpaired ta...Yegor Kozlov2008-11-111-1/+11
* 1. included ooxml javadocs in build.xml2. added a new rich example: BusinessP...Yegor Kozlov2008-11-061-1/+3
* refactored POIXMLDocument to be a composite of POIXMLDocumentPart, this way X...Yegor Kozlov2008-09-301-8/+4
* More work on XSSF Hyperlinks. Still not quite there, but mostly now. Just nee...Nick Burch2008-04-051-3/+2
* Create Hyperlink interface, based on HSSFHyperlink. Stub out for XSSF, but ha...Nick Burch2008-04-041-0/+6
* Get it to the point that existing .xslx files can be loaded+saved, and opened...Nick Burch2008-03-211-1/+1
* Further workarounds for java being rubbish, by having a dedicated class to cr...Nick Burch2008-03-161-0/+43