document

package module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2023 License: MIT Imports: 1 Imported by: 0

README

go-document

Features

  • csv
    • Write Document
    • Read Document
  • xlsx
    • Write Document
    • Read Document

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Builder

type Builder interface {
	CreateSheet(sheetName string, headers ...string) Builder
	AddRow(cells ...any) Builder
	Writer
}

type Writer

type Writer interface {
	Buffer() (*bytes.Buffer, error)
	Save(path string) (err error)
}

Directories

Path Synopsis
mocks
gomock
Package mock_document is a generated GoMock package.
Package mock_document is a generated GoMock package.

Jump to

Keyboard shortcuts

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