python 讀取txt文件內容並按列寫入excel文件中

import xlwt #寫入excel文件的庫 hr_book= xlwt.Workbook(encoding='ascii') hr_sheet=hr_book.add_sheet('HR_title',cell_overwrite_ok=True) #建立表格 with open(r'此處爲txt文件的路徑','r+') as title: #'r+'表示對文件是進行"讀取和寫入的模式"
相關文章
相關標籤/搜索