SC: Difference between revisions

From DWIKI
Tony (talk | contribs)
Tony (talk | contribs)
mNo edit summary
Tag: wikieditor
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
Spreadsheet calculator
Spreadsheet calculator


=Links=
 
= Links =
 
*[https://github.com/andmarti1424/sc-im Homepage]
*[https://www.maketecheasier.com/linux-command-line-spreadsheets/ Writing Spreadsheets from the Linux Command Line]
*[https://www.linuxjournal.com/article/10699 sc: the Venerable Spreadsheet Calculator]
*[http://mamchenkov.net/wordpress/2016/12/24/sc-im-spreadsheet-calculator-improvised/ SC-IM – Spreadsheet Calculator Improvised]
 
= Documentation =
 
*[https://www.linuxjournal.com/article/10699 sc: the Venerable Spreadsheet Calculator]
*[https://www.linuxjournal.com/article/10699 sc: the Venerable Spreadsheet Calculator]


= HOWTO =


=Documentation=
== Name field ==
*[http://blog.startaylor.net/2016/08/29/sc/ SC crash course]
*[https://www.linuxjournal.com/article/10699 sc: the Venerable Spreadsheet Calculator]


=FAQ=
==Name field==
See "Range Commands"
See "Range Commands"
  rd
  rd


==Show named fields/ranges==
== Show named fields/ranges ==
 
  rS
  rS


==Remove named field==
== Remove named field ==
 
  ru
  ru
== Mark for copy ==
ma
== Paste ==
ca
== Format column ==
Number with 2 zero padded decimals:
/F B1:B10 "###.00"
Integer with 3 digits:
/F B1:B10 "###"

Latest revision as of 13:44, 2 February 2026

Spreadsheet calculator


Links

Documentation

HOWTO

Name field

See "Range Commands"

rd

Show named fields/ranges

rS

Remove named field

ru

Mark for copy

ma

Paste

ca

Format column

Number with 2 zero padded decimals:

/F B1:B10 "###.00"

Integer with 3 digits:

/F B1:B10 "###"