follow-on to r1294595
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1294653 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c20420591c
commit
49dd4c3e69
@ -68,11 +68,11 @@ public final class TestFormulaEvaluatorOnXSSF extends TestCase {
|
||||
/**
|
||||
* Row (zero-based) in the test spreadsheet where the function examples start.
|
||||
*/
|
||||
public static final int START_FUNCTIONS_ROW_INDEX = 87; // Row '88'
|
||||
public static final int START_FUNCTIONS_ROW_INDEX = 95; // Row '96'
|
||||
/**
|
||||
* Index of the column that contains the function names
|
||||
*/
|
||||
public static final short COLUMN_INDEX_FUNCTION_NAME = 1; // Column 'B'
|
||||
public static final int COLUMN_INDEX_FUNCTION_NAME = 1; // Column 'B'
|
||||
|
||||
/**
|
||||
* Used to indicate when there are no more functions left
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user