goexcel

package module
v0.0.0-...-2bd3895 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2017 License: MIT Imports: 13 Imported by: 1

README

go-excel

Simplify process of importing either xlsx or xls. Currently to use with App Engine.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HeadersToListModel

func HeadersToListModel(c context.Context, r *http.Request, file []byte, headers []string, contentType string) ([]models.Contact, map[string]bool, error)

Types

type Column

type Column struct {
	Rows []string `json:"rows"`
}

func FileToExcelHeader

func FileToExcelHeader(c context.Context, r *http.Request, file []byte, contentType string) ([]Column, error)

type Sheet

type Sheet struct {
	Names []string `json:"names"`
}

func FileToExcelSheets

func FileToExcelSheets(c context.Context, r *http.Request, file []byte, contentType string) (Sheet, error)

Jump to

Keyboard shortcuts

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