aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixes Bug 61764 Conditional formatting rules don't evaluate properly for some...Greg Woolsey2017-11-157-49/+248
* Fix setting a font-color if no previous color is defined for the fontDominik Stadler2017-11-135-4/+83
* Fix testsDominik Stadler2017-11-131-9/+2
* bug 61745: remove String#toString() usage found by forbidden apis checkJaven O'Neal2017-11-131-4/+4
* bug 61745: add support for charts in XWPF/docx. Thanks to Sandeep Tiwari for ...Javen O'Neal2017-11-125-1/+273
* github #81: sheet names are case insensitiveJaven O'Neal2017-11-121-2/+2
* XWPFTable#getRows() should return an unmodifiable list unless the method can ...Javen O'Neal2017-11-121-1/+2
* make tableRows final; initialize where defined rather than in constructor.Javen O'Neal2017-11-121-3/+1
* deprecate XWPFTable#addNewRowBetween(int,int), which has not been implemented...Javen O'Neal2017-11-121-1/+12
* Surface XSSF Header/Footer Attributes (60887)Mark Murphy2017-11-1119-115/+918
* Some JavaDoc adjustments, typos, IntelliJ warningsDominik Stadler2017-11-087-18/+16
* bug 61730: remove asSet function from unit testJaven O'Neal2017-11-071-5/+1
* bug 61730: remove CellRangeAddressBase which is eager. The lazy iterator is s...Javen O'Neal2017-11-072-27/+29
* bug 61730: add javadocJaven O'Neal2017-11-071-0/+4
* bug 61730: add iterator interface to CellRangeAddressBase for iterating over ...Javen O'Neal2017-11-072-5/+131
* bug 61727: make TestCellRangeUtil unit tests more explicitJaven O'Neal2017-11-061-27/+34
* Enhance unit-test to Verify that bug 58785 is already via via some other changeDominik Stadler2017-11-061-9/+48
* bug 61727: CellRangeUtil Merge cell ranges broken. Thanks for Sven Rieckhoff ...Javen O'Neal2017-11-062-0/+70
* Adjust some tests to properly close resourcesDominik Stadler2017-11-052-150/+137
* Bug #57517: Fix various things in HSSFOptimiser to make many more cases work ...Dominik Stadler2017-11-056-69/+589
* Add test-case which shows that bug 55814 is fixed already by other changesDominik Stadler2017-11-041-0/+33
* Fix some IntelliJ and JavaDoc warnings and avoid code-duplication and duplica...Dominik Stadler2017-11-047-147/+92
* bug 61474, github #81: add ShiftMode#ColumnCopy for FormulaShifterJaven O'Neal2017-11-042-86/+226
* bug 61474, github #81: add shiftMergedRegions to BaseRowColShifter interfaceJaven O'Neal2017-11-043-24/+20
* bug 61474, github #81: bump visibility of abstract methods in BaseRowColShift...Javen O'Neal2017-11-041-3/+3
* bug 61474, github #81: pull up methods from RowShifter to BaseRowColShifter, ...Javen O'Neal2017-11-047-37/+41
* bug 61474, github #81: remove @Internal RowShifter#updateRowFormulas, move to...Javen O'Neal2017-11-045-172/+121
* 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
* bug 61474, github #81: fix ColumnShifter#removalNeeded to use columns instead...Javen O'Neal2017-11-042-4/+16
* bug 61474, github #81: add ColumnShifter interface; deduplicate some code in ...Javen O'Neal2017-11-049-66/+410
* bug 61474, #81 on github: add @Override annotation; rename FormulaShifter shi...Javen O'Neal2017-11-043-38/+48
* bug 61474,github-81: add FormulaShifter.createForColumnShift and ShiftMode.Co...Javen O'Neal2017-11-042-53/+370
* github-81: extract routines in HSSFRow#shiftRowsJaven O'Neal2017-11-041-37/+56
* rename ambiguous variable name shifter -> formulaShifterJaven O'Neal2017-11-041-2/+2
* whitespaceJaven O'Neal2017-11-041-12/+12
* #61671 - XSLFSlide does not contain isHidden and setHidden like HSLFSlide doesAndreas Beeker2017-11-025-3/+122
* Javadoc fixNick Burch2017-11-011-1/+1
* eventually we want to forbid StringBuffer usageJaven O'Neal2017-10-311-0/+4
* use StringBuilder in more placesPJ Fanning2017-10-3118-842/+847
* github-68: add @Override to o.a.p.ss.usermodel.charts.DataSources. Thanks to ...Javen O'Neal2017-10-311-0/+12
* add test case for bug 61701 and use StringBuilder in more placesPJ Fanning2017-10-3119-49/+119
* github-77: Remove the 'public' modifier to make fields package protected (fin...Javen O'Neal2017-10-311-2/+4
* consolidate duplicated code: XSSFWorkbook#setBookViewsIfMissing()Javen O'Neal2017-10-311-21/+11
* bug 61630: Patch from Daniel to fix XSSFExportToXML IllegalArgumentException:...Javen O'Neal2017-10-261-1/+1
* bug 61630: further XSSFExportToXML performance improvements from Daniel (bug ...Javen O'Neal2017-10-251-23/+31
* bug 61630: revert r1813240, which failed the integration test with org.apache...Javen O'Neal2017-10-241-25/+22
* bug 61630: further XSSFExportToXML performance improvements from Daniel (comm...Javen O'Neal2017-10-241-22/+25
* Remove more deprecated codePJ Fanning2017-10-235-265/+129
* Remove more deprecated codePJ Fanning2017-10-233-497/+400