Office Scanner

Download 36
Last updated Aug 9, 2023

xlsx-words-batch

Extract records from MS excel file. Input record must include file_path field (file store url). Output field names are Excel column letters such as A, B, C, and AA. Offset and limit apply per input file. Input record fields are preserved in output records.

xlsx-words-batch [skip=VALUE] [offset=VALUE] [limit=VALUE] [sheet=VALUE]
skip=VALUE
Optional. Leading row count to skip per sheet. 0 by default.
offset=VALUE
Optional. Skip count of data records, applied per input file
limit=VALUE
Optional. Max count of records, applied per input file
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
_errorStringError messageSet instead of failing the query when a file cannot be read