aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/hssf
Commit message (Expand)AuthorAgeFilesLines
* Provide a createOrUpdateDocument method at the POIFS level, and use to simpli...Nick Burch2016-07-211-1/+1
* If doing an in-place write, update the properties tooNick Burch2016-07-201-0/+3
* #57919 Add in-place and new-File write methods to POIDocumentNick Burch2016-07-201-2/+2
* Prepare for pushing write() and write(File) to POIDocumentNick Burch2016-07-201-19/+9
* #57919 Start on support for writing to a new File (faster than OutputStream)Nick Burch2016-07-201-30/+61
* 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
* Fix one more place where stream were left open when an exception is thrownDominik Stadler2016-07-171-18/+20
* bug 57919: add performance note to javadocs about using BufferedOutputStreams...Javen O'Neal2016-07-171-0/+5
* #57919 Provide an initial in-place write method for HSSFWorkbookNick Burch2016-07-171-1/+36
* bug 59873: javadoc fixJaven O'Neal2016-07-171-2/+4
* 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-172-40/+56
* add @Override annotations to CreationHelper classesJaven O'Neal2016-07-171-7/+16
* bug 59872: add @since annotation to Sheet#getHyperlink(CellAddress)Javen O'Neal2016-07-171-0/+1
* bug 59872: add Sheet.getHyperlink(CellAddress)Javen O'Neal2016-07-171-0/+11
* Apply patch to fix bug 59740: Sheet.shiftRows incorrectly shifts merged regio...Dominik Stadler2016-07-161-1/+2
* JDK8 javadocsJaven O'Neal2016-07-151-2/+1
* bug 59837: update CellUtil to handle VerticalAlignment and HorizontalAlignmen...Javen O'Neal2016-07-101-2/+18
* bug 59837: replace CellStyle.ALIGN_ and CellStyle.VERTICAL_ constants with Ho...Javen O'Neal2016-07-101-0/+45
* javadoc fixesJaven O'Neal2016-07-102-2/+2
* javadocs fixes (jdk8)Andreas Beeker2016-07-0925-171/+411
* bug 59833: add getFillPatternEnum and setFillPattern(FillPatternType) to Cell...Javen O'Neal2016-07-081-3/+28
* add @Internal annotations to implementations of Internal EvaluationWorkbook a...Javen O'Neal2016-07-072-1/+11
* whitespace (tabs to spaces)Javen O'Neal2016-07-071-26/+26
* add @Override annotations to spreadsheet formula Evaluation classesJaven O'Neal2016-07-072-1/+32
* bug 59814: clear evaluation workbook and evaluation sheet caches. Patch from ...Javen O'Neal2016-07-072-0/+8
* +svn:eol-style=nativeJaven O'Neal2016-07-051-6/+6
* bug 59804: indicate when features were @Internal-izedJaven O'Neal2016-07-053-11/+12
* javadocs fixes (jdk8)Andreas Beeker2016-07-056-101/+119
* javadocs fixes (jdk8)Andreas Beeker2016-07-0414-37/+183
* bug 59791: add @since to Cell, EvaluationCell, and FormulaEvaluator CellType ...Javen O'Neal2016-07-043-29/+41
* bug 59791: FormulaEvaluator#evaluateFormulaCell(Cell) should return an intege...Javen O'Neal2016-07-041-10/+33
* bug 59791: getCellType and getCachedFormulaResultType should return an intege...Javen O'Neal2016-07-046-19/+77
* reorganize imports (remove unused imports, sort alphabetically)Javen O'Neal2016-07-044-5/+0
* bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.*Javen O'Neal2016-07-044-6/+7
* bug 59791: convert Cell Type to an enumJaven O'Neal2016-07-048-197/+224
* bug 59790: convert FormulaType class to enumJaven O'Neal2016-07-042-4/+45
* javadocs fixJaven O'Neal2016-07-041-0/+1
* bug 59789: move HSSFComment shifting due to rowShift outside of for-loop for ...Javen O'Neal2016-07-041-28/+36
* bug 59773: replace for loops with for-each loops; javadocs fixes for JDK8Javen O'Neal2016-07-041-0/+2
* javadocs fixes (jdk8)Andreas Beeker2016-07-033-17/+107
* deprecated DrawingManagerAndreas Beeker2016-07-031-0/+3
* #59170 - Remove deprecated classes (POI 3.15) - o.a.p.hssf.model.*Shape class...Andreas Beeker2016-07-0310-1146/+8
* javadocs fixes (jdk8)Andreas Beeker2016-07-0316-101/+167
* bug 59773: move loop invariants outside of loop or change for loops to for-ea...Javen O'Neal2016-07-022-3/+7
* bug 59781: promote to Common SS: move PaneInformation from o.a.p.hssf.util to...Javen O'Neal2016-07-023-82/+7
* deprecate o.a.p.hssf.util.AreaReference as it shadows o.a.p.ss.util.AreaRefer...Javen O'Neal2016-07-021-1/+4
* a few performance fixes to speed-up the testsAndreas Beeker2016-06-303-27/+57