Skip to Content

Office

Generate and edit Microsoft Office documents — Word, Excel, and PowerPoint — and store them in the DMS.

ℹ️

The Office suite is AI Agent only — not available in the Task Agent Tools Call node. These tools render locally (no model or credits). create_* make a new document; update_* locate an existing one (by document_id, or folder_id + filename) and save a new version — so it must already exist. Table/sheet data should reference a prior result by artifact_id.

create_docx

Create a Word (.docx) document from titled sections (with optional tables). Category: Action · Setup: none.

create_docx tool — Overview tab
create_docx tool — Test tab

update_docx

Append sections or find/replace text in an existing Word doc. Category: Action · Setup: needs an existing doc.

update_docx tool — Overview tab
update_docx tool — Test tab

create_xlsx

Create an Excel (.xlsx) workbook from one or more sheets. Category: Action · Setup: none.

create_xlsx tool — Overview tab
create_xlsx tool — Test tab

update_xlsx

Add/replace sheets or append rows in an existing workbook. Category: Action · Setup: needs an existing doc.

update_xlsx tool — Overview tab
update_xlsx tool — Test tab

create_pptx

Create a PowerPoint (.pptx) deck from titled slides (bullets/tables). Category: Action · Setup: none.

create_pptx tool — Overview tab
create_pptx tool — Test tab

update_pptx

Append slides or find/replace text in an existing deck. Category: Action · Setup: needs an existing doc.

update_pptx tool — Overview tab
update_pptx tool — Test tab