获取工作表索引

  1. func (f *File) GetSheetIndex(sheet string) int

根据给定的工作表名称获取该工作表的索引,如果工作表不存在将返回 -1

获取到的索引可以在设置工作簿默认工作表时,作为调用 SetActiveSheet() 函数的参数使用。