Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
yegor 61931b2894 Bug 62980: Make D* functions ignore case in headings il y a 5 ans
..
atp [bug-62738] make int cast a long cast in randbetween il y a 5 ans
constant Fix some findbugs-issues and apply some code-cleanup and apply some smaller pull requests. il y a 6 ans
eval purged calls to cell.setCellType(CellType.BLANK) from the project, replaced with setBlank() il y a 5 ans
function Bug 60405: Add initial support for cetab functions so some macros can be il y a 5 ans
functions Bug 62980: Make D* functions ignore case in headings il y a 5 ans
ptg Bug 60405: Add initial support for cetab functions so some macros can be il y a 5 ans
udf #61947 - Remove deprecated classes (POI 4.0.0) il y a 6 ans
BaseFormulaEvaluator.java #62834 FormulaEvaluator.evaluateInCell() throws Exception il y a 5 ans
CacheAreaEval.java Code-style: Unify how arrays are specified from C-style to normal Java-style il y a 5 ans
CellCacheEntry.java javadoc: replace invalid self enclosing elements il y a 6 ans
CellEvaluationFrame.java Bug #61841 - Unnecessary long computation when evaluating VLOOKUP on all column reference il y a 6 ans
CollaboratingWorkbooksEnvironment.java Remove unnecessary type arguments (Java 8) il y a 6 ans
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). il y a 6 ans
DataValidationEvaluator.java Remove "filling" in IntList as this has no effect whatsoever as far as I could see il y a 6 ans
EvaluationCache.java update getCellType to return CellType enum instead of int il y a 6 ans
EvaluationCell.java update getCellType to return CellType enum instead of int il y a 6 ans
EvaluationConditionalFormatRule.java lgtm issues il y a 5 ans
EvaluationName.java javadoc: replace invalid self enclosing elements il y a 6 ans
EvaluationSheet.java #61841 il y a 6 ans
EvaluationTracker.java Bug #61841 - Unnecessary long computation when evaluating VLOOKUP on all column reference il y a 6 ans
EvaluationWorkbook.java javadoc: replace invalid self enclosing elements il y a 6 ans
ExternSheetReferenceToken.java javadoc: replace invalid self enclosing elements il y a 6 ans
Formula.java Remove commented out System.out calls / Move DummyGraphics2d to testcase area, as it's not used by production code il y a 5 ans
FormulaCellCache.java Remove unnecessary type arguments (Java 8) il y a 6 ans
FormulaCellCacheEntry.java Remove unnecessary type arguments (Java 8) il y a 6 ans
FormulaCellCacheEntrySet.java Fix bug #51273 - Hash codes can be negative when working on our own low memory hash for formula cell evaluation il y a 13 ans
FormulaParseException.java Patch 48284 - raise visibility of FormulaParseException il y a 14 ans
FormulaParser.java Fix some Findbugs and IDE issues, refactor some duplicated code, il y a 5 ans
FormulaParsingWorkbook.java javadoc: replace invalid self enclosing elements il y a 6 ans
FormulaRenderer.java Remove unnecessary type arguments (Java 8) il y a 6 ans
FormulaRenderingWorkbook.java javadoc: replace invalid self enclosing elements il y a 6 ans
FormulaShifter.java [github-81] Formula adjusting in context of column shifting. Thanks to Dragan Jovanović. This closes #81 il y a 6 ans
FormulaType.java Fix data validation value list evaluation il y a 6 ans
FormulaUsedBlankCellSet.java #61841 fix typo in method name il y a 6 ans
IEvaluationListener.java javadoc: replace invalid self enclosing elements il y a 6 ans
IStabilityClassifier.java update getCellType to return CellType enum instead of int il y a 6 ans
LazyAreaEval.java Fix some IntelliJ and Findbugs warnings: StringBuilder, foreach, append(), ... il y a 8 ans
LazyRefEval.java Bug 59736: Incorrect evaluation of SUBTOTAL with composite interval il y a 7 ans
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 il y a 10 ans
OperandClassTransformer.java javadoc: replace invalid self enclosing elements il y a 6 ans
OperationEvaluationContext.java Code-style: Unify how arrays are specified from C-style to normal Java-style il y a 5 ans
OperationEvaluatorFactory.java Bug 62904: Support array arguments in IF and logical IS*** functions il y a 5 ans
ParseNode.java Sonar fixes - array is stored directly il y a 8 ans
PlainCellCache.java Remove unnecessary type arguments (Java 8) il y a 6 ans
PlainValueCellCacheEntry.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings il y a 13 ans
SharedFormula.java Convert all *.java files to use native end of line character(s) il y a 7 ans
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) il y a 10 ans
SheetNameFormatter.java Bug 60460: Handle null workbook or sheet names and emit #REF as Excel does il y a 5 ans
SheetRange.java Update the RefEval method signature to cope with multi-sheet references, and have appropriate functions take advantage of this. For bug #55906 il y a 10 ans
SheetRangeAndWorkbookIndexFormatter.java Bug 60460: Handle null workbook or sheet names and emit #REF as Excel does il y a 5 ans
SheetRangeEvaluator.java sonar fixes il y a 8 ans
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) il y a 10 ans
SheetRefEvaluator.java use non-deprecated versions of getCellType il y a 6 ans
ThreeDEval.java Begin required interface + base-class support for multi-sheet area references for #55906 il y a 10 ans
TwoDEval.java Begin required interface + base-class support for multi-sheet area references for #55906 il y a 10 ans
UserDefinedFunction.java Update the formula evaluator to support XSSF style external named ranges too il y a 10 ans
WorkbookDependentFormula.java javadoc: replace invalid self enclosing elements il y a 6 ans
WorkbookEvaluator.java follow-up to Bug 62904. More tests and improved evaluation of IF in array mode il y a 5 ans
WorkbookEvaluatorProvider.java Generalise the CollaboratingWorkbooksEnvironment setup, so that XSSF can use it too il y a 10 ans
package.html Changed CRLF to LF in remaining trunk/src files il y a 15 ans