HaiYangHuX

Results 5 comments of HaiYangHuX

把excel文件解析出来之后 手动循环把批注加进去 celldata.forEach((item) => { // console.log("item :>> ", item); let { r, c } = item; if (item.v.fc == "# 0, 0)") { item.v.fc = "#000"; } if (item.v.ct.s...

同样的问题,手动插入的图片 获取不到 fromCol fromRow toCol toRow 参数,导入的表格如果有图片,就会带有这几个参数,请问下有解决方案吗?

![image](https://user-images.githubusercontent.com/48703681/141101962-b5790bd7-fe68-4580-9979-1d9d4e4beb45.png)

> 您好,请问个问题,我在antdesignpro中使用了该组件,我想让某些组件不缓存,目前我看下了有一个dropByCacheKey方法,但是不知道在什么时候调用。

> const {override,addWebpackAlias,addPostcssPlugins} = require('customize-cra') > const path = require('path') > > const stylus = () => (config) => { > const stylusLoader = { > test: /.styl$/, > use:...