Skip to main content

Little tools to render a simple spreadsheet in webpage

Project description

Django JSheet

Django JSheet is a small tool for rendering a simple spreadsheet into a web page.

By taking advantage form_class's fields the cells are set with the appropriate properties^.

There is the ability to use classic excel formulas > see docs for more details

Saving the data is done through an asynchronous method and there is the possibility of a chronological saving of all changes.

No model is required, but one can possibly be added to allow synchronization of the data with the db.

^(eg IntegerField => int, TypedChoiceField => select etc)

installation of the django_jsheet_assets package is required).

Good luck! \o/

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

django_jsheet-0.3.9.tar.gz (182.5 kB view hashes)

Uploaded Source

Built Distribution

django_jsheet-0.3.9-py3-none-any.whl (189.2 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