https://github.com/oxygenxml/dita-excel
DITA Open Toolkit plugin which dynamically converts Excel files referenced in the DITA Map to DITA topics.
https://github.com/oxygenxml/dita-excel
dita-ot-plugin
Last synced: 5 months ago
JSON representation
DITA Open Toolkit plugin which dynamically converts Excel files referenced in the DITA Map to DITA topics.
- Host: GitHub
- URL: https://github.com/oxygenxml/dita-excel
- Owner: oxygenxml
- License: apache-2.0
- Created: 2018-10-25T12:55:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-10T14:13:39.000Z (about 1 year ago)
- Last Synced: 2025-04-10T15:51:36.919Z (about 1 year ago)
- Topics: dita-ot-plugin
- Language: Java
- Homepage:
- Size: 8.83 MB
- Stars: 2
- Watchers: 25
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# dita-excel
DITA Open Toolkit plugin which dynamically converts to DITA Excel files referenced with format="excel" in DITA Maps.
The converted DITA topic has as ID the file name without extension of the Excel document and inside contains a DITA table for each sheet, with the table ID being equal to the sheet name.
The "samples" folder contains a sample DITA Map showing how a topic can have a conref to a table directly from the Excel document.
The plugin should work with both DITA Open Toolkit 2.5.4 and 3.2.1. To install the plugin in a DITA Open Toolkit:
- Download the entire project as a ZIP file.
- Unzip and copy the "com.oxygenxml.excel.dita" folder to the "DITA-OT-DIR\plugins" folder.
- Run the DITA OT integrator (https://www.dita-ot.org/dev/topics/plugins-installing.html)
Note: If you are using Oxygen, you can run the DITA OT Integrator by following this procedure: https://www.oxygenxml.com/doc/ug-editor/topics/dita-ot-install-plugin.html
Copyright and License
---------------------
Copyright 2019 Syncro Soft SRL.
This project is licensed under [Apache License 2.0](https://github.com/oxygenxml/dita-excel/blob/master/LICENSE)