
Read technology object(s) from an Excel workbook
Source: R/xlsx-technology.R
read_technology_xlsx.RdInverse of write_technology_xlsx(). Reads the block-structured worksheets
produced by that function and rebuilds technology objects, coercing each
mini-table's columns back to the types declared by the class.
Value
A technology object (single sheet), a named list of technology
objects, or a repository (when as_repository = TRUE).
See also
Other technology process:
newTechnology(),
write_technology_xlsx()