Merge pull request #22 from Hestia-Homes/feature/sharepoint_integration

week commencing
This commit is contained in:
Jun-te Kim 2025-03-19 16:10:40 +00:00 committed by GitHub
commit a18e707a91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,5 +42,6 @@ def main():
# Save to an Excel file
df.to_excel("survey_data.xlsx", index=False)
print(f"WEEK COMMENCING {WEEK_COMMENCING}")
print("Excel file 'survey_data.xlsx' created successfully!")
print(pformat(data))