Parse one sheet of an Excel file.
Example

I Ain't Afraid of No Code!
[
[
"excel",
{
"row_offset": 1,
"column_offset": 1,
"subtable": null,
"sheet": "Specifics",
"_comment": null
}
]
]
param int row_offset: Amount of rows to be skipped.
param int column_offset: Number of columns to be skipped.
param str subtable: Name a subtable in which output will be stored (will create subtable where necessary).
param str sheet: Name of sheet to be parsed, defaults to first sheet.
param str comment: A comment that will appear in the Transformation UI.
Comments
0 comments
Article is closed for comments.