csv

package module
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2020 License: MIT Imports: 12 Imported by: 0

README

csv

csv文件读取

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Csv

type Csv [][]string

func New

func New(filename, charset string) (Csv, error)

func (Csv) Find

func (csv Csv) Find(row, col int) (string, error)

func (Csv) Float added in v0.0.2

func (csv Csv) Float(row, col int) (float64, error)

func (Csv) Int added in v0.0.2

func (csv Csv) Int(row, col int) (int, error)

func (Csv) Int64 added in v0.0.3

func (csv Csv) Int64(row, col int) (int64, error)

func (Csv) String added in v0.0.2

func (csv Csv) String(row, col int) (string, error)

Jump to

Keyboard shortcuts

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