I’m working on a project where I’m extracting a table from a webpage using a botand writing the data into an Excel file. The extraction part works fine — I’m able to get the table content — but after writing to Excel:
- Some columns are swapped (i.e., not in the same order as on the webpage).
- Some cell formats change.