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

Rename sheet name #84

Closed
prisme60 opened this issue Dec 11, 2023 · 2 comments
Closed

Rename sheet name #84

prisme60 opened this issue Dec 11, 2023 · 2 comments

Comments

@prisme60
Copy link

prisme60 commented Dec 11, 2023

I am using a template file for my application with a default sheet name. I need to rename the sheet name when I write my new file. So I have added a setName method in the Sheet class.

    /**
     * Rename this sheet
     * @param newName The new name of the sheet
     */
    public void setName(String newName) {
        this.name = newName;
    }

Is it possible to add this method ?

Thank you in advance.

@miachm
Copy link
Owner

miachm commented Dec 11, 2023

I can't believe that this method doesn't exist Oo

Yes of course

@prisme60
Copy link
Author

Thank you for your really fast answer ! I see that you already commit it (3a45a31) 👍

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