So here is the challenge I am facing. I want to copy a certain range of rows and columns from one sheet in a workbook into a new sheet. Seems pretty easy enough right? Here's the catch: The entire process has to be done using python and the copying process should preserve the formatting. i.e. any and all formatting in the original range has to be there in the new sheet. (So that effectively rules out reading and writing one cell at a time) I have bee trying to rack my brains on it, but cant seem to figure out a simple elegant solution.
Can anyone point me in the right direction? Or perhaps towards some documentation that might help?