171/

directory
v0.0.0-...-9b92ec5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 3, 2021 License: MIT

README

Excel表列序号

给定一个Excel表格中的列名称,返回其相应的列序号。

例如,

A -> 1 B -> 2 C -> 3 ... Z -> 26 AA -> 27 AB -> 28 ...

示例 1:

**输入:** "A" **输出:** 1

示例 2:

**输入:** "AB" **输出:** 28

示例 3:

**输入:** "ZY" **输出:** 701

致谢:

特别感谢 @ts 添加此问题并创建所有测试用例。

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL