I like to export org-table and calculations as an elisp function.I was thinking I can use some cells as variables to calculate rest of the table.
Table can be as complicated as possible Function shall return as value another table Procedure shall be: 1) get a table like variable, 2) change some cells, 3) recalculate based on #+TBLFM 4) return another table. Thanks!