Skip to content

Resources-cskwork/translateExcel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Excel Korean to English Translator

This application automatically translates Excel files from Korean to English while preserving the original formatting and styling.

Features

  • 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

Installation

  1. Create a virtual environment:
python3 -m venv venv
  1. Activate the virtual environment:
source venv/bin/activate
  1. Install the required packages:
pip install -r requirements.txt

Usage

  1. Make sure your virtual environment is activated:
source venv/bin/activate
  1. Run the application:
python app.py
  1. Open your web browser and go to:
http://localhost:5001
  1. Upload your Excel file through the web interface and click "Translate" to get the English version.

  2. To stop the application, press Ctrl+C in the terminal.

Notes

  • 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

About

엑셀 파일의 서식을 유지한 채로 한국어를 영어로 자동 번역해주는 웹 애플리케이션입니다.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages