Office Scanner

Download 36
Last updated Aug 9, 2023

xlsx-words

Extract records from MS excel file. Output field names are Excel column letters such as A, B, C, and AA. Offset and limit carry over across sheets and wildcard-matched files.

xlsx-words path=VALUE [skip=VALUE] [offset=VALUE] [limit=VALUE] [sheet=VALUE]
path=VALUE
Required. Target excel file url, formatted as scheme://profile/path. Wildcard is allowed in the file name.
skip=VALUE
Optional. Leading row count to skip per sheet. 0 by default.
offset=VALUE
Optional. Skip count of data records
limit=VALUE
Optional. Max count of records
sheet=VALUE
Optional. Sheet name to read. All sheets by default.

Output Fields

FieldTypeNameDescription
_sheetStringSheet nameSheet the record belongs to
_fileStringFile nameSource file name
A, B, C, ...AnyCell valueCell values keyed by Excel column letter