You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But syncing with openpyxl can be fragile, and is a little overkill. Also, make reading files slow.
This should easily contain (almost) all possible formatting, and make Excel output beautiful by default.
The text was updated successfully, but these errors were encountered:
patarapolw
changed the title
Feature request: Allow injection of formatting parameters, i.e. wordWrap=True for all cells.
Feature request: Allow injection of formatting parameters, i.e. wordWrap=True, minColWidth='200px' for all cells.
Aug 5, 2018
patarapolw
changed the title
Feature request: Allow injection of formatting parameters, i.e. wordWrap=True, minColWidth='200px' for all cells.
Feature request: Allow injection of formatting parameters, e.g. wordWrap=True, minColWidth='200px' for all cells.
Aug 5, 2018
patarapolw
changed the title
Feature request: Allow injection of formatting parameters, e.g. wordWrap=True, minColWidth='200px' for all cells.
Feature request: Allow injection of formatting parameters, e.g. wordWrap=True, minColWidth='200px'
Aug 5, 2018
Or
wordWrap=False
, of course.Or, for example, putting
*.config.json
as environmental variable, or in the same path asfile.xlsx
.As a matter of fact, I am trying to do this:-
But syncing with
openpyxl
can be fragile, and is a little overkill. Also, make reading files slow.This should easily contain (almost) all possible formatting, and make Excel output beautiful by default.
The text was updated successfully, but these errors were encountered: