Skip to content

Commit

Permalink
Issue #23
Browse files Browse the repository at this point in the history
Change "Variable of DataFrame" to "Variable or DataFrame"
  • Loading branch information
akey7 committed Oct 21, 2019
1 parent 252f5b0 commit 53d85cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion landbosse/excelio/XlsxGenerator.py
Expand Up @@ -165,7 +165,7 @@ def tab_details(self, rows):
worksheet.set_column(5, 5, 66)
worksheet.set_column(0, 2, 17)

for idx, col_name in enumerate(['Project ID', 'Module', 'Variable of DataFrame', 'name', 'unit', 'Numeric value', 'Non-numeric value']):
for idx, col_name in enumerate(['Project ID', 'Module', 'Variable or DataFrame', 'name', 'unit', 'Numeric value', 'Non-numeric value']):
worksheet.write(0, idx, col_name, self.header_format)

# Go through each row and create Excel rows from each of those rows.
Expand Down

0 comments on commit 53d85cd

Please sign in to comment.