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

     1  package structure
     2  
     3  type Phs struct {
     4  	Ifnt FontIndex
     5  	Info [2]byte
     6  }