Python Forum

Full Version: Calculate the value which has the similar name in the header using - XLSWRITER using
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi All,
I need to calculate the value which has the similar name in the header. Here i have Bill and Non Bill fields in the column. I need to calculate all the Bill separately and non-bill separately and need to sum in another column Bill Amt Total and Non Bill Amt Total using xlswrriter in python.

Input file
[Image: 6GQir.png]

Output file
https://i.stack.imgur.com/OKeRD.png
Please show what you have tried so far, and where you are having difficulty.