You can edit almost every page by Creating an account and confirming your email.

GS-Calc

From EverybodyWiki Bios & Wiki





GS-Calc
A simple pivot table created in GS-Calc
A simple pivot table created in GS-Calc
Developer(s)citadel5.com
Stable release
17.2 / 23 October 2019; 6 years ago (2019-10-23)
Written inC++
Engine
    Operating systemMicrosoft Windows
    PlatformWTL
    TypeSpreadsheet
    LicenseTrialware
    Websitecitadel5.com/gs-calc.htm

    Search GS-Calc on Amazon.

    GS-Calc is a spreadsheet developed by Citadel5.

    GS-Calc distinctive features

    Organizing worksheets in tree structures

    References to cells in nested folders are similar to plain file paths, e.g.

    =\folder1\folder2\wsheet1!A10
    

    and can be relative to the current folder as well. Additionally, 3D references can be created with constructions like

    =\folder1\folder2!A10
    

    where an array of the A10 cell values from all worksheets in "folder2" is returned. The number of worksheets is unlimited.

    Overwriting the built-in functions

    All functions can be redefined without any multi-threaded performance degradation or any limitations of the multi-threaded calculation options. The support forum includes sample source code showing e.g. how to create imaging functions or call R Project functions.

    Multi-threaded calculation

    Multi-threaded calculations can include any formulas, including formulas with dynamic references. The (definable) number of used processor cores is 1 to 64.

    Optional binary file format

    Although zipped xml file formats are the common standard now, aside from the OpenDocument file format GS-Calc also offers a native binary format. It can be used if saving/loading times and the size of the output files are more important and the interoperability with other programs is not needed. For example, in the binary file format, rows containing series such as

    A B
    1 =sum(e1:f1) 10000000
    2 =sum(e2:f2) 9999999




    10000000 =sum(e10000000:f10000000) 1

    can be automatically saved as a single row.

    Synchronized nested viewing panes

    Worksheets can be displayed in up to 100 split panes where various groups of them can optionally use synchronized vertical and/or horizontal scrolling to browse multiple worksheet(s) regions at the same time.

    Worksheet dimensions

    The number of rows is 12 million and the number of columns is 4096. The maximum number of cells with formulas is 4 billion.

    GS-Calc users

    GS-Calc has been used in scientific applications mainly due to its number of columns and rows.[1][2][3]

    References

    External links


    This article "GS-Calc" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:GS-Calc. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.