User contributions for Ahapublic
Jump to navigation
Jump to search
27 August 2022
- 15:2515:25, 27 August 2022 diff hist +2,488 N Spreadsheetgen Created page with "=== Automatically creating the schedule for the year === The following python script is able to generate the yearly schedule for a given year. <markdown> ``` from datetime import datetime, timedelta from dateutil.rrule import rrule, DAILY, TH, SA import datetime as dt import xlsxwriter workbook = xlsxwriter.Workbook('demo.xlsx') bold = workbook.add_format({'bold': True}) def get_first_date_of_month(year, month): first_date = datetime(year, month, 1) return fir..."
- 14:1214:12, 27 August 2022 diff hist +26 VolunteerActions No edit summary Tag: Visual edit: Switched
- 14:1014:10, 27 August 2022 diff hist +339 N VolunteerActions did stuff