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

Creates a new instance.

Gets VbaProject

Initialize

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

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