diff options
author | xuri <xuri.me@gmail.com> | 2021-02-08 18:05:15 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2021-02-08 18:05:15 +0800 |
commit | 30549c5e90884789fff6599d6e773d1ca56ba962 (patch) | |
tree | f8df8c92279358fc6e3cd5ed8573bbaa794f0162 /sheetview.go | |
parent | 2fb135bc94bbb0c487563d166fd24786fab7280a (diff) |
fix custom row height check issue
Diffstat (limited to 'sheetview.go')
-rw-r--r-- | sheetview.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sheetview.go b/sheetview.go index a942fb4..0a8fd5c 100644 --- a/sheetview.go +++ b/sheetview.go @@ -169,6 +169,7 @@ func (f *File) getSheetView(sheet string, viewIndex int) (*xlsxSheetView, error) // ShowRowColHeaders(bool) // ZoomScale(float64) // TopLeftCell(string) +// ShowZeros(bool) // // Example: // @@ -198,6 +199,7 @@ func (f *File) SetSheetViewOptions(name string, viewIndex int, opts ...SheetView // ShowRowColHeaders(bool) // ZoomScale(float64) // TopLeftCell(string) +// ShowZeros(bool) // // Example: // |