SC: Difference between revisions

From DWIKI
Tony (talk | contribs)
mNo edit summary
Tony (talk | contribs)
mNo edit summary
Tag: wikieditor
 
(2 intermediate revisions by the same user not shown)
Line 12: Line 12:
= Documentation =
= Documentation =


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


= FAQ =
= HOWTO =


== Name field ==
== Name field ==
Line 38: Line 37:


  ca
  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 "###"