sheets

package
v0.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 6, 2021 License: MIT Imports: 0 Imported by: 2

Documentation

Overview

Package sheets is a package that defines a generic interface for working with data like google spreadsheets.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Row

type Row interface {
	Value(clm int) string
}

Row is a simple row interface.

type Sheet

type Sheet interface {
	Rows() []Row
	Value(row, clm int) string
}

Sheet is a simple sheet interface.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL