01 2024 档案
摘要: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
Cloudhan

浙公网安备 33010602011771号