Skip to content

Commit 5d78b74

Browse files
authored
Add runningzyp as maintainer
and update get_header doc
1 parent 4c67a8f commit 5d78b74

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,12 @@ def get_header(self):
126126
datetime_format = "%H:%M:%S %d.%m.%Y"
127127
return {
128128
'tab_title': 'MyReport',
129+
'use_header': True, # show the header_title
129130
'header_title': 'Report from {} to {}'.format(
130131
starttime.strftime(datetime_format),
131132
endtime.strftime(datetime_format),
132133
),
134+
'tab_title': 'Report', # title of tab/workbook
133135
'height': 45,
134136
'img': 'app/images/MyLogo.png',
135137
'style': {
@@ -286,3 +288,4 @@ This package was created by the staff of [Wharton Research Data Services](https:
286288
* [Pavel Bryantsev](https://github.com/Tigven)
287289
* [Pavel Tolstolytko](https://github.com/eshikvtumane)
288290
* [Tim](https://github.com/Shin--/)
291+
* [YunpengZhan](https://github.com/runningzyp)

0 commit comments

Comments
 (0)