I need to add a new column in my existing excel sheet which is .xlsx using Excel writer in python.
Name |sub1 |sub2 |sub3.
Ram. |10. |20. |30.
Raja.| 11. | 22. | 33
I need to added new columns for TOTAL and AVERAGE and need to calculate it and show the output in .xlsx file.
Need to do in Excel Writer