aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* use StringBuilder in more placesPJ Fanning2017-10-311-498/+504
* github-68: add @Override to o.a.p.ss.usermodel.charts.DataSources. Thanks to ...Javen O'Neal2017-10-311-0/+12
* add test case for bug 61701 and use StringBuilder in more placesPJ Fanning2017-10-3111-31/+78
* Remove more deprecated codePJ Fanning2017-10-232-43/+1
* Remove more deprecated codePJ Fanning2017-10-231-5/+0
* Introduce new BorderFormatting methods to expose border stylesPJ Fanning2017-10-223-183/+179
* Remove use of deprecated methodsPJ Fanning2017-10-223-88/+44
* Remove use of deprecated methodsPJ Fanning2017-10-223-65/+39
* Add getter/setter for ReadingOrder to XSSF, closes issue #73Dominik Stadler2017-10-181-0/+50
* cleanup for r1812476: avoid NPEs from string.isEmpty()Javen O'Neal2017-10-183-1/+12
* replace "".equals(string) with string.isEmpty() to avoid null strings silentl...Javen O'Neal2017-10-187-8/+8
* string.equals("") -> string.isEmpty() or "".equals(string)Javen O'Neal2017-10-183-3/+3
* IntelliJ: simplify boolean logicJaven O'Neal2017-10-172-10/+5
* Make public static members final [thanks to Kui Liu]. This close #78.PJ Fanning2017-10-151-3/+3
* Fix some findbugs-issues and apply some code-cleanup and apply some smaller p...Dominik Stadler2017-10-1313-56/+46
* adjust tests, javadoc, ...Dominik Stadler2017-10-111-7/+7
* Remove "filling" in IntList as this has no effect whatsoever as far as I coul...Dominik Stadler2017-10-115-65/+27
* Apply patch from bug 61096: Add support for modules in VBAMacroReaderDominik Stadler2017-10-072-42/+133
* Bug 61064: Support behavior of function CEILING in newer versions of Microsof...Dominik Stadler2017-09-281-3/+2
* Bug 61082: Adjust JavaDoc for getFirst/LastRow/Cell to explain that there mig...Dominik Stadler2017-09-282-1/+21
* Fix bug 61516: when copying cells with formulas we should properly check for ...Dominik Stadler2017-09-281-14/+21
* Replace "getEntry() plus catch" by "hasEntry()" in HSSFWorkbookDominik Stadler2017-09-261-6/+2
* Fixup change for CellReference to keep the behavior the same as beforeDominik Stadler2017-09-261-1/+1
* Replace deprecated CellReference class and some other warnings fixedDominik Stadler2017-09-263-17/+9
* Bug 61349 -- bump limits on classes that caused regressions in Dominik's regr...Tim Allison2017-09-251-1/+1
* Remove more deprecated classes and methodsPJ Fanning2017-09-235-108/+2
* Apply patch to add endSheet() to the XSSFEventBasedExcelExtractor, fixes bug ...Dominik Stadler2017-09-231-2/+1
* Fix some IntelliJ warningsDominik Stadler2017-09-221-1/+1
* Javadoc fixNick Burch2017-09-211-1/+1
* Bug 61349 -- add more sanity checks when allocating byte[]Tim Allison2017-09-2154-80/+339
* Bug 61148: Fix calculating formula value, unfortunately we currently need to ...Dominik Stadler2017-09-191-2/+9
* IntelliJ warnings, deprecationDominik Stadler2017-09-195-26/+18
* Bug 61520: Add JavaDoc about name-references in ExcelDominik Stadler2017-09-181-0/+5
* use non-deprecated versions of getCellTypePJ Fanning2017-09-184-5/+5
* change CellFormat.ultimateType to return CellTypePJ Fanning2017-09-181-15/+13
* change HyperLink getType to return HyperlinkTypePJ Fanning2017-09-184-14/+17
* update getCellType to return CellType enum instead of intPJ Fanning2017-09-1810-24/+24
* update getCellType to return CellType enum instead of intPJ Fanning2017-09-183-8/+8
* update getCellType to return CellType enum instead of intPJ Fanning2017-09-189-167/+40
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-181-81/+0
* Change getCachedFormulaResultType to return CellTypePJ Fanning2017-09-188-64/+74
* Remove deprecated methods from NPOIFSFileSystem/OPOIFSFileSystemDominik Stadler2017-09-178-208/+66
* Fix some warnings in OOXMLLite and move copyFile to IOUtilsDominik Stadler2017-09-171-7/+23
* Various code cleanups, "final" for static methods is useless, for-loops, simp...Dominik Stadler2017-09-1721-198/+101
* Some more code cleanupDominik Stadler2017-09-173-2/+7
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-161-195/+0
* Use Integer.compare() where possibleDominik Stadler2017-09-163-5/+5
* Fix some warnings in unit testsDominik Stadler2017-09-161-3/+0
* Fix some warningsDominik Stadler2017-09-161-1/+1
* Remove unnecessary local variablesDominik Stadler2017-09-1647-155/+96