Skip to main content

Docx and Excel File handler for Streamlit or Dash

Project description

Xfilios

Excel and Docx FileIO handlers in the client side for Streamlit (in future Dash will also be considered) Framework. The library provides easy to use classes to encode or decode Docx and Excel at the client side. The following core features are available in the library:

  • Convert an uploaded Docx-file into base64 encoded string to send over HTTP post request (a wrapper over python-docx package)
  • Convert Data received from an HTTP get/post request into Downloadable Excel file (a wrapper over pandas and openpyxl)
  • Combine multiple data source into multi-sheet Downloadable Excel file at the frontend (a wrapper using pandas ReadExcel function with openpyxl)

This package is actually a wrapper over pandas and python-docx package. It is possible to extend other fileIO types like csv, text etc in further release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xfilios-0.0.2.tar.gz (7.1 kB view hashes)

Uploaded Source

Built Distribution

xfilios-0.0.2-py3-none-any.whl (7.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page