Skip to content

Commit

Permalink
Merge pull request #318 from dbhkhk/fix-readme
Browse files Browse the repository at this point in the history
fix typo and index
  • Loading branch information
stevendaniels authored Jun 19, 2016
2 parents 63ad941 + 2ef2e2d commit 1cbfe72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ods.sheet(0).row(1)

# Set the last sheet as the default sheet.
ods.default_sheet = ods.sheets.last
ods.default_sheet = s.sheets[3]
ods.default_sheet = ods.sheets[2]
ods.default_sheet = 'Sheet 3'

# Iterate through each sheet
Expand Down

0 comments on commit 1cbfe72

Please sign in to comment.