Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. writer = pd.ExcelWriter('Data.xlsx');
  2. wrong_data.to_excel(writer,"Names which are wrong", index = False);
  3. writer.save();
  4.  
  5. <?xml version="1.0" encoding="UTF-8" standalone="true"?>
  6.  
  7. -<recoveryLog xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main">
  8.  
  9. <logFileName>error058920_06.xml</logFileName>
  10.  
  11. <summary>Errors were detected in file 'C:UsersadrleeDesktopPython filesData.xlsx'</summary>
  12.  
  13.  
  14. -<removedRecords summary="Following is a list of removed records:">
  15.  
  16. <removedRecord>Removed Records: Formula from /xl/worksheets/sheet1.xml part</removedRecord>
  17.  
  18. </removedRecords>
  19.  
  20. </recoveryLog>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement