選択できるのは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(), ... 8年前
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) 10年前
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 10年前
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) 10年前
SheetRefEvaluator.java use non-deprecated versions of getCellType 6年前
ThreeDEval.java Begin required interface + base-class support for multi-sheet area references for #55906 10年前
TwoDEval.java Begin required interface + base-class support for multi-sheet area references for #55906 10年前
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年前