Creates an empty question Excel file.
See also
Other support functions:
create_question_csv()
,
create_question_data_frame()
,
read_question_csv()
,
read_question_excel()
,
vector_to_string()
Examples
# \donttest{
file <- create_question_excel(file = tempfile(fileext = '.xlsx'))
# }