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

Creates a new instance.

Gets VbaProject

Parses Workbook stream, no need for the relationships variable

Read worksheet data in corresponding worksheet path

Read worksheet formula in corresponding worksheet path

Get all sheet names of this workbook Read more

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