All Projects → lazy-luo → lazyExcel

lazy-luo / lazyExcel

Licence: Apache-2.0 license
a simply software like MS-Excel.it can be running muiti-platform...

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to lazyExcel

Excelize
Golang library for reading and writing Microsoft Excel™ (XLSX) files.
Stars: ✭ 10,286 (+27700%)
Mutual labels:  excel, office, openoffice
Tablereport
A python library for making table report.
Stars: ✭ 51 (+37.84%)
Mutual labels:  excel, office, report
Sheetjs
📗 SheetJS Community Edition -- Spreadsheet Data Toolkit
Stars: ✭ 28,479 (+76870.27%)
Mutual labels:  grid, excel
Vue Handsontable Official
Vue Data Grid with Spreadsheet Look & Feel. Official Vue wrapper for Handsontable.
Stars: ✭ 751 (+1929.73%)
Mutual labels:  grid, excel
Hot Table
Handsontable - Best Data Grid Web Component with Spreadsheet Look and Feel.
Stars: ✭ 114 (+208.11%)
Mutual labels:  grid, excel
Nghandsontable
Official AngularJS directive for Handsontable
Stars: ✭ 438 (+1083.78%)
Mutual labels:  grid, excel
React Handsontable
React Data Grid with Spreadsheet Look & Feel. Official React wrapper for Handsontable.
Stars: ✭ 511 (+1281.08%)
Mutual labels:  grid, excel
Revogrid
Powerful virtual data grid smartsheet with advanced customization. Best features from excel plus incredible performance 🔋
Stars: ✭ 1,870 (+4954.05%)
Mutual labels:  grid, excel
Kkfileviewofficeedit
文件在线预览及OFFICE(word,excel,ppt)的在线编辑
Stars: ✭ 234 (+532.43%)
Mutual labels:  excel, office
Yii2 Export
A library to export server/db data in various formats (e.g. excel, html, pdf, csv etc.)
Stars: ✭ 153 (+313.51%)
Mutual labels:  grid, excel
Tui.grid
🍞🔡 The Powerful Component to Display and Edit Data. Experience the Ultimate Data Transformer!
Stars: ✭ 1,859 (+4924.32%)
Mutual labels:  grid, excel
Angular Handsontable
Angular Data Grid with Spreadsheet Look & Feel. Official Angular wrapper for Handsontable.
Stars: ✭ 175 (+372.97%)
Mutual labels:  grid, excel
ag-grid
The best JavaScript Data Table for building Enterprise Applications. Supports React / Angular / Vue / Plain JavaScript.
Stars: ✭ 8,743 (+23529.73%)
Mutual labels:  grid, excel
Gradle License Plugin
Gradle plugin that provides a task to generate a HTML license report of your project.
Stars: ✭ 246 (+564.86%)
Mutual labels:  open, report
Reogrid
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.
Stars: ✭ 532 (+1337.84%)
Mutual labels:  grid, excel
Androiddocumentviewer
Android 文档查看: word、excel、ppt、pdf,使用mupdf及tbs
Stars: ✭ 235 (+535.14%)
Mutual labels:  excel, office
React Spreadsheet Grid
An Excel-like grid component for React with custom cell editors, performant scroll & resizable columns
Stars: ✭ 996 (+2591.89%)
Mutual labels:  grid, excel
react-datasheet-grid
An Airtable-like / Excel-like component to create beautiful spreadsheets.
Stars: ✭ 227 (+513.51%)
Mutual labels:  grid, excel
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 (+6210.81%)
Mutual labels:  excel, office
Office Ribbonx Editor
An overhauled fork of the original Custom UI Editor for Microsoft Office, built with WPF
Stars: ✭ 205 (+454.05%)
Mutual labels:  excel, office

lazyExcel

a simply software like MS-Excel.it can be running muiti-platform...

1、2005年写的Excel,可跨平台(Grid部分跨平台,需要实现OSFace\xxplatform\GDI\CLDrawer类),现在放出来

2、可以替代微软的excel大部分功能,同时加入了一些新特性,可以非常方便的实现各种需要复杂报表

3、脚本语言(ScriptEngine):

a、采用类c语法,不支持指针操作,不支持?:操作

b、只支持3种变量类型 number-->数值型   string-->字符串型 list

c、支持自定义函数以及其他特征;

d、支持动态回调接口,可以调用c/c++编写的函数,可以支持外部变量动态求值

e、本引擎为跨平台嵌入式引擎,可以嵌入到任何应用中

表格样式1

表格样式2

表格样式3

自己动手,丰衣足食~

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].