I am wanting to export my .xlsx file to a network drive. I am currently doing this as below:
workbook = xlsxwriter.Workbook('z:/Company drive/Checking/Monthly Checks.xlsx')
I want my colleagues to be able to use this software and would be ideal if they did not have to remap the drive to Z:.
Is it possible to export to a path like "\servername\Checking\Monthly Checks.xlsx"?