All Projects → AntoniotheFuture → ExcelFormulaBeautifier

AntoniotheFuture / ExcelFormulaBeautifier

Licence: GPL-3.0 License
Excel Formula Beautifer,make Excel formulas more easy to read,Excel公式格式化/美化,将Excel公式转为易读的排版

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to ExcelFormulaBeautifier

Excelize
Golang library for reading and writing Microsoft Excel™ (XLSX) files.
Stars: ✭ 10,286 (+37996.3%)
Mutual labels:  excel, xlsx, spreadsheet, office
Phpspreadsheet
A pure PHP library for reading and writing spreadsheet files
Stars: ✭ 10,627 (+39259.26%)
Mutual labels:  excel, xlsx, spreadsheet, office
Luckysheet
Luckysheet is an online spreadsheet like excel that is powerful, simple to configure, and completely open source.
Stars: ✭ 9,772 (+36092.59%)
Mutual labels:  excel, xlsx, spreadsheet, office
Documentserver
ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.
Stars: ✭ 2,335 (+8548.15%)
Mutual labels:  excel, xlsx, spreadsheet, office
Desktopeditors
An office suite that combines text, spreadsheet and presentation editors allowing to create, view and edit local documents
Stars: ✭ 1,008 (+3633.33%)
Mutual labels:  excel, xlsx, spreadsheet, office
XToolset
Typed import, and export XLSX spreadsheet to JS / TS. Template-based create, render, and export data into excel files.
Stars: ✭ 110 (+307.41%)
Mutual labels:  excel, xlsx, spreadsheet
Test files
📚 SheetJS Test Files (XLS/XLSX/XLSB and other spreadsheet formats)
Stars: ✭ 150 (+455.56%)
Mutual labels:  excel, xlsx, spreadsheet
spreadcheetah
SpreadCheetah is a high-performance .NET library for generating spreadsheet (Microsoft Excel XLSX) files.
Stars: ✭ 107 (+296.3%)
Mutual labels:  excel, xlsx, spreadsheet
xltpl
A python module to generate xls/x files from a xls/x template.
Stars: ✭ 46 (+70.37%)
Mutual labels:  excel, xlsx, spreadsheet
xlsx-reader
xlsx-reader is a PHP library for fast and efficient reading of XLSX spreadsheet files. Its focus is on reading the data contained within XLSX files, disregarding all document styling beyond that which is strictly necessary for data type recognition. It is built to be usable for very big XLSX files in the magnitude of multiple GBs.
Stars: ✭ 40 (+48.15%)
Mutual labels:  excel, xlsx, spreadsheet
fxl.js
ƛ fxl.js is a data-oriented JavaScript spreadsheet library. It provides a way to build spreadsheets using modular, lego-like blocks.
Stars: ✭ 27 (+0%)
Mutual labels:  excel, xlsx, spreadsheet
sheet2dict
Simple XLSX and CSV to dictionary converter
Stars: ✭ 206 (+662.96%)
Mutual labels:  excel, xlsx, spreadsheet
Xlsx
Fast and reliable way to work with Microsoft Excel™ [xlsx] files in Golang
Stars: ✭ 132 (+388.89%)
Mutual labels:  excel, xlsx, spreadsheet
xlsx reader
A production-ready XLSX file reader for Elixir.
Stars: ✭ 46 (+70.37%)
Mutual labels:  excel, xlsx, spreadsheet
Dexiom.EPPlusExporter
A very simple, yet incredibly powerfull library to generate Excel documents out of objects, arrays, lists, collections, etc.
Stars: ✭ 19 (-29.63%)
Mutual labels:  excel, xlsx, spreadsheet
eec
A fast and lower memory excel write/read tool.一个非POI底层,支持流式处理的高效且超低内存的Excel读写工具
Stars: ✭ 93 (+244.44%)
Mutual labels:  excel, xlsx, office
easy-excel
🚀 快速读写Excel文件,简单高效
Stars: ✭ 118 (+337.04%)
Mutual labels:  excel, xlsx, spreadsheet
umya-spreadsheet
A pure rust library for reading and writing spreadsheet files
Stars: ✭ 79 (+192.59%)
Mutual labels:  excel, xlsx, spreadsheet
Documentbuilder
ONLYOFFICE Document Builder is powerful text, spreadsheet, presentation and PDF generating tool
Stars: ✭ 61 (+125.93%)
Mutual labels:  excel, xlsx, spreadsheet
fxl
fxl is a Clojure spreadsheet library
Stars: ✭ 117 (+333.33%)
Mutual labels:  excel, xlsx, spreadsheet

ExcelFormulaBeautifier Excel公式格式化/美化

Excel Formula Beautifier,make Excel formulas more easy to read.

Excel公式格式化/美化,将Excel公式转为易读的排版。

Why? 起因

When we are writing a complex formula in an Excel Cell we have to face a difficulty,that is,the formula is too hard to read and it will take a lot of time for your co-worker to understand your formula,so I am going to create a way to make this thing more easier,inspired by the some SQL Beautifier Tools,I decided to develop a way to beautif Excel formula,which can easily access by webpage.

我们在编写Excel公式,特别是复杂的,带有多层if嵌套的公式,往往会显得让人难以阅读,我希望通过开发一个网页版的Excel公式格式化/美化工具来帮助大家更好地理解您或您同事写的Excel公式。

Demo 示例

https://t.nonemin.com/excelformula

demo

Usage 使用

The web page can be deployed to your local area network and access via shared folder,to do so,just download the html and js file into the shared folder,then use your browser to open the html file.

本工具可以部署到您的内网中使用:下载html和js文件到内网中的共享文件夹,然后用浏览器打开html文件。

Notice 说明

The complete runnable project has been released as a release

可运行的完整项目已经发布为 Release

LICENSE

This project is under GPL-3.0 License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].