From 75abc628fe41bc67c787f79103c8d72e539a9fb2 Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Wed, 19 Oct 2016 20:39:44 +0800 Subject: Update godoc of package. --- cell.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cell.go') diff --git a/cell.go b/cell.go index df2d13b..ef0a4f8 100644 --- a/cell.go +++ b/cell.go @@ -6,7 +6,7 @@ import ( "strings" ) -// GetCellValue provide function get value from cell by given sheet index and axis in XLSX file +// GetCellValue provide function get value from cell by given sheet index and axis in XLSX file. func (f *File) GetCellValue(sheet string, axis string) string { axis = strings.ToUpper(axis) var xlsx xlsxWorksheet -- cgit v1.2.1