This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from openpyxl import load_workbook | |
from openpyxl.utils.dataframe import dataframe_to_rows | |
template_fout = "<the name of empty excel file to use as template>" | |
fout_name = "<the name of excel file where save the data>" | |
... | |
... | |
... |