https://github.com/knime/knime-excel
KNIME Excel Support Extension
https://github.com/knime/knime-excel
excel java knime poi workflow
Last synced: 5 months ago
JSON representation
KNIME Excel Support Extension
- Host: GitHub
- URL: https://github.com/knime/knime-excel
- Owner: knime
- License: other
- Created: 2019-08-15T07:51:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2026-01-19T16:09:40.000Z (5 months ago)
- Last Synced: 2026-01-19T21:44:13.068Z (5 months ago)
- Topics: excel, java, knime, poi, workflow
- Language: Java
- Homepage: https://hub.knime.com/knime/extensions/org.knime.features.ext.poi/latest
- Size: 6.06 MB
- Stars: 11
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# KNIME® Excel Support
[](https://jenkins.knime.com/job/knime-excel/job/master/)
[](https://sonarcloud.io/summary/new_code?id=KNIME_knime-excel)
This repository is maintained by the [KNIME Core Development Team](mailto:ap-core@knime.com).
## Content
This repository contains the plugins for the KNIME Excel Support.
The extension allows you to read spread sheets and sheet names from excel files (xls/xlsx),
write a table to a new excel file or append a table to an existing excel file.
## Overview
This repository contains the source code for the KNIME Excel Support.
The extension contains the following nodes:
* **Excel Reader (XLS)**: Reads a spread sheet from a workbook.
* **Read Excel Sheet Names (XLS)**: Reads the names of the sheets of a workbook.
* **Excel Writer (XLS)**: Writes data into a spread sheet of a workbook.
* **Excel Sheet Appender (XLS)**: Writes data into a spread sheet and appends it to an existing workbook.
## Example Workflows on the KNIME Hub
You can find example workflows on the [KNIME Hub](https://hub.knime.com/search?q=Excel).
## Development Notes
You can find instructions on how to work with our code or develop extensions for
KNIME Analytics Platform in the _knime-sdk-setup_ repository
on [BitBucket](https://bitbucket.org/KNIME/knime-sdk-setup)
or [GitHub](http://github.com/knime/knime-sdk-setup).
## Join the Community!
* [KNIME Forum](https://tech.knime.org/forum)