writing to excel

profileKolh

see attached!

  • 2 years ago
  • 8
files (3)

Writtingtoexcel.docx

Attached is a Python program that our company has been using for several months to calculate employees' weekly pay. But now Karen in Accounting insists the data go into an Excel Spreadsheet. So, change this code so that it writes the results into an Excel file named "PayCheck.xlsx". 

Column A will be the employee names. 

Column B will be the corresponding pay amounts. 

Write the labels "Name" into cell A1 and "Pay Amount" into cell B1.

Just change the bottom code on the homework 8