github.com/shakinm/xlsReader@v0.9.12/xls/structure/ISSTINF.go (about)

     1  package structure
     2  
     3  type ISSTINF struct {
     4  	Ib       [4]byte
     5  	Cb       [2]byte
     6  	Reserved [2]byte
     7  }