You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a shell script that I use to process the last line in one of my spreadsheets. I do this by converting the spreadsheet to CSV first, and then processing in awk. The only way I know of to do this is by using expect to open a spreadsheet in sc-im, save it as a csv, and then close it again. It would be helpful if I could just run a command such as sc-im --csv myfile.sc. I don't see anything about this in the manual. Is such a feature supported?
Nevermind...I found by searching the source code that it's documented in the --help flag. However, it appears to be quite broken.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a shell script that I use to process the last line in one of my spreadsheets. I do this by converting the spreadsheet to CSV first, and then processing in awk. The only way I know of to do this is by using expect to open a spreadsheet in sc-im, save it as a csv, and then close it again. It would be helpful if I could just run a command such as
sc-im --csv myfile.sc
. I don't see anything about this in the manual. Is such a feature supported?Nevermind...I found by searching the source code that it's documented in the
--help
flag. However, it appears to be quite broken.Beta Was this translation helpful? Give feedback.
All reactions