📘 Excel Line Splitter
Excel Line Splitter is a powerful OutSystems extension that allows you to split large CSV and XLSX files into smaller, manageable chunks based on a specified number of lines. It’s ideal for scenarios involving:
The extension automatically detects the file type (CSV or XLSX) and processes it accordingly. For XLSX files, it uses the ClosedXML library to ensure compatibility with Microsoft Excel and generate valid spreadsheet files.
A key feature of this component is the ability to preserve the original header row across all generated files. By enabling the boolean parameter Header, each output file will include the same header as the original, maintaining data structure for downstream processing.
Header
BreakLinesByCount
CSV
BREAK
HEADER
List<BinaryData>