📢 欢迎访问我的博客 | 关系先于实体
摘要: python import xlwings as xw def test_vba(): wb = xw.Book.caller() sht = wb.sheets[0] sht.range('A1').value = '看到我了吗?' Book.caller() 是 xlwings 提供的一个方法, 阅读全文
posted @ 2024-01-03 20:47 Vortex0928 阅读(479) 评论(0) 推荐(0)