summaryrefslogtreecommitdiff
path: root/cell.go
diff options
context:
space:
mode:
authorRi Xu <xuri.me@gmail.com>2016-10-19 20:39:44 +0800
committerRi Xu <xuri.me@gmail.com>2016-10-19 20:39:44 +0800
commit75abc628fe41bc67c787f79103c8d72e539a9fb2 (patch)
tree0d469589163f43d4e1834e9f4548e3f6bf031d9b /cell.go
parente28de172c6008c590c32ace62da2535ea0338de9 (diff)
Update godoc of package.
Diffstat (limited to 'cell.go')
-rw-r--r--cell.go2
1 files changed, 1 insertions, 1 deletions
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