Suomenkielinen LibreOffice - Calc
https://fi.libreoffice.org/tutustu/calcLibreOffice, Calc, spreadsheet, ODF, open standards. Calcin oma tiedostomuoto on OpenDocument-laskentataulukko (.ods), mutta voit tästä huolimatta avata myös Microsoft Excelillä tehtyjä taulukoita sekä tallentaa Excel-muotoon, jos haluat lähettää taulukoita Microsoftin tuotteita käyttäville henkilöille.
LibreOffice Calc
www.libreoffice.org › discover › calcLibreOffice, Calc, spreadsheet, ODF, open standards. While Calc saves spreadsheets in its native Open Document Format (.ods), it can also open and save files in Microsoft Excel format for sending to people still locked into Microsoft products.
Calc - LibreOffice
documentation.libreoffice.org › assets › Uploadsdisplay, at Tools > Options > LibreOffice Calc > Formula, Use English function names. Example 1 (function SUM()) Dim FCalc As Object Dim Results As Long FCalc = CreateUnoService("com.sun.star.sheet.FunctionAccess") Results = FCalc.callFunction("SUM", Array(1, 55, 321, 8)) Example 2 (function ROUND()) Dim Results As Double Dim Params(1) As Variant