Skip to content

Add some ExcelWriter Parameters #12978

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

Closed
PanchoVarallo opened this issue Apr 25, 2016 · 1 comment
Closed

Add some ExcelWriter Parameters #12978

PanchoVarallo opened this issue Apr 25, 2016 · 1 comment
Labels
Duplicate Report Duplicate issue or pull request IO Excel read_excel, to_excel

Comments

@PanchoVarallo
Copy link

The ExcelWriter class in line 550 of pandas/pandas/io/excel.py takes a datetime_format parameter to format a datetime column.

Wouldn't it be useful to include a font_size parameter as well? Otherwise I don't see how I can set the font size apart from the hard way through xlsxwriter. Correct me if I am wrong.

@jreback
Copy link
Contributor

jreback commented Apr 25, 2016

duplicate of this issue: #1663

styles are already possible, but its unoptimized, and not-documented.

@jreback jreback closed this as completed Apr 25, 2016
@jreback jreback added Duplicate Report Duplicate issue or pull request IO Excel read_excel, to_excel labels Apr 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Duplicate Report Duplicate issue or pull request IO Excel read_excel, to_excel
Projects
None yet
Development

No branches or pull requests

2 participants