Created
May 30, 2017 10:26
-
-
Save danyashorokh/69dcbe7c40caa4cfac0866e0f9981a6e to your computer and use it in GitHub Desktop.
Excel 2007 usage with Python
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
# 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