package
Version:
v0.3.0
Opens a new window with list of versions in this module.
Published: Jan 13, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package sheets is a package that defines a generic interface
for working with data like google spreadsheets.
Row is a simple row interface.
type Sheet interface {
Rows() []Row
Value(row, clm int) string
}
Sheet is a simple sheet interface.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.