excel-online

Installation
SKILL.md

Excel Online (Microsoft Graph)

Excel automation via Microsoft 365.

Environment

export MICROSOFT_ACCESS_TOKEN="xxxxxxxxxx"

List Workbooks in OneDrive

curl "https://graph.microsoft.com/v1.0/me/drive/root/search(q='.xlsx')" \
  -H "Authorization: Bearer $MICROSOFT_ACCESS_TOKEN"

Get Worksheets

Related skills

More from thinkfleetai/thinkfleet-engine

Installs
1
First Seen
Mar 1, 2026