pub fn to_column_index(col_name: &str) -> u32
在 Excel 的 sheet.xml 中列名 传入当前列名传入字母,返回对应的列索引 (1-based) 用于生成 Excel 列名,如 A, B, …, Z, AA, AB, …, ZZ, AAA, …