swift2891 / ExcelConv

A Web app to convert .xls filesto .xlsx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ExcelConv

The WebApp is hosted at swift2891.pythonanywhere.com

About

A Web app to convert .xls file to .xlsx file. A simple and instant solution.

1. Try the App

1.1 Web Browser

Go to the above mentioned URL

  • Upload the .xls file
  • Click Convert button and save the new converted file.

1.2 PyCharm

  • Clone this Project
  • Load it in PyCharm IDE
  • Install all needed libraries mentioned in requirements.txt
  • Run main_app.py inside src/ folder.
  • Go to the local host server to access app.

Note

The app has only one feature. I will be working on this to add more features.

About

A Web app to convert .xls filesto .xlsx


Languages

Language:Python 81.1%Language:HTML 18.9%