Function read_xlsx

Source
pub fn read_xlsx(file_name: &String, verbose: bool) -> Vec<Process>
Expand description

Pull header and content data from a specifically-formatted Excel (.xlsx) file, and return a list of requested processes (one per spreadsheet data row).