Versions in this module Expand all Collapse all v0 v0.1.0 Feb 21, 2024 Changes in this version + func SerialToTime(serial float64, loc *time.Location) time.Time + func SheetToMap(sheet [][]interface{}) []map[string]interface + type SerialTime struct + func (s *SerialTime) UnmarshalJSON(b []byte) error + func (s SerialTime) Time(loc *time.Location) time.Time + type SheetService struct + func NewSheetService() *SheetService + func (ss *SheetService) BatchGet(key string, sheetRanges []string) [][][]interface{} + func (ss *SheetService) Get(key string, sheetRange string) [][]interface{} + func (ss *SheetService) SheetRange(sheet, getRange string) string