wwwxy

Results 6 comments of wwwxy

> > ```js > > function bubbleSort(arr) { > > for (let i = 0; i < arr.length; i++) { > > for (let j = 0; j < arr.length...

> 我这边也是2.0 有问题 我也遇到了,是swagger2的配置转换成openapi3时有问题,应该都是[swagger2openapi](https://github.com/Mermade/oas-kit/blob/main/packages/swagger2openapi/README.md)里的问题,去那边提issue吧

I read the source code of exceljs and consulted some information. I found a way to accurately add images through the br attribute, but I don’t know if it is...

In your case calculate params in br I don't know if it works, you can try it ```typescript const bottomRightCellWidth = 32 const bottomRightCellWidthInEmu = bottomRightCellWidth * 10000 const nativeRowOff...

any update? still happen in 4.4.0 @shugensoft 大佬最终怎么解决的?fork一份出来改源码还是其他办法? 我这也遇到类似的问题了,如果调用sheet.addImage插入同一个book图片,会误插入其他图片