Skip to content

refactor: Remove load_sheet_by_name and load_sheet_by_idx functions#387

Closed
arnabanimesh wants to merge 1 commit intoToucanToco:mainfrom
arnabanimesh:patch-3
Closed

refactor: Remove load_sheet_by_name and load_sheet_by_idx functions#387
arnabanimesh wants to merge 1 commit intoToucanToco:mainfrom
arnabanimesh:patch-3

Conversation

@arnabanimesh
Copy link
Contributor

Since load_sheet function can operate with both indices and names (and has been documented accordingly), separate functions like load_sheet_by_name and load_sheet_by_idx are kind of redundant.

There should be only one way of doing a particular thing in my opinion.

@arnabanimesh arnabanimesh changed the title Remove load_sheet_by_name and load_sheet_by_idx functions refactor: Remove load_sheet_by_name and load_sheet_by_idx functions Sep 9, 2025
@lukapeschke
Copy link
Collaborator

Sorry, but we try to avoid breaking API changes as much as possible. We might deprecate those in v1.0.0, but we should not remove functions that are used by our end users

@lukapeschke lukapeschke closed this Sep 9, 2025
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