Skip to content

Coding exercise to read mini .csv file, parse values and evaluate the excel-like expressions.

License

Notifications You must be signed in to change notification settings

stanislavsabev/minicel-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coding exercise: Implement mini Excel-like engine in C

Read .csv file.

Parse values and evaluate the expressions.

Report circular references and other errors.

Example

Input looks like this...

A      , B
1      , 2
3      , 4
=A1+B1 , =A2+B2

..and the output like this

A      | B
1      | 2
3      | 4
3      | 7

Credits

Checkout the original inspiration at https://github.com/tsoding/minicel

About

Coding exercise to read mini .csv file, parse values and evaluate the excel-like expressions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published