Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SheetPosition ¶
type SheetPosition struct { RowOffset int64 `json:"row_offset"` SpreadsheetID string `json:"spreadsheet_id"` SheetID int64 `json:"sheet_id"` }
func ParseRecordPosition ¶
func ParseRecordPosition(p sdk.Position) (SheetPosition, error)
ParseRecordPosition is used to parse the sdk.Position to SheetPosition type
func (SheetPosition) RecordPosition ¶
func (s SheetPosition) RecordPosition() sdk.Position
RecordPosition converts the SheetPosition to sdk.Position to be returned in sdk.Record
Click to show internal directories.
Click to hide internal directories.