8000 GitHub - Rhea-OS/spreadsheet: A spreadsheet tool for working with data in plain-text form
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Rhea-OS/spreadsheet

Repository files navigation

Spreadsheet

A spreadsheet plugin for Obsidian. Create, edit and manage spreadsheets using a specialised CSV format.

Features

  • Display / Edit CSV files
  • Bulk-edit Values
  • Table operations
  • Front-matter support
  • Formulas
  • Mathematical, financial and statistics functions
  • Unit conversion
  • Global Search integration

Formula Language

The formula language allows you to calculate things like a traditional spreadsheet by interpreting cell-values beginning with = as a formula.

The syntax is simple, yet extensible through [[#extensions|extensions]], featuring

  • arithmetic operators: + - * / % ^
  • logical operators: > < == != && || !
  • functions: min(1,2,3)
  • lists and maps: [1,2,3] and [a=1,b=2,c=3]
  • objects: ([a=1,b=2,c=3]).b==3

Note on extensibility: The formula language is designed to be extensible. You can define your own operators, constants, functions, and integrations with the host system, as well as capture addresses and handle them as necessary.

The formula language provides no functionality of its own. The list of standard operators is defined client-side.

Extensions

Implementing functions

You can add your own functions which you can use in a formula in the settings.

About

A spreadsheet tool for working with data in plain-text form

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0