Struct calamine::Xlsb[][src]

pub struct Xlsb<RS> where
    RS: Read + Seek
{ /* fields omitted */ }

A Xlsb reader

Trait Implementations

impl<RS: Read + Seek> Reader for Xlsb<RS>
[src]

Inner reader type

Error specific to file type

Creates a new instance.

Gets VbaProject

Initialize

MS-XLSB 2.1.7.62

MS-XLSB 2.1.7.62

Get all sheet names of this workbook Read more

Get all defined names (Ranges names etc)

Auto Trait Implementations

impl<RS> Send for Xlsb<RS> where
    RS: Send

impl<RS> Sync for Xlsb<RS> where
    RS: Sync