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: write_column should be a list #43

Merged
merged 1 commit into from
May 31, 2024
Merged

fix: write_column should be a list #43

merged 1 commit into from
May 31, 2024

Conversation

Apollorion
Copy link
Member

@Apollorion Apollorion commented May 28, 2024

write_column(starting_row, column, data)

write_column writes a column starting at starting_row and iterates over data incrementing the row automaticaly.

This change ensures we are always passing in a list, letting the library handle the hard work for us.

@Apollorion Apollorion force-pushed the fix-audit-lists branch 2 times, most recently from ab94c2f to 7ec7656 Compare May 28, 2024 17:03
README.md Outdated Show resolved Hide resolved
@Apollorion Apollorion merged commit c4a3eaa into main May 31, 2024
20 checks passed
@Apollorion Apollorion deleted the fix-audit-lists branch May 31, 2024 13:22
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.

2 participants