Struct calamine::Xls [] [src]

pub struct Xls<RS> { /* fields omitted */ }

A struct representing an old xls format file (CFB)

Trait Implementations

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

Error specific to file type

Inner reader type

[src]

Creates a new instance.

[src]

Gets VbaProject

[src]

Parses Workbook stream, no need for the relationships variable

[src]

Read worksheet data in corresponding worksheet path

[src]

Read worksheet formula in corresponding worksheet path

[src]

Get all sheet names of this workbook Read more

[src]

Get all defined names (Ranges names etc)

Auto Trait Implementations

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

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