Roughly translate some Excel spreadsheets to Ruby or C.
exceltoc - roughly translate some Excel files into C.
exceltoruby - roughly translate some Excel files into Ruby.
This allows spreadsheets to be:
For example, running these commands turns this spreadsheet into this Ruby code or this C code.
Requires Ruby. Install by:
gem install excel_to_code
To just have a go:
excel_to_c
This will produce a file called excelspreadsheet.c
For a more complex spreadsheet:
excel_to_c --compile --run-tests --settable --prune-except
See the full list of options:
excel_to_c --help
Report bugs: https://github.com/tamc/excel_to_code/issues
See Changes.
See License
Source code: https://github.com/tamc/excel_to_code
Documentation:
Some notes on how Excel works under the hood: