Commit c90c966a authored by liyan's avatar liyan

5月分享

parent 7d8d787c
Pipeline #16133 failed with stage
......@@ -90,12 +90,7 @@ const _header = header.map((item, i) =>
}), {},
)
```
其中,_header的打印格式如下:
![image.png](https://p9-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/3924e8fdb5f846da9f2eb7b3c6eef381~tplv-k3u1fbpfcp-watermark.image?)
从上述打印可以看出,header已经被处理成worksheet Object,而其中很重要一步,就是定位单元格,而我们Excel是用字母+数字的形式定位单元格的,所以我们可以通过如下代码定位单元格。
header已经被处理成worksheet Object,而其中很重要一步,就是定位单元格,而我们Excel是用字母+数字的形式定位单元格的,所以我们可以通过如下代码定位单元格。
```js
position: getCharCol(i) + 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment