Flex is data-science oriented spreadsheet desktop program written in python, with a TkInter GUI.
Download a release to install Flex and install the following dependencies
pip install xlsxwriter tksheetRun the script using python 3:
python3 flex.pyFlex supports formula entry using the = prefix in any cell. The additional features are now supported:
- Data import from other spreadsheet formats such as MS Excel or in csv
- Support for all functions implemented in python's
mathandstatisticsmodule - Cross-cell referencing by address (e.g:
B14), including ranges as arrays (e.g:A1:B6) - Graphing of data using the
matplotlibpackage - Automatic update propagation to other referenced cells
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
