Integración · Microsoft Excel

Automatizacion de Excel y Google Sheets

Crea, lee, escribe, actualiza y formatea hojas de calculo en Excel y Google Sheets de forma automatizada.
EJEMPLO ILUSTRATIVO · requiere conexión a Microsoft Excel vía Rube MCP
1 · RUBE_SEARCH_TOOLS 2 · RUBE_MANAGE_CONNECTIONS (Microsoft Excel) 3 · RUBE_MULTI_EXECUTE_TOOL

Request (ejemplo)

{
  "tool": "RUBE_MULTI_EXECUTE_TOOL",
  "connection": "Microsoft Excel",
  "tool_slug": "MICROSOFT_EXCEL_LIST_ITEMS",
  "params": {
    "query": "CULTIVA IA demo",
    "limit": 10
  }
}

Response (ejemplo)

{
  "status": "success",
  "connection": "Microsoft Excel",
  "count": 3,
  "items": [
    {
      "id": "itm_001",
      "name": "Ejemplo A",
      "updated": "2026-06-12"
    },
    {
      "id": "itm_002",
      "name": "Ejemplo B",
      "updated": "2026-06-12"
    },
    {
      "id": "itm_003",
      "name": "Ejemplo C",
      "updated": "2026-06-12"
    }
  ]
}
Usa herramientas de Composio via Rube MCP para ejecutar operaciones CRUD y de formato sobre spreadsheets en la nube.
Salida ilustrativa generada por CULTIVA IA — no refleja datos reales de tu cuenta.