> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Microsoft Excel Changelog

> Release history for the Microsoft Excel connector. Each version lists what changed and which actions were affected.

<Card title="Microsoft Excel connector" icon="arrow-left" href="/connectors/microsoftexcel" horizontal>
  Back to the connector overview, authentication methods, and actions.
</Card>

<Update label="v1.2.0" description="22 Sept 2026">
  `data-sync` `new-feature`

  Enabled scheduled data sync on List Excel Files, so the set of Excel workbooks in the connected user's OneDrive can be kept in sync and read without searching Microsoft Graph on every request. It refreshes in full each run, because the Graph search endpoint exposes no updated-since filter. The action also returns a new result key, next, holding the bare skiptoken taken from the Graph @odata.nextLink URL, which is what lets the sync engine request the following page; existing fields are unchanged. No other list action qualifies, because every other Excel collection is addressed inside one workbook and requires a file\_id, which a sync schedule cannot enumerate.

  <AccordionGroup>
    <Accordion title="Changed · 1 action updated">
      `microsoftexcel_list_excel_files`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.1.0" description="28 Jul 2026">
  `bug-fix` `description-fix`

  Added empty body rejection warnings to 11 actions. Removed unsupported Custom from update\_chart\_legend position enum. Added limitation warnings to get\_chart\_point, get\_named\_item\_range, create\_chart\_series, apply\_table\_sort, update\_table\_sort\_icon. Added dimension normalization note to update\_chart. Updated list\_chart\_points select description.
</Update>
