An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# KNIME® Excel Support

[![Jenkins](https://jenkins.knime.com/buildStatus/icon?job=knime-excel%2Fmaster)](https://jenkins.knime.com/job/knime-excel/job/master/)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=KNIME_knime-excel&metric=alert_status&token=55129ac721eacd76417f57921368ed587ad8339d)](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)