Versions in this module Expand all Collapse all v0 v0.1.2 Apr 27, 2026 v0.1.1 Apr 27, 2026 v0.1.0 Apr 27, 2026 Changes in this version + type Options struct + Sheet string + type Table struct + Headers []string + Rows [][]string + func ReadFile(path string, opts Options) (*Table, error) + func ReadStream(r io.Reader) (*Table, error)