diff --git a/Fantacalcio.py b/Fantacalcio.py index 56da191..6247335 100644 --- a/Fantacalcio.py +++ b/Fantacalcio.py @@ -276,5 +276,5 @@ def appetibilita(df: pd.DataFrame) -> float: df.sort_values(by="Convenienza", ascending=False) # df.to_csv("giocatori_appet.csv", index=False) - df.to_excel("giocatori_excel.xls") - logger.debug("Finito!") \ No newline at end of file + df.to_excel("giocatori_excel.xlsx") + logger.debug("Finito!") diff --git a/requirements.txt b/requirements.txt index fae9d38..65c75af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,5 @@ beautifulsoup pandas loguru tqdm -requests \ No newline at end of file +requests +xlsxwriter