Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caarmen/pdmxls2html
https://github.com/caarmen/pdmxls2html
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/caarmen/pdmxls2html
- Owner: caarmen
- License: mit
- Created: 2015-01-17T11:02:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-01T15:55:21.000Z (about 7 years ago)
- Last Synced: 2023-03-24T00:21:37.431Z (over 1 year ago)
- Language: Java
- Size: 7.12 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.TXT
Awesome Lists containing this project
README
# PdmXls2Html
This is just a backup of a tool I'm using to generate static html pages for a specific website.
It's definitely not a generic tool that can be applied to any website.
But perhaps some parts of it might be useful as examples of how to read Excel files or use FreeMarker to generate HTML pages.
This project uses two librairies:
* FreeMarker: http://freemarker.org/: Apacheh 2.0 license
* JExcelAPI: http://jexcelapi.sourceforge.net/: LGPL licenseThis project itself is licensed under the MIT license. See LICENSE.TXT for more details.