Properties
INCORRECT_A1_NOTATION
INCORRECT_A1_NOTATION: string = "Please provide correct A1 notation."
INCORRECT_COORDINATES_OR_DIMENSIONS
INCORRECT_COORDINATES_OR_DIMENSIONS: string = "The coordinates or dimensions of the range are invalid."
INCORRECT_GET_RANGE_USAGE
INCORRECT_GET_RANGE_USAGE: string = "Please use getRanges() method instead."
INCORRECT_MERGE
INCORRECT_MERGE: string = "You must select all cells in a merged range to merge or unmerge them."
INCORRECT_MERGE_HORIZONTAL
INCORRECT_MERGE_HORIZONTAL: string = "You can't merge horizontally across an existing vertically merged section."
INCORRECT_MERGE_SINGLE_CELL
INCORRECT_MERGE_SINGLE_CELL: string = "Can not merge single cell."
INCORRECT_MERGE_VERTICALLY
INCORRECT_MERGE_VERTICALLY: string = "You can't merge vertically across an existing horizontally merged section."
INCORRECT_MOVE_TO
INCORRECT_MOVE_TO: string = `You can't perform a cut/paste from a range that partially intersects a merge. Consider unmerging or selecting a larger range that includes the entire merge.`
INCORRECT_RANGE_CELL
INCORRECT_RANGE_CELL: string = "Cell reference out of range"
INCORRECT_RANGE_SIGNATURE
INCORRECT_RANGE_SIGNATURE: string = "Please provide row, column at least."
NOT_IMPLEMENTED_YET
NOT_IMPLEMENTED_YET: string = "Not implemented yet"