Getting Started

Add a fully featured spreadsheet to your Dash app with just a couple of lines of code.

Overview of Mito for Dash

Mito for Dash is currently in beta. This means that we may make changes to the public interfaces of the Spreadsheet callback, as well as change how this components integrates with your Dash applications. While Mito is in beta, please note that Mito for Dash only works with one thread. Please keep this in mind when deploying a Dash application that includes Mito. This limitation will be relaxed in the coming weeks.

Dash is an open-source Python library that makes it easy to create custom data apps in pure Python. Dash is well-suited to highly-customized and enterprise-grade Python data applications.

Mito for Dash allows Dash application developers to add a Excel-like spreadsheet directly into their Dash application. This comes with a few benefits:

  1. Reduce Dash development time: Mito comes with batteries included. Many common data cleaning and aggregation operations like filters, pivot tables, formulas, and formulas require 10x less code.

  2. Make dashboards easy to adopt: Mito's spreadsheet-style UI makes dashboard adoption much easier for end-users, as it's an interface they already know!

  3. Save users time with automation: use Mito to record and automate user edits, all within Python. Make you Dash application an automation hub!

Last updated