Skip to content

Instantly share code, notes, and snippets.

View StefanoGITA's full-sized avatar

StefanoG_ITA StefanoGITA

  • Italy
  • 04:22 (UTC +02:00)
View GitHub Profile
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>"
...
...
...