summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormongo <mongo@iomega>2016-04-15 17:04:12 -0300
committermongo <mongo@iomega>2016-04-15 17:04:12 -0300
commit6ade10e86535fbec45865226bc5e975c9ee1332c (patch)
treeacecae6e6d82c9b4d6235a314b788fae47e20dcb
parent6f14c89bdd773a37463307f1f4a8259d97c2ffeb (diff)
Changed Readme.md
-rw-r--r--Readme.md11
1 files changed, 3 insertions, 8 deletions
diff --git a/Readme.md b/Readme.md
index c512aee..4bd1ab4 100644
--- a/Readme.md
+++ b/Readme.md
@@ -2,28 +2,23 @@
SC-IM is a spreadsheet program that is based on SC (http://ibiblio.org/pub/Linux/apps/financial/spreadsheet/sc-7.16.tar.gz)
-A spreadsheet is an interactive computer application program for organization and analysis of data in tabular form. Spreadsheets are developed as computerized simulations of paper accounting worksheets. The program operates on data represented as cells of an array, organized in rows and columns. Each cell of the array is a model–view–controller element that can contain either numeric or text data, or the results of formulas that automatically calculate and display a value based on the contents of other cells.
-
-The user of the spreadsheet can make changes in any stored value and observe the effects on calculated values. This makes the spreadsheet useful for "what-if" analysis since many cases can be rapidly investigated without tedious manual recalculation. Modern spreadsheet software can have multiple interacting sheets, and can display data either as text and numerals, or in graphical form.
-SC-IM uses ncurses for visual interface and has vim-like keybindings and some functional similarities with vim text editor.
-
## 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.
-- Wide character support.
- Key-mappings.
- Sort of rows.
- Filter of rows.
- Cell shifting.
-- More movements commands implemented !
-- Input and Output was completely rewritten.
- 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. :-)