Skip to content

SzatmariA/excelast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generate excel-like csv into html table

This project uses ANTLR's java version Click the link to read more.

Usage

First download the ANTLR Toolset.

Change the input.csv the way you'd use an excel table. You need to type = before expressions and functions.

  • SUM: you can summorize numbers and expressions in your csv with this function.
  • A1: you can target any existing cell you want.

E.g. =SUM(A1:C1)

Look at the input.csv for further examples.

After you changed the input.csv you need to run the makefile again with the command make

About

This is the university project I made for the course Compiler programs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors