diff options
Diffstat (limited to 'rows.go')
-rw-r--r-- | rows.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -446,7 +446,7 @@ func (f *File) InsertRow(sheet string, row int) error { return f.adjustHelper(sheet, rows, row, 1) } -// DuplicateRow inserts a copy of specified row (by it Excel row number) below +// DuplicateRow inserts a copy of specified row (by its Excel row number) below // // err := xlsx.DuplicateRow("Sheet1", 2) // |