#Text Excel By Ryan Chan For AP Computer Science 2016
Feel free to take inspiration from my code, just don't copy/paste it! If you have any questions, feel free to approach me in class.
##Usage
All commands must be in lowercase and typed perfectly. Error handling has not yet been fully implemented Supported Commands:
-
print
- Prints out the entire table
-
quit
- Quits the program
-
[Cell]
- Prints out the specified cell
-
[Cell] = [Value]
-
Sets [Cell] to [Value]
-
Possible [Value] types and syntax:
-
String: "input string"
-
Double: 5
-
Date: 1/12/1976
-
Formula: (5 + 3 / 2 * A3)
- Numbers in a formula can be substituded with a Cell address that contains a double
-
-
-
Save