获取单元格数据类型获取单元格数据类型func (f *File) GetCellType(sheet, cell string) (CellType, error)根据给定的工作表、单元格坐标获取指定单元格的数据类型。