cs

package
v0.5.8 Latest Latest
Warning

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

Go to latest
Published: May 1, 2024 License: MIT Imports: 5 Imported by: 0

README

Cs

Go doc

暂无介绍...

目录导航

列出了该 package 下所有的函数及类型定义,可通过目录导航进行快捷跳转 ❤️

展开 / 折叠目录导航

包级函数定义

函数名称 描述
NewXlsx 暂无描述...

类型定义

类型 名称 描述
STRUCT XlsxExportType 暂无描述...
STRUCT Xlsx 内置的 Xlsx 配置

详情信息

func NewXlsx(sheet *xlsx.Sheet, exportType XlsxExportType) *Xlsx


XlsxExportType STRUCT
type XlsxExportType int

Xlsx STRUCT

内置的 Xlsx 配置

type Xlsx struct {
	sheet      *xlsx.Sheet
	exportType XlsxExportType
}

func (*Xlsx) GetConfigName() string

func (*Xlsx) GetDisplayName() string

func (*Xlsx) GetDescription() string

func (*Xlsx) GetIndexCount() int

func (*Xlsx) GetFields() []pce.DataField

func (*Xlsx) GetData() [][]pce.DataInfo

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Xlsx

type Xlsx struct {
	// contains filtered or unexported fields
}

Xlsx 内置的 Xlsx 配置

func NewXlsx

func NewXlsx(sheet *xlsx.Sheet, exportType XlsxExportType) *Xlsx

func (*Xlsx) GetConfigName

func (slf *Xlsx) GetConfigName() string

func (*Xlsx) GetData

func (slf *Xlsx) GetData() [][]pce.DataInfo

func (*Xlsx) GetDescription

func (slf *Xlsx) GetDescription() string

func (*Xlsx) GetDisplayName

func (slf *Xlsx) GetDisplayName() string

func (*Xlsx) GetFields

func (slf *Xlsx) GetFields() []pce.DataField

func (*Xlsx) GetIndexCount

func (slf *Xlsx) GetIndexCount() int

type XlsxExportType

type XlsxExportType int
const (
	XlsxExportTypeServer XlsxExportType = iota
	XlsxExportTypeClient
)

Jump to

Keyboard shortcuts

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