Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
yegor 61931b2894 Bug 62980: Make D* functions ignore case in headings 5 роки тому
..
atp [bug-62738] make int cast a long cast in randbetween 5 роки тому
constant Fix some findbugs-issues and apply some code-cleanup and apply some smaller pull requests. 6 роки тому
eval purged calls to cell.setCellType(CellType.BLANK) from the project, replaced with setBlank() 5 роки тому
function Bug 60405: Add initial support for cetab functions so some macros can be 5 роки тому
functions Bug 62980: Make D* functions ignore case in headings 5 роки тому
ptg Bug 60405: Add initial support for cetab functions so some macros can be 5 роки тому
udf #61947 - Remove deprecated classes (POI 4.0.0) 6 роки тому
BaseFormulaEvaluator.java #62834 FormulaEvaluator.evaluateInCell() throws Exception 5 роки тому
CacheAreaEval.java Code-style: Unify how arrays are specified from C-style to normal Java-style 5 роки тому
CellCacheEntry.java javadoc: replace invalid self enclosing elements 6 роки тому
CellEvaluationFrame.java Bug #61841 - Unnecessary long computation when evaluating VLOOKUP on all column reference 6 роки тому
CollaboratingWorkbooksEnvironment.java Remove unnecessary type arguments (Java 8) 6 роки тому
ConditionalFormattingEvaluator.java add some javadoc to warn that stale cached formula cell values may result in incorrect evaluations, and what to do about it (evaluate formula cells before asking the rule if it applies). 6 роки тому
DataValidationEvaluator.java Remove "filling" in IntList as this has no effect whatsoever as far as I could see 6 роки тому
EvaluationCache.java update getCellType to return CellType enum instead of int 6 роки тому
EvaluationCell.java update getCellType to return CellType enum instead of int 6 роки тому
EvaluationConditionalFormatRule.java lgtm issues 5 роки тому
EvaluationName.java javadoc: replace invalid self enclosing elements 6 роки тому
EvaluationSheet.java #61841 6 роки тому
EvaluationTracker.java Bug #61841 - Unnecessary long computation when evaluating VLOOKUP on all column reference 6 роки тому
EvaluationWorkbook.java javadoc: replace invalid self enclosing elements 6 роки тому
ExternSheetReferenceToken.java javadoc: replace invalid self enclosing elements 6 роки тому
Formula.java Remove commented out System.out calls / Move DummyGraphics2d to testcase area, as it's not used by production code 5 роки тому
FormulaCellCache.java Remove unnecessary type arguments (Java 8) 6 роки тому
FormulaCellCacheEntry.java Remove unnecessary type arguments (Java 8) 6 роки тому
FormulaCellCacheEntrySet.java Fix bug #51273 - Hash codes can be negative when working on our own low memory hash for formula cell evaluation 13 роки тому
FormulaParseException.java Patch 48284 - raise visibility of FormulaParseException 14 роки тому
FormulaParser.java Fix some Findbugs and IDE issues, refactor some duplicated code, 5 роки тому
FormulaParsingWorkbook.java javadoc: replace invalid self enclosing elements 6 роки тому
FormulaRenderer.java Remove unnecessary type arguments (Java 8) 6 роки тому
FormulaRenderingWorkbook.java javadoc: replace invalid self enclosing elements 6 роки тому
FormulaShifter.java [github-81] Formula adjusting in context of column shifting. Thanks to Dragan Jovanović. This closes #81 6 роки тому
FormulaType.java Fix data validation value list evaluation 6 роки тому
FormulaUsedBlankCellSet.java #61841 fix typo in method name 6 роки тому
IEvaluationListener.java javadoc: replace invalid self enclosing elements 6 роки тому
IStabilityClassifier.java update getCellType to return CellType enum instead of int 6 роки тому
LazyAreaEval.java Fix some IntelliJ and Findbugs warnings: StringBuilder, foreach, append(), ... 7 роки тому
LazyRefEval.java Bug 59736: Incorrect evaluation of SUBTOTAL with composite interval 7 роки тому
NameIdentifier.java The way that HSSF and XSSF stores references to external sheets are rather different, so begin to reflect that in how we parse their formulas into Ptgs 10 роки тому
OperandClassTransformer.java javadoc: replace invalid self enclosing elements 6 роки тому
OperationEvaluationContext.java Code-style: Unify how arrays are specified from C-style to normal Java-style 5 роки тому
OperationEvaluatorFactory.java Bug 62904: Support array arguments in IF and logical IS*** functions 5 роки тому
ParseNode.java Sonar fixes - array is stored directly 8 роки тому
PlainCellCache.java Remove unnecessary type arguments (Java 8) 6 роки тому
PlainValueCellCacheEntry.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 13 роки тому
SharedFormula.java Convert all *.java files to use native end of line character(s) 7 роки тому
SheetIdentifier.java More progress towards #55906 - FormulaParser is able to identify and parse multi-sheet references, but not yet fully round-trip them. (No evaluation support yet either) 9 роки тому
SheetNameFormatter.java Bug 60460: Handle null workbook or sheet names and emit #REF as Excel does 5 роки тому
SheetRange.java Update the RefEval method signature to cope with multi-sheet references, and have appropriate functions take advantage of this. For bug #55906 9 роки тому
SheetRangeAndWorkbookIndexFormatter.java Bug 60460: Handle null workbook or sheet names and emit #REF as Excel does 5 роки тому
SheetRangeEvaluator.java sonar fixes 8 роки тому
SheetRangeIdentifier.java More progress towards #55906 - FormulaParser is able to identify and parse multi-sheet references, but not yet fully round-trip them. (No evaluation support yet either) 9 роки тому
SheetRefEvaluator.java use non-deprecated versions of getCellType 6 роки тому
ThreeDEval.java Begin required interface + base-class support for multi-sheet area references for #55906 9 роки тому
TwoDEval.java Begin required interface + base-class support for multi-sheet area references for #55906 9 роки тому
UserDefinedFunction.java Update the formula evaluator to support XSSF style external named ranges too 10 роки тому
WorkbookDependentFormula.java javadoc: replace invalid self enclosing elements 6 роки тому
WorkbookEvaluator.java follow-up to Bug 62904. More tests and improved evaluation of IF in array mode 5 роки тому
WorkbookEvaluatorProvider.java Generalise the CollaboratingWorkbooksEnvironment setup, so that XSSF can use it too 10 роки тому
package.html Changed CRLF to LF in remaining trunk/src files 15 роки тому