aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Javadoc fixNick Burch2016-07-291-1/+1
* Introduce name-based methods for access to named ranges in a workbook, and de...David North2016-07-2913-103/+289
* Bug 55384: Handle setting pre-evaluation string correctly in SXSSF as wellDominik Stadler2016-07-272-2/+89
* HWPFDocument.write(File) support and tests #57919Nick Burch2016-07-262-8/+111
* Bug 59634: Clarify and refine JavaDoc of various close() methods to consisten...Dominik Stadler2016-07-244-14/+22
* In-place write for HSLF #57919Nick Burch2016-07-213-15/+46
* Provide a createOrUpdateDocument method at the POIFS level, and use to simpli...Nick Burch2016-07-214-19/+59
* Javadoc updatesNick Burch2016-07-212-4/+15
* test Cell.setCellValue(false)Javen O'Neal2016-07-211-24/+26
* If doing an in-place write, update the properties tooNick Burch2016-07-203-1/+18
* #57919 HSLF writing to new FileNick Burch2016-07-202-25/+69
* #57919 HPSF writing better error handling, and start prep for HSLF more write...Nick Burch2016-07-202-14/+29
* Whitespace / indentsNick Burch2016-07-202-350/+337
* #57919 Add in-place and new-File write methods to POIDocumentNick Burch2016-07-207-16/+67
* Mark some more scratchpad document types as currently being read-onlyNick Burch2016-07-203-18/+14
* Helper class for implementing extra write methods (#57919) for Scratchpad cla...Nick Burch2016-07-202-7/+61
* 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-204-7/+28
* Start on unit testing for HSSFWorkbook.write(File), bug in POIFS to fix firstNick Burch2016-07-202-1/+37
* #57919 Start on support for writing to a new File (faster than OutputStream)Nick Burch2016-07-202-30/+83
* add test case for bug 53564Javen O'Neal2016-07-191-0/+45
* 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-183-13/+124
* Some warnings/improvements suggested by IntelliJDominik Stadler2016-07-183-10/+8
* 59106: WorkdayFunction does not read the area with holidays correctly to calc...Dominik Stadler2016-07-172-1/+16
* Adjust unused local variables to also make FindBugs happyDominik Stadler2016-07-174-15/+7
* 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-1719-161/+120
* Enable reproducer test for bug 56880 after it was fixed.Dominik Stadler2016-07-171-9/+10
* Add commented reproducer for bug 57603Dominik Stadler2016-07-171-4/+8
* 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-174-1/+21
* make instance variables final where possibleJaven O'Neal2016-07-171-3/+3
* #57919 Provide an initial in-place write method for HSSFWorkbookNick Burch2016-07-173-1/+118
* bug 58190: push down XMLSlideShow tests to BaseTestSlideShow, add coverage fo...Javen O'Neal2016-07-176-89/+183
* bug 59170: remove deprecated TableSprmUncompressor#uncompressTAP(byte[] grppr...Javen O'Neal2016-07-171-28/+0
* bug 59170: fix compile error from r1753052 when removing deprecated TAP_TYPE ...Javen O'Neal2016-07-171-3/+3
* bug 58190: add unit tests for XMLSlideShow#addPicture and XMLSlideShow#findPi...Javen O'Neal2016-07-171-0/+46
* bug 59873: add @Internal and @Deprecated decorators to HyperlinkType enumJaven O'Neal2016-07-172-0/+34
* bug 59264,59833,59837: upgrade deprecated methods in examples and testcasesJaven O'Neal2016-07-171-1/+2
* bug 59264,59833,59837: upgrade deprecated methods in examples and testcasesJaven O'Neal2016-07-1714-241/+287
* close workbook to avoid resource leakJaven O'Neal2016-07-171-2/+4
* bug 59170: remove deprecated constants, make private variables final, whitespaceJaven O'Neal2016-07-171-16/+9
* HexDump.writeHex is similar to Long#toHexString. Consider consolidating.Javen O'Neal2016-07-171-0/+4
* log on unsupported Sprm operation, save operand to variable to reduce duplica...Javen O'Neal2016-07-171-48/+56
* whitespace (tabs to spaces)Javen O'Neal2016-07-171-18/+18
* HWPF SectionProperties implements CloneableJaven O'Neal2016-07-171-1/+2