import win32com.client as win32; excel = win32.gencache.EnsureDispatch('Excel.Application'); wb = excel.Workbooks.Add(); ws = wb.Worksheets.
確定! 回上一頁