aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache
Commit message (Expand)AuthorAgeFilesLines
* Javadoc updatesNick Burch2016-07-211-0/+4
* If doing an in-place write, update the properties tooNick Burch2016-07-203-1/+18
* #57919 HPSF writing better error handling, and start prep for HSLF more write...Nick Burch2016-07-201-4/+12
* #57919 Add in-place and new-File write methods to POIDocumentNick Burch2016-07-203-8/+30
* Prepare for pushing write() and write(File) to POIDocumentNick Burch2016-07-202-22/+58
* Sync the file-based "past-the-end" exception to match the stream one, so that...Nick Burch2016-07-201-2/+2
* Start on unit testing for HSSFWorkbook.write(File), bug in POIFS to fix firstNick Burch2016-07-201-1/+18
* #57919 Start on support for writing to a new File (faster than OutputStream)Nick Burch2016-07-202-30/+83
* bug 59881: fix D* functions for blank cells in headers in database; patch fro...Javen O'Neal2016-07-191-0/+3
* bug 59881: fix spelling; patch from Patrick ZimmermannJaven O'Neal2016-07-181-2/+2
* 52122: Excel does not handle conditional formatting based on formula correctl...Dominik Stadler2016-07-181-2/+10
* Some warnings/improvements suggested by IntelliJDominik Stadler2016-07-182-9/+8
* 59106: WorkdayFunction does not read the area with holidays correctly to calc...Dominik Stadler2016-07-171-1/+3
* Fix one more place where stream were left open when an exception is thrownDominik Stadler2016-07-171-18/+20
* Fix some IntelliJ and Findbugs warnings: StringBuilder, foreach, append(), ...Dominik Stadler2016-07-1713-114/+94
* only calculate getTextHeight if it will be usedJaven O'Neal2016-07-171-2/+4
* reduce statement complexity in drawContent, also has fewer FLOPSJaven O'Neal2016-07-171-10/+17
* if ever combined, VerticalAlignment and HorizontalAlignment would likely end ...Javen O'Neal2016-07-172-2/+4
* bug 57919: add performance note to javadocs about using BufferedOutputStreams...Javen O'Neal2016-07-172-0/+10
* #57919 Provide an initial in-place write method for HSSFWorkbookNick Burch2016-07-172-1/+51
* bug 58190: push down XMLSlideShow tests to BaseTestSlideShow, add coverage fo...Javen O'Neal2016-07-171-1/+13
* bug 59873: add @Internal and @Deprecated decorators to HyperlinkType enumJaven O'Neal2016-07-171-0/+32
* HexDump.writeHex is similar to Long#toHexString. Consider consolidating.Javen O'Neal2016-07-171-0/+4
* bug 59873: javadoc fixJaven O'Neal2016-07-172-2/+5
* bug 59783: replace deprecated Hyperlink.LINK_* and Hyperlink.getType usageJaven O'Neal2016-07-171-5/+5
* Bug 59665: Using HSSFWorkbook#setSheetOrder to move sheets to the end corrupt...Dominik Stadler2016-07-171-2/+3
* bug 59873: replace Hyperlink.LINK_* int constants with HyperlinkType enumJaven O'Neal2016-07-175-45/+163
* make private maps finalJaven O'Neal2016-07-171-3/+3
* add @Override annotations to CreationHelper classesJaven O'Neal2016-07-172-7/+22
* bug 59872: add @since annotation to Sheet#getHyperlink(CellAddress)Javen O'Neal2016-07-172-0/+2
* bug 59872: add Sheet.getHyperlink(CellAddress)Javen O'Neal2016-07-172-0/+19
* Apply patch to fix bug 59740: Sheet.shiftRows incorrectly shifts merged regio...Dominik Stadler2016-07-163-6/+14
* replace for-loop over index with for-each loopJaven O'Neal2016-07-151-3/+2
* annotate purpose of each PROPER() function test case, add a few more test cas...Javen O'Neal2016-07-151-4/+4
* JDK8 javadocsJaven O'Neal2016-07-152-2/+3
* Function PROPER: Don't use a regular expression syntax that is not available ...Dominik Stadler2016-07-151-24/+17
* bug 59858: describe why VBA macro reading failedJaven O'Neal2016-07-151-0/+4
* "cannot not" presumably means "cannot"David North2016-07-131-1/+1
* Fix name of new OLE2ScratchpadExtractorFactoryDominik Stadler2016-07-121-1/+1
* Last bit of reflection - get back to the full OOXML-enabled factory if we canNick Burch2016-07-111-2/+9
* ExceptionsNick Burch2016-07-111-0/+8
* Start moving logic over into the main and scratchpad jars for OLE2Nick Burch2016-07-111-10/+59
* Pull Scratchpad Extractor logic to own classNick Burch2016-07-111-7/+5
* Start to pull out some of the OLE2 logic, so we can then split some Scratchpa...Nick Burch2016-07-111-0/+208
* 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