com.ctrip.ferriswheel:ferris-wheel-core

A fantastic spreadsheet framework.

Лицензия

Лицензия

Группа

Группа

com.ctrip.ferriswheel
Идентификатор

Идентификатор

ferris-wheel-core
Последняя версия

Последняя версия

0.2.0-alpha.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

A fantastic spreadsheet framework.

Скачать ferris-wheel-core

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.ctrip.ferriswheel/ferris-wheel-core/ -->
<dependency>
    <groupId>com.ctrip.ferriswheel</groupId>
    <artifactId>ferris-wheel-core</artifactId>
    <version>0.2.0-alpha.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.ctrip.ferriswheel/ferris-wheel-core/
implementation 'com.ctrip.ferriswheel:ferris-wheel-core:0.2.0-alpha.5'
// https://jarcasting.com/artifacts/com.ctrip.ferriswheel/ferris-wheel-core/
implementation ("com.ctrip.ferriswheel:ferris-wheel-core:0.2.0-alpha.5")
'com.ctrip.ferriswheel:ferris-wheel-core:jar:0.2.0-alpha.5'
<dependency org="com.ctrip.ferriswheel" name="ferris-wheel-core" rev="0.2.0-alpha.5">
  <artifact name="ferris-wheel-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ctrip.ferriswheel', module='ferris-wheel-core', version='0.2.0-alpha.5')
)
libraryDependencies += "com.ctrip.ferriswheel" % "ferris-wheel-core" % "0.2.0-alpha.5"
[com.ctrip.ferriswheel/ferris-wheel-core "0.2.0-alpha.5"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.7.24
com.ctrip.ferriswheel : ferris-wheel-common jar 0.2.0-alpha.5
com.ctrip.ferriswheel : quarks jar 0.2.0-alpha.5

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
ch.qos.logback : logback-classic jar 1.1.7

Модули Проекта

Данный проект не имеет модулей.

Ferris Wheel

A fantastic spreadsheet framework!

snapshot

To run the example

mvn install -Dgpg.skip -DskipTests && mvn spring-boot:run -pl example

Then open your browser (Chrome is recommended) and navigate to:

http://127.0.0.1:8080/

If 8080 port is taken, you have to configure spring boot to run on another port before you build this project.

Features

  • MS Excel alike formula (only a small subset implemented at present)
  • Dynamic data loading and runtime query form
  • Fundamental pivot table support
  • Layout assets easily by just drag and drop
  • Extending custom data providers in a quite simple way

Difference with traditional spreadsheet

Ferris wheel is NOT just another spreadsheet! The major difference between ferris wheel and traditional spreadsheets is dynamic data loading, which makes ferris wheel an alive spreadsheet!

Traditional spreadsheets ask users to type or import data at the first time, and once the spreadsheet is done, it is a static document. Well, it's internet age, isn't? Ferris wheel is meant to make spreadsheet alive with internet! What you made with ferris wheel is not a static document, but with the ability to dynamically load data and render report. Even further, ferris wheel allows you to set user parameter rules, which makes it possible to alter data loading parameters as you wish even when you are just reading the report.

Версии библиотеки

Версия
0.2.0-alpha.5
0.2.0-alpha.4
0.2.0-alpha.3
0.2.0-alpha.2
0.2.0-alpha.1
0.1.5
0.1.5-rc
0.1.5-beta-5
0.1.5-beta-4
0.1.5-beta-3
0.1.5-beta-2
0.1.5-beta-1
0.1.4
0.1.3
0.1.2
0.1.0
0.0.1