diff options
author | xuri <xuri.me@gmail.com> | 2019-12-25 00:00:50 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2019-12-25 00:00:50 +0800 |
commit | 5f3a4bc39f9cf2987104ffe57242a0526cdd9158 (patch) | |
tree | 057c9402385a9d1caa0feb18c9f5ac55447c2f8f /cell.go | |
parent | 1666d04559d9f5b579ab7c850ccc95863c31bd25 (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.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |