https://github.com/datanucleus/datanucleus-excel
DataNucleus support for persistence to Excel datastores
https://github.com/datanucleus/datanucleus-excel
apache-poi excel
Last synced: 7 months ago
JSON representation
DataNucleus support for persistence to Excel datastores
- Host: GitHub
- URL: https://github.com/datanucleus/datanucleus-excel
- Owner: datanucleus
- Created: 2013-12-05T11:10:51.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2025-04-26T13:19:46.000Z (9 months ago)
- Last Synced: 2025-04-26T14:26:02.129Z (9 months ago)
- Topics: apache-poi, excel
- Language: Java
- Size: 353 KB
- Stars: 2
- Watchers: 5
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
datanucleus-excel
=================
DataNucleus support for persistence to Excel datastores.
This plugin makes use of [Apache POI](https://poi.apache.org/) for writing Microsoft Excel/OOXML files.
This is built using Maven, by executing `mvn clean install` which installs the built jar in your local Maven repository.
KeyFacts
--------
__License__ : Apache 2 licensed
__Issue Tracker__ : http://github.com/datanucleus/datanucleus-excel/issues
__Javadocs__ : [6.0](http://www.datanucleus.org/javadocs/store.excel/6.0/), [5.2](http://www.datanucleus.org/javadocs/store.excel/5.2/), [5.1](http://www.datanucleus.org/javadocs/store.excel/5.1/), [5.0](http://www.datanucleus.org/javadocs/store.excel/5.0/), [4.1](http://www.datanucleus.org/javadocs/store.excel/4.1/), [4.0](http://www.datanucleus.org/javadocs/store.excel/4.0/)
__Download__ : [Maven Central](https://repo1.maven.org/maven2/org/datanucleus/datanucleus-excel)
__Dependencies__ : See file [pom.xml](pom.xml)
__Support__ : [DataNucleus Support Page](http://www.datanucleus.org/support.html)