I was looking to write a script that reads an excel sheet, edits the sheet, and writes it back to the sheet or even better a whole new sheet.
For Example: If len(column b1) = 1: delete b1 and replace with c1. (lol)
I know it's not a simple or straight forward task so I'm willing to look into any language that is the most efficient for the task.
Any general leads would be nice, I'll do the rest of the research.