Created
February 2, 2017 20:33
-
-
Save anonymous/0343848be273c454cb111b7a6fb7645c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for adresses in sales_adresses: | |
cell = 'A' + counter | |
sheet[cell] = adresses | |
counter += 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment