update

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package update contains definitions needed for updating references after removing rows/columns.

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 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.

Jump to

Keyboard shortcuts

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