/excel-trans

Excel file translation

Primary LanguagePythonMIT LicenseMIT

Excel-trans

python 3.11 with Flet

Etranslate Excel files and keep the original cell format.

What's it looking like?

screenshot

screenshot

How to use?

Download binary from release or clone this repository run with python.

As a Developer

# 1. Clone this project.
$ git clone https://github.com/gymgle/excel-trans.git

# 2. Install pip requirements. 
$ cd excel-trans
$ pip3 install -r requirements.txt

# 3. Try it!
$ python main.py

How to Build?

Build Windows/Linux/macOS executable binary file via PyInstaller.

  1. Install PyInstaller

    $ pip install pyinstaller
  2. Prepare UPX (Optional)

    Download UPX Here, put upx.exe (Windows) to project dir.

  3. Package project

    $ flet pack main.py

You can find the packaged main in dist dir.