sheet

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2021 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Export

type Export struct {
	File  mo_path.ExistingFileSystemPath
	Data  da_griddata.GridDataOutput
	Sheet string
}

func (*Export) Exec

func (z *Export) Exec(c app_control.Control) error

func (*Export) Preset

func (z *Export) Preset()

func (*Export) Test

func (z *Export) Test(c app_control.Control) error

type Import

type Import struct {
	File     mo_path.FileSystemPath
	Data     da_griddata.GridDataInput
	Sheet    string
	Position string
	Create   bool
	Created  app_msg.Message
}

func (*Import) Exec

func (z *Import) Exec(c app_control.Control) error

func (*Import) Preset

func (z *Import) Preset()

func (*Import) Test

func (z *Import) Test(c app_control.Control) error

type List

type List struct {
	File   mo_path.ExistingFileSystemPath
	Sheets rp_model.RowReport
}

func (*List) Exec

func (z *List) Exec(c app_control.Control) error

func (*List) Preset

func (z *List) Preset()

func (*List) Test

func (z *List) Test(c app_control.Control) error

type Sheet

type Sheet struct {
	Name   string `json:"name"`
	Rows   int    `json:"rows"`
	Cols   int    `json:"cols"`
	Hidden bool   `json:"hidden"`
}

Jump to

Keyboard shortcuts

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