Documentation
¶
Overview ¶
Read Open Document Format spreadsheets
Index ¶
Constants ¶
View Source
const (
MIMETYPE = "application/vnd.oasis.opendocument.spreadsheet"
)
Variables ¶
This section is empty.
Functions ¶
func NewReader ¶
NewReader takes an exsisting reader and reads the spreadsheet out of it. It's important to note that this will exhaust the underlying Reader and is NOT streaming. This happens because ODF/ODS files are ZIP files and they require random read access.
func OpenReader ¶
func OpenReader(path string) (io.ReadCloser, error)
Opens a reader for the content part of ODF. Takes a string path to specified file. Some simple sanity checks are made to make sure the file is a ODS spreadsheet.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.