<byte> is obviously preferable for the type that can be ReadBinary
This commit is contained in:
parent
0698fa2730
commit
5480ee5058
@ -17,7 +17,7 @@ const (
|
|||||||
|
|
||||||
type boundsheet struct {
|
type boundsheet struct {
|
||||||
Filepos uint32
|
Filepos uint32
|
||||||
Visible TWorkSheetVisibility
|
Visible byte
|
||||||
Type byte
|
Type byte
|
||||||
Name byte
|
Name byte
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user