Feb-23-2024, 01:05 PM
Quite a lot of people seem to want to know how to get things from Excel, but they don't want to share what they have.
Nuclear Secrets!
You can check the openpyxl documentation here.
Or you could post a small example Excel file, then no one has to guess what you may, or may not, have.
Then you just need to make clear what, exactly, it is that you want to achieve, assuming you are clear about that.
Or, this 1-liner:
Nuclear Secrets!
You can check the openpyxl documentation here.
Or you could post a small example Excel file, then no one has to guess what you may, or may not, have.
Then you just need to make clear what, exactly, it is that you want to achieve, assuming you are clear about that.
Or, this 1-liner:
from magic import wand resultXL = wand.wave("my_old_ excel", "my_total_solution_excel")


