The following lines take 45 seconds of the first and more than one and a half minutes. Something.xls is 4 MB in size and the changes are minor. Is something wrong here?
something = openpyxl.load_workbook('Something.xlsx') something.save('Something.xlsx')
Some details: I use Python 2.7.3 on Windwos 7, the book has 2 sheets, the first of which has 67610 lines, I do not use any network to do this work.
source share