Skip to content

JARAM2024/mini-excel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •