Created
March 18, 2014 03:02
-
-
Save yuuichi-fujioka/9612790 to your computer and use it in GitHub Desktop.
Edit xlsx
This file contains hidden or 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
import openpyxl | |
wb = openpyxl.Workbook() | |
wb.save(filename='/tmp/foo.xlsx') |
This file contains hidden or 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
import openpyxl | |
wb = openpyxl.load_workbook(filename='/tmp/foo.xlsx') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment