excel

package
v0.5.2 Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Application

type Application struct {
	*ole.IDispatch
}

func New

func New(visible bool) (*Application, error)

func (*Application) Close

func (this *Application) Close()

func (*Application) NewBook

func (excel *Application) NewBook() (*Book, error)

func (*Application) Open

func (excel *Application) Open(fname string) (*Book, error)

type Book

type Book struct {
	*ole.IDispatch
}

func (*Book) Add

func (b *Book) Add() (*Sheet, error)

func (*Book) Item

func (b *Book) Item(name interface{}) (*Sheet, error)

func (*Book) Sheets

func (b *Book) Sheets() (*Sheets, error)

type Sheet

type Sheet struct {
	*ole.IDispatch
}

func (*Sheet) SetName

func (s *Sheet) SetName(name string) error

type Sheets

type Sheets struct {
	*ole.IDispatch
}

func (*Sheets) Count

func (st *Sheets) Count() (int, error)

Jump to

Keyboard shortcuts

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