From 5f3a4bc39f9cf2987104ffe57242a0526cdd9158 Mon Sep 17 00:00:00 2001 From: xuri Date: Wed, 25 Dec 2019 00:00:50 +0800 Subject: Fix #538, added setting a major unit and tick label skip support for the chart --- cell.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cell.go') 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 -- cgit v1.2.1