Struct calamine::Xlsx [] [src]

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

A struct representing xml zipped excel file Xlsx, Xlsm, Xlam

Trait Implementations

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

Inner reader type

Error specific to file type

[src]

Creates a new instance.

[src]

Gets VbaProject

[src]

Initialize

[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 Xlsx<RS> where
    RS: Send

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