diff options
Diffstat (limited to 'excelize.go')
-rw-r--r-- | excelize.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/excelize.go b/excelize.go index b162b79..35ff75a 100644 --- a/excelize.go +++ b/excelize.go @@ -243,6 +243,8 @@ func (f *File) adjustRowDimensions(xlsx *xlsxWorksheet, rowIndex, offset int) { } } +// ajustSingleRowDimensions provides a function to ajust single row +// dimensions. func (f *File) ajustSingleRowDimensions(r *xlsxRow, offset int) { r.R += offset for i, col := range r.C { |