poi/src/ooxml/java/org/apache/poi/xssf/streaming
Javen O'Neal ed7258906f move HSSFFormulaEvaluator#evaluateInCell and BaseXSSFFormulaEvaluator#evaluateInCell(Cell) up to BaseFormulaEvaluator to reduce duplicated code
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760651 13f79535-47bb-0310-9956-ffa450edef68
2016-09-14 07:53:58 +00:00
..
AutoSizeColumnTracker.java bug 57450: javadoc fixes from Stefan Thurnherr 2015-12-06 21:43:26 +00:00
GZIPSheetDataWriter.java Patch from Raúl Wegmann from bug #56735 / GitHub Pull #10 - Rationalise POI temp file creation to the TempFile util class, and allow a system wide setting of where Temp files (eg for SXSSF) go, via TempFile / TempFileCreationStrategy 2014-07-24 18:58:27 +00:00
SXSSFCell.java bug 59791: add deprecation and removal annotations 2016-09-14 05:51:52 +00:00
SXSSFCreationHelper.java bug 59873: add @Removal annotations for deprecated CreationHelper#createHyperlink(int) and Hyperlink static aliases to HyperlinkType enum values 2016-09-14 03:17:51 +00:00
SXSSFEvaluationCell.java +svn:eol-style=native 2016-07-05 23:26:32 +00:00
SXSSFEvaluationSheet.java add @Internal annotations to implementations of Internal EvaluationWorkbook and EvaluationSheet interfaces; added @since annotations to clearAllCachedResultValues added in r1751836. 2016-07-07 23:20:34 +00:00
SXSSFEvaluationWorkbook.java add @Internal annotations to implementations of Internal EvaluationWorkbook and EvaluationSheet interfaces; added @since annotations to clearAllCachedResultValues added in r1751836. 2016-07-07 23:20:34 +00:00
SXSSFFormulaEvaluator.java move HSSFFormulaEvaluator#evaluateInCell and BaseXSSFFormulaEvaluator#evaluateInCell(Cell) up to BaseFormulaEvaluator to reduce duplicated code 2016-09-14 07:53:58 +00:00
SXSSFRow.java bug 59791: getCellType and getCachedFormulaResultType should return an integer for backwards compatibility 2016-07-04 11:54:20 +00:00
SXSSFSheet.java bug 59872: add @since annotation to Sheet#getHyperlink(CellAddress) 2016-07-17 05:47:03 +00:00
SXSSFWorkbook.java Introduce name-based methods for access to named ranges in a workbook, and deprecate the old index-based methods. 2016-07-29 13:24:00 +00:00
SheetDataWriter.java bug 59791: getCellType and getCachedFormulaResultType should return an integer for backwards compatibility 2016-07-04 11:54:20 +00:00