mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #314] worksheet name #254
Labels
No labels
awaiting user feedback
bug
cmake
cmake
docs
feature request
in progress
long term
medium term
medium term
pull-request
question
question
ready to close
short term
under investigation
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/libxlsxwriter#254
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @alimat-nz on GitHub (Nov 10, 2020).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/314
Originally assigned to: @jmcnamara on GitHub.
not sure if I am missing this in the documentation, or if this is a feature request.
I have recently installed libxlswriter, and using it from C I can not find how to rename a worksheet. When a new sheet is created it is sheet 1 2 3 etc as per the default in Excel. There is the ability to set a vbaname, but i can not see one that renames the sheet name that is displayed in excel, as is done when you right click and select rename, or double click on the worksheet name when in the excel application. Am I simply not finding the right function or should this be a feature request?
Thanks
@jmcnamara commented on GitHub (Nov 10, 2020):
You can only set the name of the sheet when you create it. From the docs for
workbook_add_worksheet():The name is used internally in a number of places so it intentionally can't be reset via the API.
@alimat-nz commented on GitHub (Nov 10, 2020):
Thanks - as i said - I guess I missed it - thanks for the quick reply and an excellent bit of software!
Alistair Matthewamatthew@nz1.ibm.com
----- Original message -----From: John McNamara notifications@github.comTo: jmcnamara/libxlsxwriter libxlsxwriter@noreply.github.comCc: alimat-nz amatthew@nz1.ibm.com, Author author@noreply.github.comSubject: [EXTERNAL] Re: [jmcnamara/libxlsxwriter] worksheet name (#314)Date: Wed, Nov 11, 2020 10:41 AM
Closed #314.
—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe.