Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UpdateAction ¶
type UpdateAction byte
UpdateAction is the type for update types constants.
const ( // UpdateActionRemoveColumn means updating references after removing a column. UpdateActionRemoveColumn UpdateAction = iota )
type UpdateQuery ¶
type UpdateQuery struct { // UpdateType is one of the update types like UpdateActionRemoveColumn. UpdateType UpdateAction // ColumnIdx is the index of the column removed. ColumnIdx uint32 // SheetToUpdate contains the name of the sheet on which removing happened. SheetToUpdate string // UpdateCurrentSheet is true if references without sheet prefix should be updated as well. UpdateCurrentSheet bool }
UpdateQuery contains terms of how to update references after removing row/column.
Click to show internal directories.
Click to hide internal directories.