Versions in this module Expand all Collapse all v0 v0.0.1 Aug 18, 2016 Changes in this version + const Version + func ColumnNameToIndex(colName string) (int, error) + func GetCell(sheet *xlsx.Sheet, row int, col int) string + func Request(api *url.URL, headers map[string]string) ([]byte, error) + func UpdateCell(sheet *xlsx.Sheet, row int, col int, value string, overwrite bool) error + func UpdateParameters(api *url.URL, queryTerms map[string]string) *url.URL