Skip to content

Commit

Permalink
Add runningzyp as maintainer
Browse files Browse the repository at this point in the history
and update get_header doc
  • Loading branch information
willtho89 committed Dec 13, 2021
1 parent 4c67a8f commit 5d78b74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,12 @@ def get_header(self):
datetime_format = "%H:%M:%S %d.%m.%Y"
return {
'tab_title': 'MyReport',
'use_header': True, # show the header_title
'header_title': 'Report from {} to {}'.format(
starttime.strftime(datetime_format),
endtime.strftime(datetime_format),
),
'tab_title': 'Report', # title of tab/workbook
'height': 45,
'img': 'app/images/MyLogo.png',
'style': {
Expand Down Expand Up @@ -286,3 +288,4 @@ This package was created by the staff of [Wharton Research Data Services](https:
* [Pavel Bryantsev](https://github.com/Tigven)
* [Pavel Tolstolytko](https://github.com/eshikvtumane)
* [Tim](https://github.com/Shin--/)
* [YunpengZhan](https://github.com/runningzyp)

0 comments on commit 5d78b74

Please sign in to comment.