xlsx

package module
v0.0.0-...-4e48353 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2017 License: MIT Imports: 3 Imported by: 0

README

""

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Font

type Font ole.IDispatch

func (*Font) GetBold

func (this *Font) GetBold() bool

func (*Font) GetItalic

func (this *Font) GetItalic() bool

func (*Font) GetName

func (this *Font) GetName() string

func (*Font) GetSize

func (this *Font) GetSize() float64

func (*Font) SetBold

func (this *Font) SetBold(b bool)

func (*Font) SetItalic

func (this *Font) SetItalic(b bool)

func (*Font) SetName

func (this *Font) SetName(s string)

func (*Font) SetSize

func (this *Font) SetSize(n float64)

type Range

type Range ole.IDispatch

func (*Range) Font

func (this *Range) Font() (out *Font)

func (*Range) GetFormulaR1C1

func (this *Range) GetFormulaR1C1() string

func (*Range) PutRowHeight

func (this *Range) PutRowHeight(o interface{})

func (*Range) PutValue

func (this *Range) PutValue(o interface{})

func (*Range) PutValue2

func (this *Range) PutValue2(o interface{})

func (*Range) SetFormulaR1C1

func (this *Range) SetFormulaR1C1(s string)

func (*Range) ToString

func (this *Range) ToString() string

type Workbook

type Workbook ole.IDispatch

func (*Workbook) Close

func (this *Workbook) Close()

func (*Workbook) Save

func (this *Workbook) Save(fpath string, params ...interface{})

func (*Workbook) Worksheets

func (this *Workbook) Worksheets(i int) *Worksheet

func (*Workbook) WorksheetsCount

func (this *Workbook) WorksheetsCount() int

type Workbooks

type Workbooks ole.IDispatch

func (*Workbooks) Create

func (this *Workbooks) Create() *Workbook

func (*Workbooks) Open

func (this *Workbooks) Open(filepath string) *Workbook

type Worksheet

type Worksheet ole.IDispatch

func (*Worksheet) PrintOut

func (this *Worksheet) PrintOut(fromPage, toPage, copies int, params ...interface{})

fromPage = set to 0 for default toPage = set to 0 for default copies = default is 1.

func (*Worksheet) Range

func (this *Worksheet) Range(r string) (out *Range)

type Xlsx

type Xlsx ole.IDispatch

func CreateObject

func CreateObject() (*Xlsx, error)

func (*Xlsx) Release

func (this *Xlsx) Release()

func (*Xlsx) Workbooks

func (this *Xlsx) Workbooks() *Workbooks

Jump to

Keyboard shortcuts

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