import threading from queue import Queue import xlwings as xw num_threads = 4 def write_to_workbook(): while True: cell_ = q.get() xw.
確定! 回上一頁