Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 807 Bytes

File metadata and controls

18 lines (15 loc) · 807 Bytes

HTML file into a CSV file

This script is designed to convert data from an HTML file into a CSV file and then modify that CSV file in Excel format.

Requirements

  1. Python 3.x
  2. openpyxl
  3. pandas

Usage

  1. Ensure that the required packages are installed.
  2. Update the file paths in the script to reflect your specific file names and paths.
  3. Run the script from the command line: python script_name.py.
  4. The script will perform the following tasks:
  5. Convert the data from the HTML file to a CSV file.
  6. Modify the CSV file in Excel format by bolding the font of certain cells.
  7. 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.