This script is designed to convert data from an HTML file into a CSV file and then modify that CSV file in Excel format.
- Python 3.x
- openpyxl
- pandas
- Ensure that the required packages are installed.
- Update the file paths in the script to reflect your specific file names and paths.
- Run the script from the command line: python script_name.py.
- The script will perform the following tasks:
- Convert the data from the HTML file to a CSV file.
- Modify the CSV file in Excel format by bolding the font of certain cells.
- Once the script is complete, the modified Excel file will be saved in the specified file path.
Note: Ensure that the HTML file is in the same directory as the script or specify the correct path in the script.