Skip to content

Instantly share code, notes, and snippets.

@yuuichi-fujioka
Created March 18, 2014 03:02
Show Gist options
  • Save yuuichi-fujioka/9612790 to your computer and use it in GitHub Desktop.
Save yuuichi-fujioka/9612790 to your computer and use it in GitHub Desktop.
Edit xlsx
import openpyxl
wb = openpyxl.Workbook()
wb.save(filename='/tmp/foo.xlsx')
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