From 5480ee505849b7f1cb42ef93353178573cdc3059 Mon Sep 17 00:00:00 2001 From: Ivan Date: Sun, 17 Mar 2019 23:01:02 +0300 Subject: [PATCH] is obviously preferable for the type that can be ReadBinary --- worksheet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worksheet.go b/worksheet.go index ef51f28..0299819 100644 --- a/worksheet.go +++ b/worksheet.go @@ -17,7 +17,7 @@ const ( type boundsheet struct { Filepos uint32 - Visible TWorkSheetVisibility + Visible byte Type byte Name byte }