.. |
atp
|
Bugzill 52378: Support for Excel's Analysis Tool Pack functions workday and networkdays
|
2011-12-21 11:40:48 +00:00 |
constant
|
moved ptg classes to org.apache.poi.ss.formula.ptg
|
2010-11-24 16:50:47 +00:00 |
eval
|
Add implementation of RATE from patch in bug #52050
|
2011-10-19 11:32:44 +00:00 |
function
|
revert visibility raised for testing
|
2010-11-29 06:22:59 +00:00 |
functions
|
Inspired by bug #52349 - Merge the logic between the TEXT function and DataFormatter
|
2011-12-20 07:20:44 +00:00 |
ptg
|
moved ptg classes to org.apache.poi.ss.formula.ptg
|
2010-11-24 16:50:47 +00:00 |
udf
|
improved work with UDFs and Analysis Toolpack functions, ATP functions are enabled by default and user can create / evaluate them just like built-in functions, both HSSF andf XSSF are supported
|
2010-11-28 12:03:52 +00:00 |
CellCacheEntry.java
|
moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings
|
2010-11-21 12:09:29 +00:00 |
CellEvaluationFrame.java
|
moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings
|
2010-11-21 12:09:29 +00:00 |
CollaboratingWorkbooksEnvironment.java
|
Bugzilla 47721 - Added implementation for INDIRECT()
|
2009-08-21 23:37:17 +00:00 |
EvaluationCache.java
|
moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings
|
2010-11-21 12:09:29 +00:00 |
EvaluationCell.java
|
moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings
|
2010-11-21 12:09:29 +00:00 |
EvaluationName.java
|
moved ptg classes to org.apache.poi.ss.formula.ptg
|
2010-11-24 16:50:47 +00:00 |
EvaluationSheet.java
|
Merged revisions 703063 via svnmerge from
|
2008-10-09 07:20:46 +00:00 |
EvaluationTracker.java
|
moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings
|
2010-11-21 12:09:29 +00:00 |
EvaluationWorkbook.java
|
improved work with UDFs and Analysis Toolpack functions, ATP functions are enabled by default and user can create / evaluate them just like built-in functions, both HSSF andf XSSF are supported
|
2010-11-28 12:03:52 +00:00 |
ExternSheetReferenceToken.java
|
moved ptg classes to org.apache.poi.ss.formula.ptg
|
2010-11-24 16:50:47 +00:00 |
Formula.java
|
moved ptg classes to org.apache.poi.ss.formula.ptg
|
2010-11-24 16:50:47 +00:00 |
FormulaCellCache.java
|
more generics compiler warnings fixes for poi.ss.formula
|
2008-12-03 22:34:26 +00:00 |
FormulaCellCacheEntry.java
|
moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings
|
2010-11-21 12:09:29 +00:00 |
FormulaCellCacheEntrySet.java
|
Fix bug #51273 - Hash codes can be negative when working on our own low memory hash for formula cell evaluation
|
2011-05-27 11:45:50 +00:00 |
FormulaParseException.java
|
Patch 48284 - raise visibility of FormulaParseException
|
2009-11-27 21:01:59 +00:00 |
FormulaParser.java
|
Patch from Marcel May from bug #51875 - More XSSF formula new-line support
|
2011-12-05 00:52:39 +00:00 |
FormulaParsingWorkbook.java
|
moved ptg classes to org.apache.poi.ss.formula.ptg
|
2010-11-24 16:50:47 +00:00 |
FormulaRenderer.java
|
moved ptg classes to org.apache.poi.ss.formula.ptg
|
2010-11-24 16:50:47 +00:00 |
FormulaRenderingWorkbook.java
|
moved ptg classes to org.apache.poi.ss.formula.ptg
|
2010-11-24 16:50:47 +00:00 |
FormulaShifter.java
|
bug 48294 - Fixed HSSFWorkbook.setSheetOrder() to respect inter-sheet references
|
2011-07-02 13:25:25 +00:00 |
FormulaType.java
|
Changed CRLF to LF in .java base src files. Minor reformatting fixes.
|
2009-05-19 16:29:51 +00:00 |
FormulaUsedBlankCellSet.java
|
moved ptg classes to org.apache.poi.ss.formula.ptg
|
2010-11-24 16:50:47 +00:00 |
IEvaluationListener.java
|
moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings
|
2010-11-21 12:09:29 +00:00 |
IStabilityClassifier.java
|
moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings
|
2010-11-21 12:09:29 +00:00 |
LazyAreaEval.java
|
Bug 50209 - Fixed evaluation of Subtotals to ignore nested subtotals
|
2011-07-25 12:55:32 +00:00 |
LazyRefEval.java
|
moved ptg classes to org.apache.poi.ss.formula.ptg
|
2010-11-24 16:50:47 +00:00 |
OperandClassTransformer.java
|
moved ptg classes to org.apache.poi.ss.formula.ptg
|
2010-11-24 16:50:47 +00:00 |
OperationEvaluationContext.java
|
moved ptg classes to org.apache.poi.ss.formula.ptg
|
2010-11-24 16:50:47 +00:00 |
OperationEvaluatorFactory.java
|
moved ptg classes to org.apache.poi.ss.formula.ptg
|
2010-11-24 16:50:47 +00:00 |
package.html
|
Changed CRLF to LF in remaining trunk/src files
|
2009-06-01 23:21:13 +00:00 |
ParseNode.java
|
moved ptg classes to org.apache.poi.ss.formula.ptg
|
2010-11-24 16:50:47 +00:00 |
PlainCellCache.java
|
Bug 51448 - Avoid exception when evaluating workbooks with more than 256 sheets
|
2011-07-02 09:05:35 +00:00 |
PlainValueCellCacheEntry.java
|
moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings
|
2010-11-21 12:09:29 +00:00 |
SharedFormula.java
|
moved ptg classes to org.apache.poi.ss.formula.ptg
|
2010-11-24 16:50:47 +00:00 |
SheetNameFormatter.java
|
moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings
|
2010-11-21 12:09:29 +00:00 |
SheetRefEvaluator.java
|
Bug 50209 - Fixed evaluation of Subtotals to ignore nested subtotals
|
2011-07-25 12:55:32 +00:00 |
TwoDEval.java
|
Bug 50209 - Fixed evaluation of Subtotals to ignore nested subtotals
|
2011-07-25 12:55:32 +00:00 |
UserDefinedFunction.java
|
moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings
|
2010-11-21 12:09:29 +00:00 |
WorkbookDependentFormula.java
|
moved ptg classes to org.apache.poi.ss.formula.ptg
|
2010-11-24 16:50:47 +00:00 |
WorkbookEvaluator.java
|
Bug 50209 - Fixed evaluation of Subtotals to ignore nested subtotals
|
2011-07-25 12:55:32 +00:00 |