Design an excel like system in java
Anonym
Map of cell id -> cell object. Multiple cells types extends an abstract cell. Formula cell track a list of dependency cells. Each cell should notify cells that are depended on it on value change (Observable pattern)