Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SheetToMap ¶
func SheetToMap(sheet [][]interface{}) []map[string]interface{}
Types ¶
type SerialTime ¶
type SerialTime struct {
// contains filtered or unexported fields
}
func (*SerialTime) UnmarshalJSON ¶
func (s *SerialTime) UnmarshalJSON(b []byte) error
type SheetService ¶
type SheetService struct {
*sheets.Service
}
func NewSheetService ¶
func NewSheetService() *SheetService
func (*SheetService) BatchGet ¶
func (ss *SheetService) BatchGet(key string, sheetRanges []string) [][][]interface{}
func (*SheetService) Get ¶
func (ss *SheetService) Get(key string, sheetRange string) [][]interface{}
func (*SheetService) SheetRange ¶
func (ss *SheetService) SheetRange(sheet, getRange string) string
Click to show internal directories.
Click to hide internal directories.