All Projects → keikai → Dev Ref

keikai / Dev Ref

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Dev Ref

Unity Quicksheet
Unity-QuickSheet enables you to use spreadsheet file data within Unity editor.
Stars: ✭ 742 (+724.44%)
Mutual labels:  excel, spreadsheet
React Spreadsheet Grid
An Excel-like grid component for React with custom cell editors, performant scroll & resizable columns
Stars: ✭ 996 (+1006.67%)
Mutual labels:  excel, spreadsheet
Vue Handsontable Official
Vue Data Grid with Spreadsheet Look & Feel. Official Vue wrapper for Handsontable.
Stars: ✭ 751 (+734.44%)
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 (+6380%)
Mutual labels:  excel, spreadsheet
Spreadsheet
The Ruby Spreadsheet by ywesee GmbH
Stars: ✭ 1,033 (+1047.78%)
Mutual labels:  excel, spreadsheet
Epplus
EPPlus 5-Excel spreadsheets for .NET
Stars: ✭ 693 (+670%)
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 (+10757.78%)
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 (+491.11%)
Mutual labels:  excel, spreadsheet
Django Rest Pandas
📊📈 Serves up Pandas dataframes via the Django REST Framework for use in client-side (i.e. d3.js) visualizations and offline analysis (e.g. Excel)
Stars: ✭ 1,030 (+1044.44%)
Mutual labels:  excel, spreadsheet
Desktopeditors
An office suite that combines text, spreadsheet and presentation editors allowing to create, view and edit local documents
Stars: ✭ 1,008 (+1020%)
Mutual labels:  excel, spreadsheet
Dataproofer
A proofreader for your data
Stars: ✭ 628 (+597.78%)
Mutual labels:  excel, spreadsheet
Poi Android
📈 Apache POI for Android
Stars: ✭ 77 (-14.44%)
Mutual labels:  excel, spreadsheet
Readxl
Read excel files (.xls and .xlsx) into R 🖇
Stars: ✭ 585 (+550%)
Mutual labels:  excel, spreadsheet
Sheetjs
📗 SheetJS Community Edition -- Spreadsheet Data Toolkit
Stars: ✭ 28,479 (+31543.33%)
Mutual labels:  excel, spreadsheet
Formula Parser
Javascript Library parsing Excel Formulas and more
Stars: ✭ 544 (+504.44%)
Mutual labels:  excel, spreadsheet
Xlnt
📊 Cross-platform user-friendly xlsx library for C++11+
Stars: ✭ 876 (+873.33%)
Mutual labels:  excel, spreadsheet
Docjure
Read and write Office documents from Clojure
Stars: ✭ 510 (+466.67%)
Mutual labels:  excel, spreadsheet
React Handsontable
React Data Grid with Spreadsheet Look & Feel. Official React wrapper for Handsontable.
Stars: ✭ 511 (+467.78%)
Mutual labels:  excel, spreadsheet
Spreadsheet
Spreadsheet for Vaadin Framework
Stars: ✭ 40 (-55.56%)
Mutual labels:  excel, spreadsheet
Documentbuilder
ONLYOFFICE Document Builder is powerful text, spreadsheet, presentation and PDF generating tool
Stars: ✭ 61 (-32.22%)
Mutual labels:  excel, spreadsheet

Keikai Developer Reference

Keikai, effortlessly build spreadsheet-driven web apps.

GitHub last commit

For New Comers

If you are new to Keikai, we recommend you to read Tutorial first to know some basic ideas.

How to Run This Project

Clone the project and launch your command line interface in the keikai-tutorial folder. Execute the following commands based on your environment.

Maven installed

mvn tomcat7:run

No Maven installed yet

Run the Maven wrapper below which will download everything needed for you during starting up:

  • Linux / Mac

./mvnw tomcat7:run

  • Windows

mvnw.cmd tomcat7:run

After Tomcat starts up, visit http://localhost:8080/dev-ref with your browser. You will be seeing a list of examples, these examples are explained in Keikai Developer Reference.

After finishing trying it out, you can press Ctrl+c to stop the server.

Try Freshly Release

Freshly release contains the latest features and bug fixes that are under development. It's built for testing and evaluation. Welcome to try it and give us feedback.

The steps are:

  1. check the latest freshly version at evaluation repo
  2. change the keikai version in pom.xml
  3. run the project according to How to Run This Project

Related resources. Welcome to check them out:

Website

Demo

Document

Blog

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