pub fn open_workbook_auto_from_rs<RS>(data: RS) -> Result<Sheets<RS>, Error>
where RS: Read + Seek + Clone,
Expand description

Opens a workbook from the given bytes.

Whenever possible use the statically known open_workbook_from_rs function instead