Table export
Export as XLSX
Exports rows matching the query as an XLSX file.
post/public/v1/tables/{name}/export/xlsx
Path parameters
namestring required
Example:tasks_board
Request body
Example request
{
"search": "example"
}Response
XLSX binary
Exports rows matching the query as an XLSX file.
{
"search": "example"
}XLSX binary