Skip to main content
POST
Parse an .xlsx into row dicts for client-side preview before submit

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

multipart/form-data
excel_file
file
required

The .xlsx file to parse.

Response

Successful Response

Raw rows extracted from an .xlsx for client-side preview before submit.

Each returned item corresponds to one row in the workbook. NexusOne represents each row as a dictionary-like structure where the column headers are the keys. NexusOne returns values exactly as they appear in the workbook without applying PolicyRow validation, and the values might be a str, bool, int, or None. As a result, rows containing invalid values are also returned, allowing NexusOne to display all uploaded rows in an editable table so users can review and correct any errors.

rows
Rows · object[]

Parsed rows in spreadsheet order, keys match PolicyRow fields.