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

Typographical error #65

Open
neomafo88 opened this issue May 1, 2023 · 1 comment
Open

Typographical error #65

neomafo88 opened this issue May 1, 2023 · 1 comment

Comments

@neomafo88
Copy link

https://github.com/socialpoint-labs/sheetfu/blob/master/documentation/usage.rst#get_range_from_a1

get_max_column()
…
max_row = sheet.get_max_column()
…

should be

max_column = sheet.get_max_column()
@neomafo88
Copy link
Author

Additionally,

max_row = sheet.get_max_row() max_row = sheet.get_max_rows()

max_row = sheet.get_max_column() max_column = sheet.get_max_columns()

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

No branches or pull requests

1 participant