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

Creates a new instance.

Gets VbaProject

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

Read worksheet data in corresponding worksheet path

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

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