Exoffice v0.3.2 Exoffice.Parser behaviour
Module which provides common interface for parsing office files.
Link to this section Summary
Callbacks
Close opened pid (file or worksheet)
Count rows by pid
Returns a list of supported extensions by parser
Returns a stream with rows
Function to parse file by path. May return tuple with result or list of tuples if excel file has multiple worksheets
Function to parse file by path and given sheet index Returns result with pid or error with reason
Link to this section Callbacks
Close opened pid (file or worksheet)
Count rows by pid
Returns a list of supported extensions by parser
Returns a stream with rows
Link to this callback
parse(arg0, atom)
Function to parse file by path. May return tuple with result or list of tuples if excel file has multiple worksheets
Link to this callback
parse_sheet(arg0, atom, atom)
Function to parse file by path and given sheet index Returns result with pid or error with reason