summaryrefslogtreecommitdiffstats
path: root/Readme.md
blob: 0814a797161277cce534c0baac094e9054491d54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
#SC-IM

SC-IM is a spreadsheet program that is based on SC (http://ibiblio.org/pub/Linux/apps/financial/spreadsheet/sc-7.16.tar.gz)

## Some of the features of SC-IM

- 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 file import and export.
- XLS / XLSX file import.
- Key-mappings.
- Sort of rows.
- Filter of rows.
- 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.
- 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. :-)

![demo image](https://raw.githubusercontent.com/andmarti1424/sc-im/widechar/scim2.png)
![demo image](https://raw.githubusercontent.com/andmarti1424/sc-im/widechar/scim.png)
![demo image](https://raw.githubusercontent.com/andmarti1424/sc-im/widechar/scim3.png)

## Build & Install

* Edit Makefile file according to your system and needs.
```
    vim Makefile
```

* Only for OSX users do:
```
    brew install ncurses
    brew link ncurses
```

* Inside /src folder run:
```
    make
```

* Optional: You can install the binary 'sc-im' in your system by typing with a privileged user:
```
    make install
```


### Donations

Please. I mean, Please.. make a DONATION with PayPal.
If you wish to make a donation, please send money to scim.spreadsheet@gmail.com via PayPal.
Currently, we already received the amount of 21 USD and 30 euros.

A lot of features are in the roadmap, such as multiple worksheets, and even a GTK gui!
Thanks.