package
Version:
v0.2.2
Opens a new window with list of versions in this module.
Published: May 6, 2021
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 2
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.