This function creates a table from excel sheets. This is mainly used internally for building spec readers, but is exported so others who need to build spec readers can use it.
create_tbl(doc, cols)
list of sheets from a excel doc
vector of regex to get a datasets base on which columns it has. If the vector is named it will also rename the columns
dataset (or list of datasets if not specific enough)