Skip to contents

Different sheets contain different columns which require having the user to specify meta information or other details (no empty cells allowed). This function returns the names of these columns (as in the XLSX file) used for validation. If no definition is available, NULL is returned.

Usage

get_required_columns(sheet)

Arguments

sheet

character, name of the XLSX sheet.

Value

Returns NULL if there is no definition/no required columns, or a character vector with the exact column name as used in XLSX.

Author

Reto Stauffer