zurmokeeper
zurmokeeper
通话双方均与选定的 ICE 服务器连接成功后,即可开始相互推流。这个相互推流是还需要搭一个流服务器吗?比如SOS之类的?
@paramjeetnandal Can you provide your excel file?
@mcordoba Is it possible to set password encryption when directing out excel?
Found this due to the data validation in the excel file has Q13:Q1048576 H13:H1048576 these so large range of validation, resulting in exceljs to read too much range, and then...
@bleehome 这个视频的意思就是这样设置就会100多万的单元格也设置了数据有效性验证?
@bleehome 我在V4.4.6版本加入了读取excel的时候加入忽略节点参数(ignoreNodes)可以暂时解决这个问题,通过忽略数据有效性节点来处理,具体使用可以看这里 [https://github.com/zurmokeeper/excelize/releases/tag/4.4.6](url),不过这个只是治标的方法,治本的还得再想想。
@vela666 Yes there is this plan, but it is a bit difficult, originally I wanted to xls format with` xlsx `this library to parse, and then the data structure of...
[pr#1573](https://github.com/exceljs/exceljs/pull/1573) seems to be talking about this problem, but has not been merged, after the merger should be able to solve the problem
@dmitry-zaporozhan @armujahid @zlooun @AnkitKadam567 @shujer Hi everyone, I'm the @zurmokeeper/excelize author, and I'm happy to merge any features or bugfixes that would be useful to you, so feel free to...
> seems to work for me with node and `--loader` flag > > { > "scripts": { > - "not-work": "ts-node-esm src/main.ts", > + "dev": "node --loader ts-node/esm --no-warnings=ExperimentalWarning src/main.ts"...