我将查询从Access导出到Excel工作表" tempIcIn"。当工作表已经存在于文件中时,TransferSpreadsheet将只创建另一个具有相同名称后跟1的工作表。
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel12, "tempIcIn", outputPath, True
我想覆盖已创建工作表中的数据。
答案 0 :(得分:0)
http://btabdevelopment.com/export-a-table-or-query-to-excel-specific-worksheet-on-specific-workbook/
import matplotlib.pyplot as plt
self.ax = plt.subplot(111)
cords = self.get_list_of_cords()
plt.plot(cords[0], cords[1], 'o', color='b')
plt.show()
链接只是应该做的诀窍。