TinyMCESpreadsheetPlugin
Spreadsheet plugin for TinyMCE
Install / Use
/learn @lrusso/TinyMCESpreadsheetPluginREADME
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.

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
node-connect
353.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
111.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
353.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
353.3kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
