aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xssf/usermodel
Commit message (Expand)AuthorAgeFilesLines
* #62355 - unsplit packages - 3 - only importsAndreas Beeker2018-05-2721-49/+49
* #62355 - unsplit packages - 2 - modified classes (not only imports)Andreas Beeker2018-05-272-2/+141
* A few more places I should never have introduced Cell as a parameter, sine Ce...Greg Woolsey2018-05-081-7/+6
* remove some deprecated methodsPJ Fanning2018-03-041-13/+1
* remove some casts to shortPJ Fanning2018-03-031-1/+1
* tidy up API for font indexPJ Fanning2018-02-261-1/+1
* [bug-62055] Fix XSSFImportFromXML table resize. Thanks to Leonard Kappe. This...PJ Fanning2018-02-254-118/+642
* Fix for bug #62130. Turns out there were cases when a workbook with multiple...Greg Woolsey2018-02-241-35/+13
* The table auto-filter range should not include table footer rows, while the t...Greg Woolsey2018-02-231-2/+14
* [bug-62018] use ints to index fontsPJ Fanning2018-02-203-18/+34
* [github-94] Add Range Copier. Thanks to Dragan Jovanović. This closes #94PJ Fanning2018-02-141-0/+46
* fix further typo in exception messagePJ Fanning2018-02-021-1/+1
* Fix small typo, closes PR #97 on Github.Dominik Stadler2018-02-021-7/+7
* fix use of forbidden apis in row shift codePJ Fanning2018-01-311-9/+12
* use spaces for indents in some filesPJ Fanning2018-01-311-247/+247
* [bug-55713] Wrong ErrorStyle for DataValidations. Thanks to Philemon Schucker...PJ Fanning2018-01-311-6/+10
* [github-81] Formula adjusting in context of column shifting. Thanks to Dragan...PJ Fanning2018-01-305-102/+273
* some changes to allow shared string table to be subclassedPJ Fanning2018-01-272-90/+108
* code cleaning according to code review recommendations (closes #93)Alain Béarez2018-01-251-0/+17
* [Bug 61972] Adding chart in Document of MS-Word File without reading Temp MS-...PJ Fanning2018-01-201-0/+9
* Bug 61543: do not fail with "part already exists" when tables are created/rem...Dominik Stadler2018-01-011-14/+30
* Update some tests and IntelliJ warningsDominik Stadler2018-01-011-1/+0
* Bug-61947 remove deprecated methodPJ Fanning2018-01-011-8/+0
* #61940 - Replace ClassID statics with enumAndreas Beeker2017-12-311-2/+2
* Bug 58106: when a cell with a 'master' shared formula is removed, the next c...Yegor Kozlov2017-12-302-1/+38
* Bug 61798: Fix usage of getLastCellNum(), unfortunately this is a bit mislead...Dominik Stadler2017-12-282-4/+4
* Bug 61869: updating a cell with shared formula produces an unreadable fileYegor Kozlov2017-12-201-5/+14
* use try with resourcesPJ Fanning2017-12-201-13/+15
* use try with resourcesPJ Fanning2017-12-201-3/+3
* use StandardCharsetsPJ Fanning2017-12-191-2/+2
* Bug-61906 add API for working with RichStringText and deprecate API methods t...PJ Fanning2017-12-153-5/+8
* Bug 61882 - Some paths can create an XSSFColor instance with a null CTColor r...Greg Woolsey2017-12-1112-25/+59
* #61841 Greg Woolsey2017-12-071-0/+1
* #61841 fix typo in method nameGreg Woolsey2017-12-061-1/+1
* Bug #61841 - Unnecessary long computation when evaluating VLOOKUP on all colu...Greg Woolsey2017-12-061-0/+15
* use try-with-resources in more placesPJ Fanning2017-12-051-6/+4
* Javadoc fixesNick Burch2017-11-272-3/+3
* XDDF usermodel for Charts closes #68 on GitHubAlain Béarez2017-11-2613-359/+425
* use try with resources in examplesPJ Fanning2017-11-231-6/+1
* Change order of handling shape-types in copy() as FreeFormShape derives from ...Dominik Stadler2017-11-232-3/+3
* add forbidden api checks for non-Locale toLowerCase and toUpperCasePJ Fanning2017-11-211-1/+3
* javadocs and Quick page improvements for XSSF Header/FooterMark Murphy2017-11-198-13/+83
* Fixes Bug 61764 Conditional formatting rules don't evaluate properly for some...Greg Woolsey2017-11-151-0/+4
* Fix setting a font-color if no previous color is defined for the fontDominik Stadler2017-11-132-1/+3
* Surface XSSF Header/Footer Attributes (60887)Mark Murphy2017-11-118-24/+180
* Fix some IntelliJ and JavaDoc warnings and avoid code-duplication and duplica...Dominik Stadler2017-11-042-34/+33
* bug 61474, github #81: pull up methods from RowShifter to BaseRowColShifter, ...Javen O'Neal2017-11-043-3/+13
* bug 61474, github #81: remove @Internal RowShifter#updateRowFormulas, move to...Javen O'Neal2017-11-043-160/+118
* bug 61474, github #81: implement updateConditionalFormatting for ColumnShifterJaven O'Neal2017-11-043-59/+67
* bug 61474, github #81: implement updateNamedRanges for ColumnShifterJaven O'Neal2017-11-043-15/+22