SC-IM is a spreadsheet program that is based on SC. See demo video here: https://www.youtube.com/watch?v=K_8_gazN7h0/
Since SC-IM is based on ncurses, terminal emulators with good ncurses support are recommended: Havoc (if you have a hardware keyboard) or Literm (if you need a virtual keyboard).
SC-IM can use Gnuplot to display ASCII charts (the dependency is normally facultative but for this SFOS package, it will be resolved automatically when installing SC-IM).
# Usage
$ sc-im
Type ":h" in SC-IM to display the help.
# Features
- UNDO / REDO.
- 65.536 rows and 702 columns supported. (The number of rows can be expanded to 1.048.576 if wished).
- CSV / TAB delimited / XLSX file import and export.
- Scripting support with LUA. Also with triggers and c dynamic linked modules.
- Clipboard support.
- GNUPlot interaction.
- Key-mappings.
- Sort of rows.
- Filter of rows.
- Subtotals.
- Cell shifting.
- 256 color support - screen colors can be customized by user, even at runtime.
- Colorize cells or give them format such as bold or underline.
- Wide character support. The following alphabets are supported: English, Spanish, French, Italian, German, Portuguese, Russian, Ukrainian, Greek, Turkish, Czech, Japanese, Chinese.
- Autobackup.
- Implement external functions in the language you prefer and use them in SC-IM.
- Use SC-IM as a non-interactive calculator, reading its input from a external script.
- More movements commands implemented !
- Input and Output was completely rewritten.
About the name, the idea is that the program can be identified as another vim-like app. SC-IM stands for Spreadsheet Calculator Improvised.
# Configuration
The file ~/.scimrc contains configuration data. Here is an example:
set autocalc set numeric set numeric_decimal=0 set overlap set xlsx_readformulas
Attachment | Size | Date |
---|---|---|
sc-im-0.7.0-1.armv7hl.rpm | 221.54 KB | 19/06/2020 - 20:33 |
sc-im-0.7.0-2.armv7hl.rpm | 221.49 KB | 20/06/2020 - 18:26 |
* Sat Jun 20 2020 Kabouik <matf[redactedforbots]disr.it> 0.7.0 Rel. 2
- Fixed help issue caused by wrong prefix during compilation.
* Fri Jun 19 2020 Kabouik <matf[redactedforbots]disr.it> 0.7.0
- First SFOS build based on 0.7.0.
Comments
objectifnul
Sat, 2020/06/20 - 18:48
Permalink
Confirmed. Thx.
objectifnul
Sat, 2020/06/20 - 13:28
Permalink
/usr/share/sc-im/sc-im_help is present, but the :h or :help commands return "cannot open help file"
Kabouik
Sat, 2020/06/20 - 18:27
Permalink
Thanks for reporting it. This was due to a wrong prefix when compiling. It should be fixed now with the update, can you confirm?