package api type IExcel interface { SetContent(content interface{}) SetTitle(title string) SetRow(row int) GetRow() int SetSignatures(sign interface{}) }