/

Microsoft 365

Connect Excel, SharePoint, and Teams data to create unified dashboards across your Microsoft 365 workspace.

Overview

Integrate Microsoft 365 data sources including Excel workbooks, SharePoint lists, and Teams activity into unified dashboards. Visualize data stored across your Microsoft ecosystem without manual consolidation. Ideal for enterprises standardized on Microsoft tools needing centralized reporting.

How it works

Authenticate with Microsoft 365 and grant Lumis access to Excel, SharePoint, and Teams. Select workbooks and lists to visualize, and Lumis automatically generates appropriate charts based on your data structure. Real-time sync keeps dashboards current as team members update files.

Configure - implementation details

Microsoft Graph API provides unified access across 365 services. Delta queries efficiently sync only changed data, minimizing API calls.

// Microsoft Graph data sync
const client = Client.init({authProvider});

async function syncExcelWorkbook(driveId, itemId) {
  const workbook = await client
    .api(`/drives/${driveId}/items/${itemId}/workbook`)
    .get();
    
  const tables = await client
    .api(`/drives/${driveId}/items/${itemId}/workbook/tables`)
    .get();
    
  return tables.value.map(t => t.rows);
}
// Microsoft Graph data sync
const client = Client.init({authProvider});

async function syncExcelWorkbook(driveId, itemId) {
  const workbook = await client
    .api(`/drives/${driveId}/items/${itemId}/workbook`)
    .get();
    
  const tables = await client
    .api(`/drives/${driveId}/items/${itemId}/workbook/tables`)
    .get();
    
  return tables.value.map(t => t.rows);
}
// Microsoft Graph data sync
const client = Client.init({authProvider});

async function syncExcelWorkbook(driveId, itemId) {
  const workbook = await client
    .api(`/drives/${driveId}/items/${itemId}/workbook`)
    .get();
    
  const tables = await client
    .api(`/drives/${driveId}/items/${itemId}/workbook/tables`)
    .get();
    
  return tables.value.map(t => t.rows);
}

Microsoft 365

Category

Productivity

Data Sources

Date Added

Ready to transform your data workflow?

14 day trial, no credit card required.

Your data, illuminated.

Company

  • About

  • Blog

  • Hiring

  • Contact

© 2025 Lumis, Inc. All rights reserved. Lumis is a registered trademark of Lumis, Inc. All other trademarks, service marks, and company names mentioned herein are the property of their respective owners and are used for identification purposes only. By using this site, you agree to our Terms of Service and Privacy Policy. We are committed to protecting your data with industry-leading security standards.

Your data, illuminated.

Company

  • About

  • Blog

  • Hiring

  • Contact

© 2025 Lumis, Inc. All rights reserved. Lumis is a registered trademark of Lumis, Inc. All other trademarks, service marks, and company names mentioned herein are the property of their respective owners and are used for identification purposes only. By using this site, you agree to our Terms of Service and Privacy Policy. We are committed to protecting your data with industry-leading security standards.

Your data, illuminated.

Company

  • About

  • Blog

  • Hiring

  • Contact

© 2025 Lumis, Inc. All rights reserved. Lumis is a registered trademark of Lumis, Inc. All other trademarks, service marks, and company names mentioned herein are the property of their respective owners and are used for identification purposes only. By using this site, you agree to our Terms of Service and Privacy Policy. We are committed to protecting your data with industry-leading security standards.

Create a free website with Framer, the website builder loved by startups, designers and agencies.