Parser Constants
Constants
- START_ROW
The default start row in the sheet @enum {number}
- START_COLUMN
The default start column in the sheet @enum {number}
- MAX_EMPTY_LINES
When seraching for the end row identifier, this number of empty lines are excepted @enum {number}
- KEY_TABLE_END
The identifier to mark the last row or column. @enum {string}
START_ROW
The default start row in the sheet @enum {number}
START_COLUMN
The default start column in the sheet @enum {number}
MAX_EMPTY_LINES
When seraching for the end row identifier, this number of empty lines are excepted @enum {number}
KEY_TABLE_END
The identifier to mark the last row or column. @enum {string}
Kind: global constant