sharepoint version

This commit is contained in:
Jun-te Kim 2025-03-19 14:52:21 +00:00
parent 4e6181e413
commit 3ab438d56d

View file

@ -43,6 +43,7 @@ def main():
df.to_excel("survey_data.xlsx", index=False)
print("Excel file 'survey_data.xlsx' created successfully!")
print(pformat(data))
if __name__ == "__main__":