Export a particular cell value from render mode to stdout via CLI #845
-
E.g. a num value of a rendered SUM function cell. |
Beta Was this translation helpful? Give feedback.
Answered by
andmarti1424
Sep 28, 2023
Replies: 1 comment
-
something like this: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
simonante
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
something like this:
echo -e "getnum A7" | ./sc-im --nocurses --quit_afterload file.sc
??