Skip to content

Instantly share code, notes, and snippets.

@mrshu
Created December 23, 2020 19:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrshu/93fab74ac0c0760e383f1c16886f09c3 to your computer and use it in GitHub Desktop.
Save mrshu/93fab74ac0c0760e383f1c16886f09c3 to your computer and use it in GitHub Desktop.
for i, row in df.iterrows():
worksheet.write_rich_string(i+1, 2, *visualize_diff(row['original'], row['edited']))
excel_writer.save()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment