github-linguist/linguist

Excel Formula Language

开放

#7,886 创建于 2026年3月29日

 (0 条评论) (0 个反应) (0 位负责人)Ruby (5,166 个派生)batch import
Add LanguageGood First Issue

仓库指标

星标
 (13,466 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Language name

The Excel Formula Language is likely the most popular programming language and with the introduction of LAMBDA, it's even turing complete.

Since fomulas live inside of Excel they are rarely seen as source code, however there are instances of people sharing formulas/lambdas on GitHub, so adding support for it on GitHub could be considered.

URL of example repository

These repos are using simply the .txt file extension:

This repo puts the formula in the README directly: https://github.com/UoLeevi/excel

OA Robot is using the .lambda file extension: https://github.com/oehmauto/OARobot/tree/main/Getting%20Started%20Command%20Collection.xlsm%20README/Lambdas

A gist with Excel Lamda functions: https://gist.github.com/wynhopkins/2efdf218ed78be03a0a082ff6a99dad1

URL of syntax highlighting grammar

https://github.com/miguelangelcdm/excel-formula-formatter (Note that the extension is advocating for the .xlf extension)

Most popular extensions

.txt with 1.7k+ results .xlf with ~74 results .lambda with ~100 results .excel with 350+ results

(some search queries might need some improvement for more accurate results)

Detected language

None or XML (when using the .xlf extension)

贡献者指南