summaryrefslogtreecommitdiff
path: root/rows.go
diff options
context:
space:
mode:
authorRi Xu <xuri.me@gmail.com>2017-01-18 16:05:01 +0800
committerRi Xu <xuri.me@gmail.com>2017-01-18 16:05:01 +0800
commit52796f6e58e95145e2964d0d313a2f721dcc040e (patch)
tree721e818837035953828c75e102aa7dede7f91492 /rows.go
parentf05df2a0182ee5761f5fbe7e56020313a0ab0b61 (diff)
Format commants, break comments after 80 characters.
Diffstat (limited to 'rows.go')
-rw-r--r--rows.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/rows.go b/rows.go
index 3d74b27..384ee7d 100644
--- a/rows.go
+++ b/rows.go
@@ -43,9 +43,8 @@ func readXMLSST(f *File) (xlsxSST, error) {
return shardStrings, err
}
-// getValueFrom return a value from a column/row cell,
-// this function is inteded to be used with for range on rows
-// an argument with the xlsx opened file.
+// getValueFrom return a value from a column/row cell, this function is inteded
+// to be used with for range on rows an argument with the xlsx opened file.
func (xlsx *xlsxC) getValueFrom(f *File) (string, error) {
switch xlsx.T {
case "s":