aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* Add method for setting bullet stylesAndreas Beeker2015-10-311-0/+9
* Make SlideShow closeable as of HSLF references a NPOIFSFileSystem and hasn't ...Andreas Beeker2015-10-311-1/+2
* whitespace changeJaven O'Neal2015-10-311-47/+49
* add javadoc info for intersectsJaven O'Neal2015-10-311-2/+2
* bug58452: set cell formulas containing unregistered function namesJaven O'Neal2015-10-311-11/+50
* supporting changes for bug 58452: copy cell formulas containing unregistered ...Javen O'Neal2015-10-313-0/+21
* bug 58442: in-place reorganize an AreaPtg as upper-left and lower-rightJaven O'Neal2015-10-311-2/+31
* bug 58443: prevent corrupted workbooks by checking for overlapping merged reg...Javen O'Neal2015-10-312-11/+55
* Javadoc fixesNick Burch2015-10-291-4/+3
* Common sl unification - copy first paragraph / textrun properties on XSLFText...Andreas Beeker2015-10-2911-55/+2311
* Fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=58549David North2015-10-261-16/+30
* 58536 DataFormatter and CellFormat non-localised support for localised curren...Nick Burch2015-10-252-6/+47
* Mention about Locale definitions in Excel cell data format stringsNick Burch2015-10-253-4/+23
* #58532 For Excel cell formats with 3+ parts to them (eg +ve,-ve,0), whichNick Burch2015-10-241-20/+45
* Bug 58085: removing sheet breaks other existing sheet referencesDominik Stadler2015-10-232-10/+5
* bug 58441: define equals method for CellRangeAddressBaseJaven O'Neal2015-10-231-0/+32
* bug 58402: make AreaReference's private SpreadsheetVersion _version variable ...Javen O'Neal2015-10-231-4/+12
* bug 58439: rename private FormulaShifter.adjustPtgDueToShiftMove to adjustPtg...Javen O'Neal2015-10-231-2/+2
* Bug 58480: Work around problem where on Windows systems a Mapped Buffer can s...Dominik Stadler2015-10-142-29/+79
* Bug 58341: fix some edge cases in the DStar functionDominik Stadler2015-10-141-45/+97
* javadoc fixesAndreas Beeker2015-10-121-2/+2
* - removed deprecated and confusing methods in XSSFColorAndreas Beeker2015-10-123-561/+605
* fix forbidden apis issue and make non-static as decimalformat is not thread-safeAndreas Beeker2015-10-061-16/+18
* Format numbers more like Excel doesDavid North2015-10-062-31/+96
* sonar fixes and closing resources after useAndreas Beeker2015-10-066-7/+7
* fixed sonar issues and eclipse warningsAndreas Beeker2015-10-053-27/+20
* obsoleted Codec classes by HexDumpAndreas Beeker2015-10-051-8/+21
* removed obsolete classesAndreas Beeker2015-10-052-2745/+0
* Fixed a problem with save-and-load of conditional formattings (CFHeader12 was...Andreas Beeker2015-10-053-6/+14
* sonar fixesAndreas Beeker2015-10-049-26/+50
* Bug 55032: Fix handling missing option values in financial functions PV, FV, ...Dominik Stadler2015-10-011-4/+19
* sonar fixesAndreas Beeker2015-09-3010-17/+50
* Bug 50319: Make row groups which include row 0 workDominik Stadler2015-09-291-1/+1
* sonar fixesAndreas Beeker2015-09-292-16/+9
* Sonar fixes - add cloneable interface to classes with clone()Andreas Beeker2015-09-28109-395/+485
* Removed HDF APIAndreas Beeker2015-09-282-3/+5
* Sonar fixesAndreas Beeker2015-09-2711-45/+43
* fixed some wrong nightly assumptions ... (Note to myself, don't rely on ant a...Andreas Beeker2015-09-244-16/+15
* - a few findbugs/sonar fixesAndreas Beeker2015-09-235-17/+48
* Ensure that the ThreadLocal-Biff-Password is reset correctly after each usage...Dominik Stadler2015-09-221-2/+0
* Fix javadoc warningsNick Burch2015-09-211-2/+2
* - #58216 - provide picture-shape resize that maintains the aspect ratioAndreas Beeker2015-09-2112-38/+566
* - #58207 - Provide user access to the original image dimensions (XSLF)Andreas Beeker2015-09-202-1/+24
* Bug 57925: Add unit test and a simple fix to at least avoid the NPE when Work...Dominik Stadler2015-09-191-1/+5
* Bug 57915: Fix Dev2Hex for numbers larger than Integer.MAX_VALUE and less tha...Dominik Stadler2015-09-171-1/+1
* Patch from Javen ONeal from bug #58245 - Make Workbook support iterating over...Nick Burch2015-09-172-2/+59
* Eclipse warnings, code formatting, simplify ExcelAntWorkbookUtilFactory, alwa...Dominik Stadler2015-09-141-34/+42
* Update javadoc for bug 56129Dominik Stadler2015-09-131-1/+8
* Eclipse warnings, comment out dead code, close resources, enhance unit tests,...Dominik Stadler2015-09-131-4/+4
* fix eclipse warning - mostly generics cosmeticsAndreas Beeker2015-09-131-7/+7