/** The default start row in the sheet */ export const START_ROW = 0 /** The default start column in the sheet */ export const START_COLUMN = 0 /** When seraching for the end row identifier, this number of empty lines are excepted */ export const MAX_EMPTY_LINES = 100 /** The identifier to mark the last row or column. */ export const KEY_TABLE_END = ''