Skip to content
Advertisement

Python WorkSheet creation with range list

I want to create a spreadsheet in below format. But unable to do it, Please help.

Every worksheet should have date which start from 25th and end at 24 without Saturday and Sunday.

JavaScript

Also want to add same date in each sheet cell with a table (unable to create a table yet).

JavaScript

enter image description here

Advertisement

Answer

I think this is what you are looking for:

JavaScript

You had most of it done, all that was needed was to glue the 2 parts together.

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement