gsheets

package
v0.0.51 Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2018 License: BSD-3-Clause Imports: 14 Imported by: 0

Documentation

Overview

gsheets.go is a part of the dataset package written to allow import/export of records to/from dataset collections.

Authors R. S. Doiel, <rsdoiel@library.caltech.edu> and Tom Morrel, <tmorrell@library.caltech.edu>

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ColNoToColLetters added in v0.0.47

func ColNoToColLetters(colNo int) string

ColNoToColLetters converts a zero based column index to a spreadsheet style letter sequence (e.g. 0 -> A, 26 -> AB, 52 -> BA, ..) If colNo is legative then an empty string is returned.

func ReadSheet

func ReadSheet(clientSecretJSON, spreadSheetId, sheetName, cellRange string) ([][]interface{}, error)

func WriteSheet added in v0.0.5

func WriteSheet(clientSecretJSON, spreadSheetId, sheetName, cellRange string, table [][]interface{}) error

Types

This section is empty.

Jump to

Keyboard shortcuts

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