SkillAgentSearch skills...

TinyMCESpreadsheetPlugin

Spreadsheet plugin for TinyMCE

Install / Use

/learn @lrusso/TinyMCESpreadsheetPlugin
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

TinyMCE Spreadsheet Plugin

The plugin stores the cell formula as a class name in the cell tag and inserts the result as the cell value.

Operators + - * / % ( ) and cells references are allowed.

alt screenshot

Demo

https://lrusso.github.io/TinyMCESpreadsheetPlugin/demo.htm

Formulas examples

| FORMULA | DETAILS | | :------------ |:--------------- | | 1+2+3 | Simple formula | | A1+A2+A3 | Cell referenced formula | | (A1+A2+A3)+100 | Cell referenced formula with additional math | | "$ "+((A1+A2+A3)+100) | Cell referenced formula with additional math and text | | "$ "+((A1:A3)+100) | Cell range formula with additional math and text | | "$ "+((A1:B3)+100) | Cell range formula with additional math and text |

How to add it to TinyMCE

Add the Spreadsheet plugin script to your TinyMCE Web:

<script src="spreadsheet.js"></script> 

Add the plugin references into your TinyMCE configuration:

plugins: "spreadsheet",
toolbar1: "spreadsheet",

Related Skills

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated2y ago
Forks0

Languages

JavaScript

Security Score

70/100

Audited on Dec 31, 2023

No findings