summaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* bug 57840: add structured reference formula parsing tests from FormulaParser....Javen O'Neal2016-06-101-12/+31
* whitespace (tabs to spaces)Javen O'Neal2016-06-102-275/+275
* bug 57840: add javadocs (warn about stale XSSFTable cache), remove rowIndex a...Javen O'Neal2016-06-104-33/+39
* whitespace (tabs to spaces)Javen O'Neal2016-06-105-977/+977
* whitespace (tabs to spaces)Javen O'Neal2016-06-101-1/+1
* whitespace (tabs to spaces)Javen O'Neal2016-06-102-1617/+1617
* bug 57840: check for null to avoid NPE; add unit test for XSSFWorkbook.getTab...Javen O'Neal2016-06-101-0/+5
* bug 57840: apply patch from Daniel Livshen and Greg Woolsey to get structured...Javen O'Neal2016-06-108-26/+402
* bug 57840: add Table interface for Structured References. Patch from Daniel L...Javen O'Neal2016-06-091-0/+78
* javadocs / java warnings (jdk8) fixesAndreas Beeker2016-06-075-6/+35
* Add XSSF support to ForkedEvaluatorAndreas Beeker2016-06-071-13/+14
* #59170 - Remove deprecated classes (POI 3.15) - remove BuiltinFormats.getBuil...Andreas Beeker2016-06-071-112/+65
* add comments and make the statefulness of localeIsAdapting more obvious.Javen O'Neal2016-06-071-1/+6
* make emulateCSV final, add a single common all-inclusive (private) constructo...Javen O'Neal2016-06-071-8/+15
* replace Obervable with Observable; emulateCsv with emulateCSVJaven O'Neal2016-06-071-22/+22
* bug 59638: patch from Axel Howind, support non-comma number grouping separato...Javen O'Neal2016-06-071-6/+11
* close resourcesAndreas Beeker2016-06-061-35/+38
* javadocs / java warnings (jdk8) fixesAndreas Beeker2016-06-0628-123/+663
* try to find out temp file errors on maven buildAndreas Beeker2016-06-051-6/+10
* #57766 - XSLFTable isn't exported on convert slides of a .pptx slide show to ...Andreas Beeker2016-06-047-67/+223
* Fix some Sonar issues and some IntelliJ warningsDominik Stadler2016-06-023-69/+52
* The changes for using AccessController/SecurityManager also added a log which...Dominik Stadler2016-06-011-17/+22
* Javadoc fixNick Burch2016-05-311-2/+2
* Fix some compiler/IntelliJ warningsDominik Stadler2016-05-3115-49/+35
* fix handling of hsl and linear rgb (%-values)Andreas Beeker2016-05-241-2/+31
* #58217 - XSLF: support alpha channel on solid colors (fill, line, text)Andreas Beeker2016-05-221-30/+32
* Bug 58190: Add more overloaded methods for adding pictures from streams and f...Dominik Stadler2016-05-221-6/+23
* findbugs fixesAndreas Beeker2016-05-201-27/+3
* findbugs fixesAndreas Beeker2016-05-172-2/+16
* BiffViewer: Close resources alwaysDominik Stadler2016-05-171-26/+32
* Close resources in Common SL rendering classes and minimize memory consumptio...Andreas Beeker2016-05-164-15/+43
* sonar fix - reduce complexity by using constantsAndreas Beeker2016-05-161-49/+68
* Sonar fixes - array is stored directlyAndreas Beeker2016-05-164-9/+10
* #59170 - Remove deprecated classes (POI 3.15) - use FormulaError instead of E...Andreas Beeker2016-05-1612-232/+115
* #58144 - Behaviour for headers and footers of slides is inconsistent between ...Andreas Beeker2016-05-131-1/+11
* add @since to javadocsJaven O'Neal2016-05-091-0/+3
* bug 59443: exit early on setAddress if address is the sameJaven O'Neal2016-05-091-4/+3
* bug 59443: use Comment.setAddress when changing both row and column of cell c...Javen O'Neal2016-05-091-0/+4
* bug 59443: add get/setAddress methods on cell comment classJaven O'Neal2016-05-092-0/+51
* whitespaceJaven O'Neal2016-05-091-3/+3
* #59327 - Setting text direction on a table cell has no effectAndreas Beeker2016-05-041-2/+3
* bug 59383: getFormat should cache data formatter (fix from Nick C), accidenta...Javen O'Neal2016-04-261-0/+1
* reformat exclude classes regular expression for OOXMLLiteJaven O'Neal2016-04-171-0/+17
* add commentsJaven O'Neal2016-04-171-2/+16
* bug 59340: lookup IndexedColors by indexJaven O'Neal2016-04-171-0/+28
* bug 59336: patch from Mark Murphy: deprecate functions in CellUtil that requi...Javen O'Neal2016-04-172-35/+76
* bug 59336: patch from Mark Murphy: replace deprecated usage of functions in C...Javen O'Neal2016-04-171-3/+3
* bug 59338: patch from Mark Murphy to deprecate HSSFCellUtil class in favor of...Javen O'Neal2016-04-171-26/+34
* javadocs fixesJaven O'Neal2016-04-121-2/+2
* fix several findbugs SF_SWITCH_NO_DEFAULT warningsJaven O'Neal2016-04-127-7/+31