aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org
Commit message (Expand)AuthorAgeFilesLines
* [bug-63187] fix typosPJ Fanning2019-02-182-4/+4
* Bug 62980: Make D* functions ignore case in headingsYegor Kozlov2019-02-091-1/+2
* Adjust handling of some exceptions in regression testsDominik Stadler2019-01-273-9/+17
* Bug 60405: Add initial support for cetab functions so some macros can beDominik Stadler2019-01-277-59/+116
* pulled *Cell.setCellValue(String), setCellValue(RichTextString) to the common...Vladislav Galas2019-01-262-34/+89
* pulled *Cell.setCellValue(Date) and setCellValue(Calendar) to the common baseVladislav Galas2019-01-262-32/+50
* pulled *Cell.setCellValue(double) to the common baseVladislav Galas2019-01-263-35/+45
* pulled *Cell.getCellTypeEnum() to common baseVladislav Galas2019-01-263-13/+18
* pulled *Cell.getAddress to common baseVladislav Galas2019-01-262-8/+9
* made call Cell.setCellType(CellType.FORMULA) illegall. Deprecated Cell.setCel...Vladislav Galas2019-01-264-8/+22
* purged calls to cell.setCellType(CellType.BLANK) from the project, replaced w...Vladislav Galas2019-01-264-7/+6
* added Cell.setBlank() - as an alias, for nowVladislav Galas2019-01-262-0/+15
* setCellFormula: blank cell gets value 0, non-blank value is preservedVladislav Galas2019-01-263-19/+74
* Fix some IDE warnings and JVM deprecationsDominik Stadler2019-01-221-1/+1
* follow-up to Bug 62904. More tests and improved evaluation of IF in array modeYegor Kozlov2019-01-147-54/+198
* Don't fail on row-nums larger than Integer.MAX_VALUE, we had one sampleDominik Stadler2019-01-131-2/+5
* Fix some Findbugs and IDE issues, refactor some duplicated code,Dominik Stadler2019-01-135-65/+90
* Bug 62810: AreaReference ctor looses sheet name if rows or columns swappedDominik Stadler2019-01-131-5/+11
* IDE and JavaDoc fixes, move/remove some unfixed testsDominik Stadler2019-01-117-35/+15
* unified setCellType(null/_NONE) logic, setCellFormula(null) logic. updated ja...Vladislav Galas2019-01-075-70/+220
* Bug 62904: Support array arguments in IF and logical IS*** functionsYegor Kozlov2019-01-079-97/+257
* throw IllegalArgumnetException if null directory specifiedPJ Fanning2019-01-041-0/+4
* Bug 62993: XSSFEvaluationSheet now retrieves valid last row index from underl...Vladislav Galas2019-01-031-4/+1
* Bug 62828: CellReference(Cell) now initializes sheet name.Vladislav Galas2019-01-021-1/+1
* #63047 - Make POILogger subclassableAndreas Beeker2018-12-314-204/+145
* Bug 60460: Handle null workbook or sheet names and emit #REF as Excel doesDominik Stadler2018-12-303-76/+107
* IDE and JavaDoc fixesDominik Stadler2018-12-301-5/+5
* #63028 - Provide font embedding for slideshowsAndreas Beeker2018-12-2811-231/+585
* Run Cell-tests on HSSF as well and make handling of null-values consistent ac...Dominik Stadler2018-12-281-0/+10
* Add some simple coverage of HSLF-Dev-ToolsDominik Stadler2018-12-261-1/+1
* Bug 62839: Adjust MathX.floor() to handle negative values the sameDominik Stadler2018-12-261-36/+21
* Fix various IDE warnings and some JavaDoc adjustmentsDominik Stadler2018-12-261-3/+3
* Remove unnecesssary semicolonsDominik Stadler2018-12-262-2/+2
* Simplify some string operationsDominik Stadler2018-12-265-12/+12
* JavaDoc fixes/additions and some IDE warnings removedDominik Stadler2018-12-2519-208/+134
* Bug 62884: sheetnum is not checked in InternalWorkbook.setSheetHidden()Dominik Stadler2018-12-251-0/+2
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-2570-324/+330
* #63017 - Remove rows from a XSLFTableAndreas Beeker2018-12-183-8/+14
* [github-137] solves/unifies blank/missing value colection for PRODUCT/MDETERM...PJ Fanning2018-12-183-23/+103
* use spaces for indentsPJ Fanning2018-12-171-159/+160
* #62365 - SVG image support in XSLFAndreas Beeker2018-12-163-15/+39
* Implemented GEOMEAN function. Thanks to gallonfizik. This closes #136PJ Fanning2018-12-163-158/+173
* #60656 - EMF image support in slideshowsAndreas Beeker2018-12-1612-118/+278
|\
| * merge trunkhemfAndreas Beeker2018-12-161-1/+4
| |\ | |/ |/|
* | #62365 - SVG image support in XSLFAndreas Beeker2018-12-161-1/+4
* | #62999 - IBM JDK JIT causes AIOOBE in TexturePaintContextAndreas Beeker2018-12-104-6/+28
* | #62994 - IBM JCE workaroundsAndreas Beeker2018-12-092-2/+32
* | #62966 - init presetShapeDefinitions.xml fail under IBM jdkAndreas Beeker2018-12-091-21/+24
* | #62953 - Rendering of FreeformShapes with formula failsAndreas Beeker2018-12-096-56/+57
* | lgtm issuesPJ Fanning2018-12-082-2/+2