#
formula
Here are 290 public repositories matching this topic...
Easily type math in your webapp
-
Updated
Nov 5, 2020 - JavaScript
math and logic formula parser and evaluator
-
Updated
Dec 12, 2020 - Ruby
Fast and powerful .NET spreadsheet component, support data format, freeze, outline, formula calculation, chart, script execution and etc. Compatible with Excel 2007 (.xlsx) format and working on .NET 3.5 (or client profile), WPF and Android platform.
formula
grid
dotnet
excel
wpf
xlsx
spreadsheet
grid-editor
excelreader
calculation
excelwriter
xlsxwriter
xlsxreader
reogrid
-
Updated
Sep 27, 2020 - C#
Javascript Library parsing Excel Formulas and more
-
Updated
Dec 16, 2020 - JavaScript
pySMT: A library for SMT formulae manipulation and solving
-
Updated
Dec 22, 2020 - Python
Jace.NET is a calculation engine for the .NET platform.
-
Updated
Dec 15, 2020 - C#
jQuery Calx - a jQuery plugin for creating formula-based calculation form
-
Updated
Oct 16, 2018 - JavaScript
HyperFormula is an Excel-like calculation engine for web apps, data grids, and spreadsheets. ⚡
formula
parser
performance
crud
typescript
graph
evaluator
gpu-acceleration
calculation-engine
smart-documents
-
Updated
Dec 23, 2020 - TypeScript
Open
More commands
1
Happypig375
commented
Nov 4, 2019
Is your feature request related to a problem? Please describe.
Some LaTeX commands are still missing from CSharpMath. They include font commands and more complicated mathematical symbols.
Describe the solution you'd like
- Add
\textsc - Add
\textsl - Add
\longdiv - Add
\stackrel/\underset(kostub/iosMath#63) - Add `\colorbo
aJLaTeXMath Library - Displays LaTeX commands in android OS.
-
Updated
Jul 20, 2018 - Java
A functional reactive framework for managing state and side effects based on RxJava.
-
Updated
Dec 23, 2020 - Kotlin
Jenkins custom formulas
-
Updated
Dec 22, 2020 - Go
python
formula
awesome
algorithm
practice
math
mathematics
funny
implementation
mathematical-functions
numerical
-
Updated
Dec 16, 2019 - Python
A collection of methods for solving Finance/Accounting equations, implemented in C#.
finance
formula
algorithm
csharp
equation
accounting
financial
investing
economics
stock-market
financial-services
quantitative-finance
investment
technical-analysis
financial-analysis
quantitative-trading
financial-markets
csharp-library
financial-engineering
quantitative-analysis
-
Updated
Jun 25, 2020 - C#
A modular sat/smt solver with proof output.
-
Updated
Dec 23, 2020 - OCaml
-
Updated
Jun 17, 2018 - TypeScript
javascript nodejs excel formula parser
-
Updated
Dec 11, 2020 - JavaScript
A Node UDP client and telemetry parser for Codemaster's Formula 1 series of games
car
formula
frequency
formula1
packets
lan
driver
telemetry
xbox
playstation
multiplayer-game
automotive
videogame
pc
race
formula-one
automobile
codemasters
grand-prix-stats
telemetry-parser
menus-size
packet-details
grand-prix-race-manager
-
Updated
Dec 11, 2020 - TypeScript
Repeatr: Reproducible, hermetic Computation. Provision containers from Content-Addressable snapshots; run using familiar containers (e.g. runc); store outputs in Content-Addressable form too! JSON API; connect your own pipelines! (Or, use github.com/polydawn/stellar for pipelines!)
formula
containers
distributed
reproducibility
snapshots
reproducible-builds
timeless
timeless-stack
-
Updated
Mar 27, 2020 - Go
Parsing and evaluating mathematical formulas given as strings.
-
Updated
Feb 28, 2020 - PHP
支持四则运算、Excel公式语法,并支持自定义参数。
-
Updated
Oct 20, 2020 - JavaScript
Create Maya node-network by entering a math-formula.
python
calculator
formula
node
math
maya
autodesk
cmds
maya-api
maya-python
node-calculator
maya-script
noca
maya-cmds
nodecalculator
-
Updated
Aug 19, 2020 - Python
Go Microsoft Excel™ Formula Parser
-
Updated
Oct 16, 2020 - Go
Parse and evaluate MS Excel formula in javascript.
javascript
formula
parser
interpreter
js
excel
spreadsheet
evaluator
formula-parser
excel-formulas
excel-formula
-
Updated
Nov 26, 2020 - JavaScript
Improve this page
Add a description, image, and links to the formula topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the formula topic, visit your repo's landing page and select "manage topics."
描述错误
工作簿标题更新后不会触发 updated 钩子函数
期望的结果
触发updated钩子函数,updated钩子应该是监听到所有的操作。
屏幕截图或演示

环境:
-操作系统:[ Windows]
-浏览器 版本号:[Edge]
-Luckysheet版本:[最新]
备注
updated监听的撤销重做数组,建议把修改标题加入撤销重做数组中,包括存储本地和传输到后端(现在要获取标题的值是直接在DOM上取值)