Skip to content

Instantly share code, notes, and snippets.

@danyashorokh
Created May 30, 2017 10:26
Show Gist options
  • Save danyashorokh/69dcbe7c40caa4cfac0866e0f9981a6e to your computer and use it in GitHub Desktop.
Save danyashorokh/69dcbe7c40caa4cfac0866e0f9981a6e to your computer and use it in GitHub Desktop.
Excel 2007 usage with Python
# Excel 2007
rb = xlrd.open_workbook(file_name, formatting_info=True)
sheet = rb.sheet_by_index(active_list)
keys = sheet.row_values(keys_row)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment