diff options
Diffstat (limited to 'cell.go')
-rw-r--r-- | cell.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -475,7 +475,7 @@ func (f *File) SetCellHyperLink(sheet, axis, link, linkType string, opts ...Hype } if len(ws.Hyperlinks.Hyperlink) > TotalSheetHyperlinks { - return errors.New("over maximum limit hyperlinks in a worksheet") + return ErrTotalSheetHyperlinks } switch linkType { |