Struct calamine::Ods [] [src]

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

An OpenDocument Spreadsheet document parser

Reference

OASIS Open Document Format for Office Application 1.2 (ODF 1.2) http://docs.oasis-open.org/office/v1.2/OpenDocument-v1.2.pdf

Trait Implementations

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

Inner reader type

Error specific to file type

[src]

Creates a new instance.

[src]

Gets VbaProject

[src]

Read sheets from workbook.xml and get their corresponding path from relationships

[src]

Read worksheet data in corresponding worksheet path

[src]

Read worksheet data 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 Ods<RS> where
    RS: Send

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