JIMhackKING

Results 3 issues of JIMhackKING

在安卓上面怎么使用?我安卓里面用的 org.opencv.core.Mat.Mat() 创建的 Mat ,但是调用你的函数就不行,你的函数用的是 opencv_core.Mat ,两个不知道怎么转换

**Can view separate step files in 3dviewer online. ** I want to export a large 3D file separately into multiple step files (with SolidWorks). But although I can open multiple...

enhancement
website

# 现象 文件有工作簿A1,A1设置一个打印区域,从A1单元格到G13单元格。使用`xlsxtpl.writerx.render_book2`渲染并保存后用Microsoft Office打开该文件,会提示文件错误,如下图: ![image](https://github.com/zhangyu836/xltpl/assets/23214854/4dc8f95b-44ae-4e5e-8682-5c5dbba856aa) ![image](https://github.com/zhangyu836/xltpl/assets/23214854/4dd2e35b-dda5-4efd-8239-d84c54564dda) # 文件 [原始文件](https://github.com/zhangyu836/xltpl/files/15102736/hello.xlsx) [渲染后的文件](https://github.com/zhangyu836/xltpl/files/15102738/test3.xlsx) # 代码 ```python from openpyxl import load_workbook from xlsxtpl.writerx import BookWriter writer = BookWriter("hello.xlsx") wb = load_workbook("hello.xlsx", rich_text=True) sheet_list =...