Giter Site home page Giter Site logo

spreadsheet's Introduction

  • Program was written in React

  • The program can take a dynamic x and y coordinate to generate the graph (Up to 26 for the x coordinate)

  • Cell calculations were done with the library, hot-formula-parser. This library deals with excel syntax and outputs the correct result. It may not have been your intention to let me use this library. Please let me know if you want me to change it

  • Cell calculations can be done with ADD(A1,A2) or SUMPRODUCT(A1, A2).

  • Calculations such as =A1 or =A1 + A2 * A3 can be done as well but are not suppose to be done.

  • Nested calculations are not supported. A full list of commands can be found here: https://github.com/handsontable/formula.js

  • The program needs some work on the UI aspect, as there are no keyboard controls, and the cell selection and deselection requires more work

  • The getGraph function needs to be fixed to look cleaner

  • When the user changes a cell and clicks out of it, the program does the following:

    • The program first sets the input (raw text the user types in) and evaluates an equation if one exists
    • A directed graph with all edges is generated with the getDisplay function
    • The nodes are topologically sorted to get the ordering in which nodes will be processed
    • Each node is evaluated and the value is set

spreadsheet's People

Contributors

saminpou avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.