We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c67a8f commit 5d78b74Copy full SHA for 5d78b74
README.md
@@ -126,10 +126,12 @@ def get_header(self):
126
datetime_format = "%H:%M:%S %d.%m.%Y"
127
return {
128
'tab_title': 'MyReport',
129
+ 'use_header': True, # show the header_title
130
'header_title': 'Report from {} to {}'.format(
131
starttime.strftime(datetime_format),
132
endtime.strftime(datetime_format),
133
),
134
+ 'tab_title': 'Report', # title of tab/workbook
135
'height': 45,
136
'img': 'app/images/MyLogo.png',
137
'style': {
@@ -286,3 +288,4 @@ This package was created by the staff of [Wharton Research Data Services](https:
286
288
* [Pavel Bryantsev](https://github.com/Tigven)
287
289
* [Pavel Tolstolytko](https://github.com/eshikvtumane)
290
* [Tim](https://github.com/Shin--/)
291
+* [YunpengZhan](https://github.com/runningzyp)
0 commit comments