mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #294] Footer date format #235
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#235
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 @sapomuyverde on GitHub (Jun 3, 2020).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/294
Originally assigned to: @jmcnamara on GitHub.
Hi,
To put a footer I use
"&LCurrent date: &D" "&RCurrent time: &T";
worksheet_set_footer(worksheet2, footer2)
This puts the date in 03/06/2020 format, I normally use the dd-mmm-yyyy format in dates, how can I put the desired date format in the footer.
Regards,
Javier
@jmcnamara commented on GitHub (Jun 3, 2020):
How would you do it in Excel? Is it even possible?
@sapomuyverde commented on GitHub (Jun 3, 2020):
Hi,
By your answer I am assuming that is not possible, so a quick web search I see that this depends on the regional settings OS or also do it through VBA.
So I continue as is.
I appreciate your help.
Regards,
Javier
@jmcnamara commented on GitHub (Jun 3, 2020):
I don't know if it is possible or not but as a general approach it is best to try figure out what you want to do in Excel first and then apply that to libxlsxwriter.