This application automatically translates Excel files from Korean to English while preserving the original formatting and styling.
- Translates Korean text to English in Excel files
- Preserves original Excel formatting and styling
- Supports multiple sheets in a single Excel file
- Simple web interface for easy use
- Create a virtual environment:
python3 -m venv venv- Activate the virtual environment:
source venv/bin/activate- Install the required packages:
pip install -r requirements.txt- Make sure your virtual environment is activated:
source venv/bin/activate- Run the application:
python app.py- Open your web browser and go to:
http://localhost:5001
-
Upload your Excel file through the web interface and click "Translate" to get the English version.
-
To stop the application, press
Ctrl+Cin the terminal.
- The application will preserve all formatting and styling from the original Excel file
- Make sure your Excel file is not currently open when uploading
- Large files may take longer to process