MCPcopy
hub / github.com/davyxu/tabtoy / TableFile

Interface TableFile

v3/helper/tabfile.go:3–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package helper
2
3type TableFile interface {
4 Load(filename string) error
5
6 // 保存到文件
7 Save(filename string) error
8
9 // 获取所有表单
10 Sheets() []TableSheet
11}
12
13type ValueOption struct {
14 ValueAsFloat bool

Callers 6

loadFileByExtFunction · 0.95
GetFileMethod · 0.65
SaveMethod · 0.65
WriteOutputFunction · 0.65
LoadDataTableFunction · 0.65
ConvertToCSVFunction · 0.65

Implementers 2

XlsxFilev3/helper/tab_xlsx.go
CSVFilev3/helper/tab_csv.go

Calls

no outgoing calls

Tested by

no test coverage detected