-2

Steps what I have done

1.Reading input data from xlsx file

2.calculated week number and total hours done by each department

Need to do:

1.Reading particular row column from another existing xlsx sheet

2.writing total hours for each department in existing xlsx sheet

I am using xlutils but format of xlsx file has been corrupted,which library i should use for this?

doubts
  • 157
  • 1
  • 1
  • 9

1 Answers1

1

According to http://www.python-excel.org/ , the best library to read/write Excel 2010 files is openpyxl.

Eric Levieil
  • 3,554
  • 2
  • 13
  • 18