sheeter

package
v2.3.11 Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const AppName = "sheeter" // 程式名稱
View Source
const BarWidth = 40 // 進度條寬度
View Source
const CsExt = ".cs" // 副檔名: cs
View Source
const CsPath = "codeCs" // 輸出路徑: cs
View Source
const ExcelExt = ".xlsx" // 副檔名: excel
View Source
const GoExt = ".go" // 副檔名: go
View Source
const GoPath = "codeGo" // 輸出路徑: go
View Source
const IndexAutoKey = 1 // 自動索引位置編號
View Source
const IndexOutput = 0 // 輸出欄位置編號
View Source
const JsonExt = ".json" // 副檔名: json
View Source
const JsonIdent = "    " // json縮排字串
View Source
const JsonPath = "json" // 輸出路徑: json
View Source
const JsonPrefix = "" // json前綴字串
View Source
const MaxExcel = 999999 // 最大開啟excel數量
View Source
const MaxSheet = 999999 // 最大開啟sheet數量
View Source
const Namespace = AppName // 命名空間名稱
View Source
const Reader = "Reader" // 讀取器名稱
View Source
const Sheeter = AppName // 表格器名稱
View Source
const TokenArray = "," // 陣列分割符號, 陣列以','符號分割元素
View Source
const TokenExcel = "#" // 表格分割符號, 以'#'來分隔項目中的excel與sheet名稱
View Source
const TokenIgnore = "ignore" // 忽略符號, 當輸出或是標籤為此名稱時不輸出
View Source
const TokenName = "$" // 名稱分割符號, 以'$'來分隔名稱與後續項目
View Source
const TokenTerm = "&" // 項目分割符號, 以'&'來分隔項目
View Source
const TypeArray = "[]" // 類型字串: 陣列
View Source
const TypeBoolCs = "bool" // 類型字串: 布林值(cs)
View Source
const TypeBoolGo = "bool" // 類型字串: 布林值(go)
View Source
const TypeDoubleCs = "double" // 類型字串: 64位元浮點數(cs)
View Source
const TypeDoubleGo = "float64" // 類型字串: 64位元浮點數(go)
View Source
const TypeFloatCs = "float" // 類型字串: 32位元浮點數(cs)
View Source
const TypeFloatGo = "float32" // 類型字串: 32位元浮點數(go)
View Source
const TypeIntCs = "int" // 類型字串: 32位元整數(cs)
View Source
const TypeIntGo = "int32" // 類型字串: 32位元整數(go)
View Source
const TypeLkeyCs = "System.Int64" // 類型字串: lkey(cs)
View Source
const TypeLkeyGo = "int64" // 類型字串: lkey(go)
View Source
const TypeLongCs = "long" // 類型字串: 64位元整數(cs)
View Source
const TypeLongGo = "int64" // 類型字串: 64位元整數(go)
View Source
const TypePkeyCs = "System.Int32" // 類型字串: pkey(cs)
View Source
const TypePkeyGo = "int32" // 類型字串: pkey(go)
View Source
const TypeSkeyCs = "System.String" // 類型字串: skey(cs)
View Source
const TypeSkeyGo = "string" // 類型字串: skey(go)
View Source
const TypeStringCs = "string" // 類型字串: 字串(cs)
View Source
const TypeStringGo = "string" // 類型字串: 字串(go)
View Source
const Version = "2.3.11" // 版本字串, 遵循'大版本.小版本.修正版本'的規則

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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