summaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* rename drawBorders(..., short color, ...) to drawColoredBorders to make it ob...ss_border_property_templateJaven O'Neal2016-06-131-3/+3
* add copy constructorJaven O'Neal2016-06-131-0/+24
* rewrite switch statements to not re-check the switch'd variableJaven O'Neal2016-06-121-180/+201
* rename borderIsNotSetOrBlank to borderIsNotSet. Changing a set border style f...Javen O'Neal2016-06-121-1/+1
* rename borderIsNotSetOrBlank to borderIsNotSet. Changing a set border style f...Javen O'Neal2016-06-121-5/+5
* move check if border line style is blank before setting the border color to a...Javen O'Neal2016-06-121-4/+13
* remove public convenience methods that let the user avoid creating a CellAddr...Javen O'Neal2016-06-121-52/+33
* javadocsJaven O'Neal2016-06-121-1/+1
* javadocsJaven O'Neal2016-06-121-0/+6
* javadocsJaven O'Neal2016-06-122-15/+31
* make these classes more discoverable/searchable using more specific namesJaven O'Neal2016-06-111-79/+78
* javadoc update and boolean addLeft|Right|Top|Bottom line wrap updateJaven O'Neal2016-06-111-74/+32
* fix spelling in javadocJaven O'Neal2016-06-111-1/+1
* fix javadocs: remove unnecessary @links, remove references to CellStyleJaven O'Neal2016-06-111-112/+63
* move loop-invariants outside the loop for readability and execution speedJaven O'Neal2016-06-111-38/+67
* replace usage of all deprecated CellStyle.BORDER_* constants with BorderStyle.*Javen O'Neal2016-06-111-87/+48
* +props svn:eol-style=nativeJaven O'Neal2016-06-111-989/+989
* bug 58787: add PropertyTemplate, unit test, and example from Mark MurphyJaven O'Neal2016-06-111-0/+989
* methods that return lists should return unmodifiable lists; use foreach sheet...Javen O'Neal2016-06-111-7/+8
* add warnings that AnalysisToolPak inconsistently handles case-sensitivity of ...Javen O'Neal2016-06-111-0/+3
* add @Override annotationsJaven O'Neal2016-06-114-0/+4
* whitespace (tabs to spaces)Javen O'Neal2016-06-111-18/+18
* whitespace (tabs to spaces)Javen O'Neal2016-06-111-8/+8
* whitespace (tabs to spaces)Javen O'Neal2016-06-111-22/+22
* bug 59684: correctly parse CellReference(HOMEst163); Also deprecate misspelle...Javen O'Neal2016-06-101-33/+42
* findbugs: SBSC_USE_STRINGBUFFER_CONCATENATION FormulaParser.parseAsColumnQuan...Javen O'Neal2016-06-101-3/+3
* Javadoc fixesNick Burch2016-06-101-1/+1
* Javadoc fixesNick Burch2016-06-101-4/+2
* fix javadocsJaven O'Neal2016-06-101-9/+12
* 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