例如,按行获取并遍历输出名为 Sheet1 的工作表上的所有单元格的值: rows, err := f.GetRows("Sheet1")if err != nil {}for _, row := range rows { } fmt.Println()