summaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
...
* bug 59837: update CellUtil to handle VerticalAlignment and HorizontalAlignmen...Javen O'Neal2016-07-104-55/+300
* bug 59837: replace CellStyle.ALIGN_ and CellStyle.VERTICAL_ constants with Ho...Javen O'Neal2016-07-105-64/+152
* javadoc fixesJaven O'Neal2016-07-102-2/+2
* bug 59264: Unify interface for setting cell border line styles using BorderSt...Javen O'Neal2016-07-101-14/+14
* javadocs fixes (jdk8)Andreas Beeker2016-07-0925-171/+411
* add 2^x to POWER2 commentsJaven O'Neal2016-07-091-16/+16
* bug 52949,59830: move module storage and decompressing into a standalone func...Javen O'Neal2016-07-091-31/+36
* bug 52949,59830: move module storage and decompressing into a standalone func...Javen O'Neal2016-07-091-15/+34
* bug 59830: attach context to any IOException (likely a result of reaching EOF...Javen O'Neal2016-07-091-44/+69
* close streams if an exception is throwJaven O'Neal2016-07-091-23/+28
* bug 59830: add context to why no more bytes could be read from input streamJaven O'Neal2016-07-092-3/+7
* bug 59833: add getFillPatternEnum and setFillPattern(FillPatternType) to Cell...Javen O'Neal2016-07-083-60/+195
* bug 55555: set fill pattern, foreground color, and background color order cor...Javen O'Neal2016-07-081-4/+4
* add @Internal annotations to implementations of Internal EvaluationWorkbook a...Javen O'Neal2016-07-076-3/+33
* add crude line-coverage tests for setDebugEvaluationOutputForNextEval and set...Javen O'Neal2016-07-071-10/+11
* add getters for setIgnoreMissingWorkbooks and setDebugEvaluationOutputForNext...Javen O'Neal2016-07-071-2/+11
* whitespace (3sp to 4sp)Javen O'Neal2016-07-071-73/+74
* whitespace (tabs to spaces)Javen O'Neal2016-07-074-210/+210
* add @Override annotations to spreadsheet formula Evaluation classesJaven O'Neal2016-07-074-2/+51
* bug 59814: clear evaluation workbook and evaluation sheet caches. Patch from ...Javen O'Neal2016-07-077-0/+40
* bug 59805: avoid memory leaks if time zone or locale are never set or user ne...Javen O'Neal2016-07-071-26/+20
* findbugs: replace switch statement with fall-throughs with if statement, remo...Javen O'Neal2016-07-071-50/+27
* bug 59805: add LocaleUtil#resetUserTimeZone and #resetUserLocale methods that...Javen O'Neal2016-07-061-2/+10
* bug 59805: make LocaleUtil a static classJaven O'Neal2016-07-061-1/+5
* bug 59804: javadoc updateJaven O'Neal2016-07-051-1/+4
* +svn:eol-style=nativeJaven O'Neal2016-07-051-6/+6
* bug 59804: indicate when features were @Internal-izedJaven O'Neal2016-07-0510-24/+35
* bug 59804: add since attribute to @Internal annotation; add @Removal annotati...Javen O'Neal2016-07-052-4/+76
* javadocs fixes (jdk8)Andreas Beeker2016-07-056-101/+119
* javadocs fixes (jdk8)Andreas Beeker2016-07-0414-37/+183
* typoJaven O'Neal2016-07-041-1/+1
* mark BitField as internal use onlyJaven O'Neal2016-07-041-1/+1
* bug 59790,59791: add @since javadoc annotation to FormulaType and CellTypeJaven O'Neal2016-07-042-6/+26
* bug 59791: CellFormat#ultimateType(Cell) should return an integer for backwar...Javen O'Neal2016-07-041-3/+25
* bug 59791: add @since to Cell, EvaluationCell, and FormulaEvaluator CellType ...Javen O'Neal2016-07-046-33/+65
* bug 59791: FormulaEvaluator#evaluateFormulaCell(Cell) should return an intege...Javen O'Neal2016-07-045-17/+84
* bug 59791: getCellType and getCachedFormulaResultType should return an intege...Javen O'Neal2016-07-0417-54/+190
* reorganize imports (remove unused imports, sort alphabetically)Javen O'Neal2016-07-047-11/+0
* bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.*Javen O'Neal2016-07-0412-28/+31
* bug 59791: convert Cell Type to an enumJaven O'Neal2016-07-0421-325/+477
* bug 59790: convert FormulaType class to enumJaven O'Neal2016-07-045-38/+121
* javadocs fixJaven O'Neal2016-07-041-0/+1
* bug 59789: move HSSFComment shifting due to rowShift outside of for-loop for ...Javen O'Neal2016-07-041-28/+36
* rearrange JavaDocs to match constructor orderingJaven O'Neal2016-07-041-2/+2
* findbugs fixesJaven O'Neal2016-07-041-10/+5
* bug 59773: replace for loops with for-each loops; javadocs fixes for JDK8Javen O'Neal2016-07-041-0/+2
* add missing ASL license header from bug 59788 comment 2 r1751185Javen O'Neal2016-07-041-0/+17
* bug 59166: suggest alternative implementations for TempFileCreationStrategyJaven O'Neal2016-07-042-4/+61
* bug 59788: move DefaultTempFileCreationStrategy from TempFile inner class to ...Javen O'Neal2016-07-042-87/+101
* javadocs fixes (jdk8)Andreas Beeker2016-07-033-17/+107