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

There's no get default sheetname for file #1741

Closed
yasarluo opened this issue Dec 4, 2023 · 2 comments
Closed

There's no get default sheetname for file #1741

yasarluo opened this issue Dec 4, 2023 · 2 comments

Comments

@yasarluo
Copy link

yasarluo commented Dec 4, 2023

there's many funtions with param 'sheet name', but if we want to get active sheet name, we'll use two steps.

activeSheetIdx := f.GetActiveSheetIndex()
activeSheetName := f.GetSheetName(activeSheetIdx)

So, we hope there's only one step that can easily to do this, just like:

activeSheetName := f.GetActiveSheetName()

yasarluo added a commit to yasarluo/excelize that referenced this issue Dec 4, 2023
@xuri
Copy link
Member

xuri commented Dec 5, 2023

Thanks for your issue and pull request. I've left some comments for your pull request.

@xuri
Copy link
Member

xuri commented Dec 7, 2023

I've closed this issue, if you have any question, please let me know, and you can reopen this anytime.

@xuri xuri closed this as completed Dec 7, 2023
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

2 participants