| |
|
| org.apache.poi.hssf.model.TestFormulaParser
TestFormulaParser | public class TestFormulaParser extends TestCase (Code) | | Test the low level formula parser functionality. High level tests are to
be done via usermodel/HSSFCell.setFormulaValue() .
|
TestFormulaParser | public TestFormulaParser(String name)(Code) | | |
setUp | public void setUp()(Code) | | |
tearDown | public void tearDown()(Code) | | |
testConcatenate | public void testConcatenate()(Code) | | |
testEmbeddedIf | public void testEmbeddedIf()(Code) | | |
testEmbeddedSlash | public void testEmbeddedSlash()(Code) | | |
testExponentialInSheet | public void testExponentialInSheet() throws Exception(Code) | | |
testExponentialParsing | public void testExponentialParsing()(Code) | | |
testFormulaWithSpace1 | public void testFormulaWithSpace1()(Code) | | |
testFormulaWithSpace2 | public void testFormulaWithSpace2()(Code) | | |
testFormulaWithSpaceNRef | public void testFormulaWithSpaceNRef()(Code) | | |
testFormulaWithString | public void testFormulaWithString()(Code) | | |
testIfSingleCondition | public void testIfSingleCondition()(Code) | | |
testLargeInt | public void testLargeInt()(Code) | | bug 33160
|
testLeadingSpaceInString | public void testLeadingSpaceInString()(Code) | | |
testLookupAndMatchFunctionArgs | public void testLookupAndMatchFunctionArgs()(Code) | | |
testMacroFunction | public void testMacroFunction()(Code) | | |
testNestedFunctionIf | public void testNestedFunctionIf()(Code) | | Make sure the ptgs are generated properly with two functions embedded
|
testNonAlphaFormula | public void testNonAlphaFormula()(Code) | | Bug Reported by xt-jens.riis@nokia.com (Jens Riis)
Refers to Bug #17582
|
testNumbers | public void testNumbers()(Code) | | |
testParenIf | public void testParenIf()(Code) | | |
testRanges | public void testRanges()(Code) | | |
testSimpleFormula | public void testSimpleFormula()(Code) | | |
testSimpleLogical | public void testSimpleLogical()(Code) | | |
testSimpleLongFormula | public void testSimpleLongFormula()(Code) | | bug 33160, testcase by Amol Deshmukh
|
testSumIf | public void testSumIf()(Code) | | |
testUnaryMinus | public void testUnaryMinus()(Code) | | |
testUnaryPlus | public void testUnaryPlus()(Code) | | |
testUnderscore | public void testUnderscore()(Code) | | bug 35027, underscore in sheet name
|
testWorksheetReferences | public void testWorksheetReferences()(Code) | | |
|
|
|