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

feat: add optional sheetId param to addSheet #677

Merged
merged 1 commit into from
Feb 17, 2025
Merged

Conversation

sanchit3008
Copy link
Collaborator

@sanchit3008 sanchit3008 commented Feb 17, 2025

Closes #674

Usage - ref.current?.addSheet("your sheet id");

Won't add a sheet and logs an error in the console if a duplicate id is used.

@sanchit3008 sanchit3008 merged commit ea4e065 into master Feb 17, 2025
2 checks passed
@sanchit3008 sanchit3008 deleted the addSheet-signature branch February 17, 2025 10:26
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.

Would it be possible to provide an ID when creating a sheet with addSheet() API function?
2 participants