XlsxWriter how to set opening sheet
Currently I’m working on generating a calender in Python using XlsxWriter. I’ve created an Excel document with 52 sheets (1 for every week in a year). Generating the entire document works perfectly fine but when opening the document, it always opens on the first sheet (week 1). I’m trying to set the opening sheet to the current week. Currently I’m generating my document as follows: