Skip to content

Latest commit

 

History

History
63 lines (44 loc) · 878 Bytes

README.md

File metadata and controls

63 lines (44 loc) · 878 Bytes

Mini Excel

How to Build

Simple Table

1PNG

List commands

2PNG

Parameter

7PNG 8PNG 9PNG

  • Point Parameter

Usage:
(command) point (row_index) (col_index) (set, default value is 0)

  • Box Parameter

Usage:
(command) box (row_index) (col_index) (width) (height) (set, default value is 0)

  • List Parameter

Usage:
(command) list (length) (data1, data2, data3 ...)

Implement various methods

Methods to be implemented

3PNG

Hot Compiling

4PNG 5PNG 6PNG

How to build

Windows

Caution

  • Hot compiling is not available now.
mkdir build
cd build
cmake ..
./src/mini-excel

MacOS

mkdir build
cd build
cmake ..
cd ./src
./mini-excel