Home - mrWh1te/ngExcel GitHub Wiki
Welcome to the ngExcel wiki!
Overview
Simple Spreadsheet progressive web application that focuses on providing a modern experience to track finances.
Features
- Algebraic expressions using values from spreadsheet cells by referencing their cell addresses i.e. A3
- Supports JavaScript globals i.e. Math API "= Math.floor(A3 / 3)"
Development
Development is focused on the enhancements and bugs reported in this repo's Issues tracker.
In summary, the work is adding rudimentary, most used, Spreadsheet features with a focus on modernizing the User Experience for a cleaner, more enjoyable experience.
Backlog
These issues have not yet been added to the Issues tracker.
- Merge Cells
- Graphs (start with basic line chart)
- Spike Statistical analysis tools
- Spike Pivot tables
- Spike text to columns
- Spike remove duplicates
- Spike presentation mode (i.e. non used cells are greyed out to fade into the background to make it easier to focus on the data, clipping the spreadsheet to the cells with data in a rectangle shape)