Skip to content

Commit

Permalink
NIFI-14036 Improved Description of SplitExcel regarding Formulas (#9552)
Browse files Browse the repository at this point in the history
Signed-off-by: David Handermann <[email protected]>
  • Loading branch information
dan-s1 authored Nov 22, 2024
1 parent f744dee commit 134240c
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,11 @@
@SupportsBatching
@Tags({"split", "text"})
@InputRequirement(InputRequirement.Requirement.INPUT_REQUIRED)
@CapabilityDescription("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. This processor is currently only capable of processing .xlsx" +
@CapabilityDescription("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." +
" NOTE: All original cell styles are dropped when splitting into multiple Microsoft Excel spreadsheets."
" 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."
)
@WritesAttributes({
@WritesAttribute(attribute = "fragment.identifier", description = "All split Excel FlowFiles produced from the same parent Excel FlowFile will have the same randomly generated UUID added" +
Expand Down

0 comments on commit 134240c

Please sign in to comment.