summaryrefslogtreecommitdiff
path: root/cell.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2019-12-25 00:00:50 +0800
committerxuri <xuri.me@gmail.com>2019-12-25 00:00:50 +0800
commit5f3a4bc39f9cf2987104ffe57242a0526cdd9158 (patch)
tree057c9402385a9d1caa0feb18c9f5ac55447c2f8f /cell.go
parent1666d04559d9f5b579ab7c850ccc95863c31bd25 (diff)
Fix #538, added setting a major unit and tick label skip support for the chart
Diffstat (limited to 'cell.go')
-rw-r--r--cell.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/cell.go b/cell.go
index e59a659..da091ee 100644
--- a/cell.go
+++ b/cell.go
@@ -44,7 +44,8 @@ func (f *File) GetCellValue(sheet, axis string) (string, error) {
})
}
-// SetCellValue provides a function to set value of a cell. The following
+// SetCellValue provides a function to set value of a cell. The specified
+// coordinates should not be in the first row of the table. The following
// shows the supported data types:
//
// int