summaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
...
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-04-1744-61/+61
* #60998 - HSLFTable.setRowHeight sets row height incorrect Andreas Beeker2017-04-171-1/+1
* findbugs fixesAndreas Beeker2017-04-172-37/+129
* #60996 - XSSF: Multiple embedded objects on same sheet are ignoredAndreas Beeker2017-04-162-2/+11
* Fix AIOOBE while extracting hssf pictures which are externally linkedAndreas Beeker2017-04-101-2/+14
* Fix issue found via large corpus tests: HSSFPicture in a HSSFShapeGroup might...Dominik Stadler2017-04-061-1/+11
* Javadoc fixesNick Burch2017-04-051-1/+1
* bug 50955 convert Set to Singleton per Javen's code reviewTim Allison2017-04-051-8/+2
* bug 50955 and bug 60953 improve Big5 reader; ensure one characterTim Allison2017-04-054-131/+506
* bug 50955 -- word 6.0 charset fixTim Allison2017-04-043-2/+147
* 60881 and 60891 -- on further look, no need to throw an exception for an encr...Tim Allison2017-03-201-1/+20
* Fix typo to "length", closes #51Dominik Stadler2017-03-192-3/+3
* 60823: DGET function, correct behavior with multiple result entries but only ...Dominik Stadler2017-03-191-3/+11
* Fixed #60858, which showed a regression of the fix for #56420 introduced by m...Greg Woolsey2017-03-141-1/+2
* Fix some Sonar issues in sample "HSSFReadWrite" Dominik Stadler2017-03-132-31/+16
* HSSF: Try to handle cases where the length does not match the actual data whi...Dominik Stadler2017-03-101-3/+5
* Remove unused import, IntelliJ warnings, duplicated code, improve some except...Dominik Stadler2017-03-103-17/+15
* bug 60787: remove calls to System.out.println. Thanks to Kamile Demirel.Javen O'Neal2017-03-021-4/+0
* bug 59804: @Removal(version="3.15") version should be parsed to make sure the...Javen O'Neal2017-02-241-0/+2
* add javadocsGreg Woolsey2017-02-211-1/+30
* Add null checkGreg Woolsey2017-02-211-1/+2
* BugFix for JDK-6623219Andreas Beeker2017-02-191-2/+41
* bug 59893: fix a few forgotten unrelated changesJaven O'Neal2017-02-172-2/+5
* bug 59893: commit the changes from attachment 34068 that were unrelated to av...Javen O'Neal2017-02-1711-70/+100
* Bug #56822 fix COUNTIFS()Greg Woolsey2017-02-141-2/+1
* Bug #56822 fix COUNTIFS()Greg Woolsey2017-02-143-156/+205
* Change logic to avoid a 1.6 compiler bug that doesn't properly handle generic...Greg Woolsey2017-02-141-4/+6
* Fix accidental call to a method added in Java 7, which for some reason Eclips...Greg Woolsey2017-02-141-2/+2
* Expose Priority from newer-style HSSF CF rulesNick Burch2017-02-143-5/+19
* Expose another common property, strikeout.Greg Woolsey2017-02-141-0/+6
* Javadoc fixesNick Burch2017-02-143-23/+13
* Javadoc fixesNick Burch2017-02-142-6/+6
* Add evaluation of data validation rules and conditional formattingGreg Woolsey2017-02-1314-39/+2067
* #60625 - Rendering issue with background and shape overlayed by imageAndreas Beeker2017-02-122-73/+86
* SonarQube fixes and removed redundant logger level checks, for simple String ...Andreas Beeker2017-02-111-790/+335
* Add a possible future TODONick Burch2017-02-101-0/+5
* If a property refers to an invalid index, log + ignore rather than failing wi...Nick Burch2017-02-101-2/+18
* Update the big file test to use POIFSFileSystem.create(File), and tweak javadocsNick Burch2017-02-101-2/+3
* bug 59227: parse dates formatted in Japanese or Chinese. Change javac source ...Javen O'Neal2017-02-081-2/+8
* Convert all *.java files to use native end of line character(s)Javen O'Neal2017-02-08201-34216/+34216
* #60625 - Rendering issue with background and shape overlayed by imageAndreas Beeker2017-02-0810-45/+194
* #60626 - ArrayIndexOutOfBoundsException in EvilUnclosedBRFixingInputStreamAndreas Beeker2017-02-081-0/+204
* Revert previous changes enough to restore the case in the commoncrawl-corpus ...Dominik Stadler2017-02-052-50/+48
* IntelliJ warnings, Javadoc, FormattingDominik Stadler2017-01-265-14/+12
* #59836 - Tracker: Replace primitives with enumsAndreas Beeker2017-01-224-1469/+858
* bug 60031: DataFormatter parses months incorrectly when put at the end of dat...Javen O'Neal2017-01-201-0/+3
* remove unused importsJaven O'Neal2017-01-202-3/+0
* bug 60605: remove code for enforcing rule that active sheet cannot be hiddenJaven O'Neal2017-01-202-34/+0
* pull out loop invariants, use List.indexOf to look up sheet indexJaven O'Neal2017-01-203-8/+4
* bug 60605: convert Workbook.SHEET_STATE_* to SheetVisibility enumJaven O'Neal2017-01-205-27/+182