ExcelFontFix: Fix Wrong Chinese caused by Error Unicode in Excel.
English | 简体中文
create a virtual environment equipped with python version 3.9, then activate environment.
conda create -n excelfontfix python=3.9
conda activate excelfontfixSwitch the path to the location of the program
cd {the location of the program}Install dependency package of program
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simplepython main.py