Mehr Pep8 kompatibel
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import openpyxl
|
||||
from openpyxl.styles import Font
|
||||
|
||||
def make_tabellen_ueberschrift():
|
||||
|
||||
def make_tabellen_ueberschrift():
|
||||
workbook = openpyxl.Workbook()
|
||||
|
||||
tabelle1 = workbook.active
|
||||
@@ -29,9 +29,10 @@ def make_tabellen_ueberschrift():
|
||||
|
||||
workbook.save('Registrierliste.xlsx')
|
||||
|
||||
def main():
|
||||
|
||||
def main():
|
||||
make_tabellen_ueberschrift()
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user