Excel/XPT Converter is a Python application for converting Excel files (.xlsx) to XPT format and vice versa. This tool is useful for converting between different file formats commonly used in data analysis and statistical software.
- Convert Excel files to XPT format
- Convert XPT files to Excel format
- Simple graphical user interface (GUI) built with Tkinter
- Progress bar to track conversion progress
- Error handling for file conversion failures
- Windows operating system (for using the pre-built .exe file)
- No additional dependencies required for standalone executable
- Download the latest release from the https://github.com/RomanGryzodub/xpt_to_xlsx_converter page.
- Extract the downloaded ZIP file to a location on your computer.
- Double-click the
convert.exe
file to launch the application. - Use the buttons to select Excel or XPT files for conversion.
- Follow the on-screen instructions to complete the conversion process.
- View the conversion progress in the progress bar and status messages.
- Clone or download the repository to your local machine.
- Install the required dependencies using pip:
pip install pandas pyreadstat
- Run the
convert.py
script to launch the application. - Follow steps 4-6 from the "Running the Standalone Executable" section.
This project is licensed under the MIT License - see the LICENSE.txt file for details.
Special thanks to the developers of pandas, pyreadstat, and Tkinter for their contributions to the Python ecosystem.
Contributions are welcome! Please feel free to fork the repository and submit pull requests with any improvements or new features.