Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix wrong usages of API in Example 1 #72

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dobachi
Copy link

@dobachi dobachi commented Oct 24, 2019

I propose a few fix about the document.

  • Change to use ExcelReadRowCol instead of ExcelReadCell to use the row and column number to specify the cell.
  • According to the example image of Excel, the row number should be 1
  • If we don't provide enough number of words, the list loolup_words includes None. These None causes exceptions in the later part. This is why, I inserted a procedure to remove None from it.
  • Change to use ExcelWriteRowCol instead of ExcelWriteCell. The same reason with the above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant