aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xssf/usermodel
Commit message (Expand)AuthorAgeFilesLines
* Bug 58326 - Forbidden APIs patches - first set of changes for locale and time...Andreas Beeker2015-09-071-1/+2
* Bug 58315: Avoid NPE for RichTextString without font-detailsDominik Stadler2015-09-051-0/+5
* Eclipse warnings, close resources in CommandLineTextExtractor, add try/finall...Dominik Stadler2015-09-031-2/+2
* Fix bug 53275: reset indexed color flag when setting a non-indexed colorDominik Stadler2015-09-031-0/+3
* Fix some Forbidden APIs errorsNick Burch2015-09-011-1/+3
* Fix some Forbidden APIs errorsNick Burch2015-09-011-4/+5
* Javadoc tweakNick Burch2015-08-241-2/+2
* Eclipse warnings, code formatting, missing @Overrides, Javadoc, missing close...Dominik Stadler2015-08-201-14/+72
* FindBugs - DLS_DEAD_LOCAL_STOREAndreas Beeker2015-08-151-2/+7
* #58220 - Improve the javadocs for XSSFFont and Font getFontHeight methodsNick Burch2015-08-121-10/+28
* Example to go with refactor for https://bz.apache.org/bugzilla/show_bug.cgi?i...David North2015-08-061-1/+5
* Proposed refactor for:David North2015-08-061-8/+12
* Pull out indexes from the switch statement to constants, and fix warningsNick Burch2015-08-041-5/+2
* Further XSSF Themes unit testingNick Burch2015-08-041-0/+8
* Use the same "is this a formula" logic for both getCellType and getCachedForm...Nick Burch2015-08-011-5/+9
* Refactor the core part of the XSSF Formula Evaluator, to make SXSSF overrides...Nick Burch2015-07-313-187/+228
* More helpful exception on the wrong cell typeNick Burch2015-07-311-6/+6
* Get basic SXSSF formula evaluation working, for cells/references in the windo...Nick Burch2015-07-313-6/+14
* Push most of the common logic from XSSFEvaluationWorkbook into BaseXSSFEvalua...Nick Burch2015-07-312-321/+350
* Remove a long-deprecated constructorNick Burch2015-07-311-11/+0
* Fix inconsistent indents/whitespaceNick Burch2015-07-311-221/+221
* Prepare for SXSSF evaluation #58200Nick Burch2015-07-313-10/+15
* #58200 Prepare for evaluating SXSSF cell formulas in limited casesNick Burch2015-07-312-16/+18
* Have XSSF rich test strings report if they have formatting applied or not, an...Nick Burch2015-07-313-6/+23
* Bug 57571, Bug 58175: Fix creating comments for XSSF/SXSSF, regression was in...Dominik Stadler2015-07-241-0/+16
* Allow creating of an empty Themes Table on requestNick Burch2015-07-221-3/+5
* Javadoc fixesNick Burch2015-07-211-1/+1
* Fix inconsistent whitespace/indentsNick Burch2015-07-201-36/+36
* #58130 CF DataBar example and testsNick Burch2015-07-201-0/+4
* #58130 CF DataBar supportNick Burch2015-07-203-1/+126
* #58130 Begin CF DataBar supportNick Burch2015-07-201-16/+18
* #58130 Support for creating CF Color Scale FormattingsNick Burch2015-07-201-1/+35
* Move some of the XSSF Color logic to a base class, so that the HSSF Extended ...Nick Burch2015-07-201-72/+57
* #58130 Enable CF ColorScale support on the rule, and begin testingNick Burch2015-07-191-4/+33
* XSSF color scale CF objectsNick Burch2015-07-192-0/+107
* #58130 Mostly there with CF Icon setsNick Burch2015-07-182-7/+28
* Start on XSSF CF Iconset for #58130Nick Burch2015-07-173-35/+115
* XSSF CF thresholdsNick Burch2015-07-172-5/+89
* #58130 more progress towards supporting other CF typesNick Burch2015-07-172-0/+37
* Start checking the CF colours in the unit testsNick Burch2015-07-141-4/+1
* #58138 CF Border colour getters and setters on Color objects as well as shortsNick Burch2015-07-141-45/+126
* Support unsetting the XSSF CF pattern coloursNick Burch2015-07-141-6/+16
* Cleaner code for checking and casting the Color objectsNick Burch2015-07-143-13/+10
* Provide format-agnostic conditional formatting patter colour getters and settersNick Burch2015-07-141-16/+45
* Provide format-agnostic conditional formatting font colour getter and setterNick Burch2015-07-142-7/+22
* Constant for the Office 2010 Conditional Formatting extensions namespaceNick Burch2015-07-141-1/+4
* Move some test checks to using ConditionType instead of raw bytesNick Burch2015-07-131-1/+3
* Enable CF2007 test for XLSX tooNick Burch2015-07-131-0/+4
* Provide a Conditional Formatting type class, and deprecate the byte-based typ...Nick Burch2015-07-131-6/+37
* Add Sheet.getMergedRegions to obtain them all as a list. Implement this for X...David North2015-07-131-0/+25