Best used with an AI agent

40+ live apps, open data APIs, MCP servers, and 200+ guides - more than anyone wants to click through. Point your AI here and it reads the whole map and does the work: finds the tool, pulls the data, runs the analysis, and hands you the links.

Here for the open-source code? Your agent finds the right repo for you - and can even clone and deploy it.

Prefer to explore on your own? Go right ahead.

Paste this to Claude Code, Codex, or any AI agent:
Go to tigzig.com and read tigzig.com/llms.txt. It is a practitioner toolkit - 40+ analytics apps, open no-auth data APIs, MCP servers, open-source repos (github.com/amararun), and 200+ build guides. Help me [your task]. Surface the exact links; where there is an API or MCP, call it directly; and if I want to self-host, find the repo and help me deploy it.

AI + Python in Excel with xlwings Lite - LLM API Calls | Part 3

Published: April 7, 2025

Video thumbnail

Ability to make API calls from xlwings Lite gives it superpowers.

Check out dedicated xlwings LIte info page on REX AI Co Analyst site

Detailed info , source codes, how-to guides, resources and templates available on REX

Call LLMs and AI Agents. Parse. Analyze. Automate. All from Excel.

Previously showed how to connect Excel to Postgres, run SQL, perform analysis, EDA, and build an XGBoost model - all inside Excel with xlwings Lite. Now showing how to use API calls to LLMs for schema detection (column names, types) to automate workflows.

In this example

AI + API powered Excel - few use cases

How I use LLM API calls in projects

Half my client projects are automation-focused, with many requiring LLM API calls with structured output as part of the workflow. Use cases include schema detection, data extraction, non-standard file cleanup, and OCR-based web scraping.

I've shared some live apps (open source) on tigzig.com. The Mutual Fund Processor app uses schema detection to identify column structure, data placement, and validation totals to convert messy monthly MF Excel files to CSV, with a choice of LLM model selection. The REX Co-Analyst app includes file upload to a remote database, using schema detection to identify field names and types for table creation before upload.

Feel free to try them out. No API key or DB credentials required. How-to links below.

xlwings Lite

Embedded mini code editor, console logs, robust object model - run complex workflows, add packages, make API calls - all from Excel. Created by Felix Zumstein - free, simple, and powerful Python-in-Excel.

xlwings Lite official site: lite.xlwings.org