diff options
Diffstat (limited to 'col.go')
-rw-r--r-- | col.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -337,7 +337,8 @@ func (f *File) RemoveCol(sheet, column string) { f.adjustHelper(sheet, col, -1, -1) } -// completeCol; Completion column element tags of XML in a sheet. +// completeCol provieds function to completion column element tags of XML in a +// sheet. func completeCol(xlsx *xlsxWorksheet, row, cell int) { buffer := bytes.Buffer{} for r := range xlsx.SheetData.Row { |