SplitExcel 2025.10.9.21

Bundle

org.apache.nifi | nifi-poi-nar

Description

This processor splits a multi sheet Microsoft Excel spreadsheet into multiple Microsoft Excel spreadsheets where each sheet from the original file is converted to an individual spreadsheet in its own flow file. Currently this processor is only capable of processing .xlsx (XSSF 2007 OOXML file format) Excel documents and not older .xls (HSSF ’97(-2007) file format) documents. Please note all original cell styles are dropped and formulas are removed leaving only the calculated values. Even a single sheet Microsoft Excel spreadsheet is converted to its own flow file with all the original cell styles dropped and formulas removed.

Tags

split, text

Input Requirement

REQUIRED

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
PasswordThe password for a password protected Excel spreadsheet
Protection TypeSpecifies whether an Excel spreadsheet is protected by a password or not.

Relationships

NameDescription
failureIf a FlowFile cannot be transformed from the configured input format to the configured output format, the unchanged FlowFile will be routed to this relationship.
originalThe original FlowFile that was split into segments. If the FlowFile fails processing, nothing will be sent to this relationship
splitThe individual Excel ‘segments’ of the original Excel FlowFile will be routed to this relationship.

Writes attributes

NameDescription
fragment.identifierAll split Excel FlowFiles produced from the same parent Excel FlowFile will have the same randomly generated UUID added for this attribute
fragment.indexA one-up number that indicates the ordering of the split Excel FlowFiles that were created from a single parent Excel FlowFile
fragment.countThe number of split Excel FlowFiles generated from the parent Excel FlowFile
segment.original.filenameThe filename of the parent Excel FlowFile
sheetnameThe name of the Excel sheet from the original spreadsheet.
total.rowsThe number of rows in the Excel sheet from the original spreadsheet.