All Projects → vaadin → Spreadsheet

vaadin / Spreadsheet

Licence: other
Spreadsheet for Vaadin Framework

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Spreadsheet

Xlnt
📊 Cross-platform user-friendly xlsx library for C++11+
Stars: ✭ 876 (+2090%)
Mutual labels:  excel, spreadsheet
Dataproofer
A proofreader for your data
Stars: ✭ 628 (+1470%)
Mutual labels:  excel, spreadsheet
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 (+1230%)
Mutual labels:  excel, spreadsheet
Bootstrapping Calculator
Do you have enough savings to fund your business?
Stars: ✭ 465 (+1062.5%)
Mutual labels:  excel, spreadsheet
Sheetjs
📗 SheetJS Community Edition -- Spreadsheet Data Toolkit
Stars: ✭ 28,479 (+71097.5%)
Mutual labels:  excel, spreadsheet
Docjure
Read and write Office documents from Clojure
Stars: ✭ 510 (+1175%)
Mutual labels:  excel, spreadsheet
Readxl
Read excel files (.xls and .xlsx) into R 🖇
Stars: ✭ 585 (+1362.5%)
Mutual labels:  excel, spreadsheet
Epplus
Create advanced Excel spreadsheets using .NET
Stars: ✭ 3,532 (+8730%)
Mutual labels:  excel, spreadsheet
Luckysheet
Luckysheet is an online spreadsheet like excel that is powerful, simple to configure, and completely open source.
Stars: ✭ 9,772 (+24330%)
Mutual labels:  excel, spreadsheet
Epplus
EPPlus 5-Excel spreadsheets for .NET
Stars: ✭ 693 (+1632.5%)
Mutual labels:  excel, spreadsheet
Nghandsontable
Official AngularJS directive for Handsontable
Stars: ✭ 438 (+995%)
Mutual labels:  excel, spreadsheet
Vue Handsontable Official
Vue Data Grid with Spreadsheet Look & Feel. Official Vue wrapper for Handsontable.
Stars: ✭ 751 (+1777.5%)
Mutual labels:  excel, spreadsheet
React Spreadsheet
Simple, customizable yet performant spreadsheet for React
Stars: ✭ 393 (+882.5%)
Mutual labels:  excel, spreadsheet
React Handsontable
React Data Grid with Spreadsheet Look & Feel. Official React wrapper for Handsontable.
Stars: ✭ 511 (+1177.5%)
Mutual labels:  excel, spreadsheet
J
❌ Multi-format spreadsheet CLI (now merged in http://github.com/sheetjs/js-xlsx )
Stars: ✭ 343 (+757.5%)
Mutual labels:  excel, spreadsheet
Formula Parser
Javascript Library parsing Excel Formulas and more
Stars: ✭ 544 (+1260%)
Mutual labels:  excel, spreadsheet
Unioffice
Pure go library for creating and processing Office Word (.docx), Excel (.xlsx) and Powerpoint (.pptx) documents
Stars: ✭ 3,111 (+7677.5%)
Mutual labels:  excel, spreadsheet
Reactgrid
Add spreadsheet-like behavior to your React app
Stars: ✭ 289 (+622.5%)
Mutual labels:  excel, spreadsheet
Ce
Jspreadsheet is a lightweight vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with other spreadsheet software.
Stars: ✭ 5,832 (+14480%)
Mutual labels:  excel, spreadsheet
Unity Quicksheet
Unity-QuickSheet enables you to use spreadsheet file data within Unity editor.
Stars: ✭ 742 (+1755%)
Mutual labels:  excel, spreadsheet

Published on Vaadin  Directory Stars on Vaadin Directory

Vaadin Spreadsheet

Vaadin Spreadsheet is a UI component add-on for Vaadin 7 which provides means to view and edit Excel spreadsheets in Vaadin applications.

License & Author

This Add-on is distributed under Commercial Vaadin Add-on License version 3 (CVALv3). For license terms, see LICENSE.txt.

Vaadin Spreadsheet is written by Vaadin Ltd.

Setting up for development:

Clone the project in GitHub (or fork it if you plan on contributing)

To build and install the project into the local repository run

mvn install -DskipITs

in the root directory. -DskipITs will skip the integration tests, which require a TestBench license. If you want to run all tests as part of the build, run

mvn install

To run the UI used for development, run mvn jetty:run in vaadin-spreadsheet directory, navigate to http://localhost:9998/SpreadsheetDemoUI

To set up SuperDevMode, run mvn vaadin:run-codeserver in vaadin-spreadsheet. You need to have the UI jetty running as well, then navigate to http://localhost:9998/SpreadsheetDemoUI/?superdevmode

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