730 B
730 B
Export Flow
This skill assumes an upstream structured artifact already exists.
Input Contract
Required keys:
sheet_namecolumnsrows
Recommended keys:
sourcepartialnotes
Export Sequence
- Confirm the task is export-only.
- Validate that
sheet_nameis non-empty. - Validate that
columnsis a non-empty list. - Validate that
rowsis a list of row arrays aligned tocolumns. - Call
openxml_officewith:- template path
- output
.xlsxpath sheet_namecolumnsrows
- Return the generated workbook path and any partial-data warning.
Output Contract
Return:
- output file path
- sheet name
- row count
- whether the source artifact was partial