For decades, Excel has been the tool everyone reaches for the moment data shows up. It's familiar, it's everywhere, and it solves the urgency of a quick look. But anyone who has tried to open a file with half a million rows, or reconcile the "finalv3THIS_ONE" version against the one a colleague emailed, knows that convenience has a ceiling. And that ceiling arrives sooner than we'd like.
It isn't really Excel's fault. It's that working with data has changed. What used to be a table that fit on one screen is now system exports, price lists that change every month, catalogs with thousands of items, and records piling up year after year. The spreadsheet is still perfect for a quick check, but it stops being the place where the real work happens.
There's an article making the rounds among data people with a metaphor that sticks: Excel is a window; pandas is a factory. A window lets you lean out and take a look. A factory is built to produce, to repeat the process a thousand times and get the same result every time.
The trouble starts with size. Excel chokes when the file grows, and entire sectors —banking, healthcare, retail— work daily with histories of millions of records that simply don't fit. It continues with collaboration: the moment a file is shared, parallel versions are born and nobody knows which one is right. And it ends with human error: every click, every dragged formula, every cell copied by hand is a chance for something to break without anyone noticing until it's too late.
On top of that sits the repetition. The Monday sales report, cleaning up the same export every week, the manual cross-check between two files. Tasks done over and over, by hand, when they should be set up once and run themselves from then on.
The answer for people who work with data seriously has a name: pandas, the Python library that has become the standard for analyzing tabular information. Where Excel stalls at a million rows, pandas moves tens of millions without breaking a sweat. Where Excel forces you to repeat the process by hand, pandas runs the same instructions identically every time. And that reproducibility isn't a technical luxury: it's exactly what an auditor or a finance director wants to see when they ask where a number came from.
The catch, of course, is that pandas requires knowing how to code. And that's where most teams were left out: the power sat on the other side of a technical barrier that an operations or purchasing lead has no reason to cross.
This is where we wanted to flip the story. In Minte chat you can upload your data files —CSV, Excel, or JSON— just like you attach any document, and simply ask them questions in plain language. "What are the ten most expensive products?", "sum of sales by category", "what's the stock for item X?". No formulas, no pivot tables, nothing new to learn.
The difference from asking just any AI for a calculation is fundamental: Minte doesn't improvise the answer or make it up. Behind every question, the agent runs real analysis on your data. It does so in two complementary ways. For exact values, sums, groupings, and comparisons, it relies on a deterministic engine that queries your data reproducibly and traceably: the same number, always, with its source reference. And for everything else —exploring, generating a chart, joining several files, producing an output spreadsheet— it runs real pandas in a secure environment.
That secure environment matters a great deal. The code doesn't run on your computer or in a shared black box, but in an isolated sandbox created for your conversation, living only as long as needed and destroyed afterward. Your files stay in a space reserved for your company, separate from everyone else's, and role-based permissions ensure sensitive columns never surface in front of someone who shouldn't see them. The power of a data analyst, within your organization's security walls.
What's interesting isn't just that it answers, but everything around it. Because the environment remembers your files throughout the conversation, follow-up questions are instant: you start with an overview and refine from there without starting over. When the answer calls for it, the agent returns charts and downloadable files —a clean spreadsheet, a filtered CSV, an image— ready to bring into a meeting.
And there are capabilities that would be torture in a spreadsheet and here are a single sentence: comparing this month's price list against last month's to see exactly which prices changed, finding items similar to a given one by meaning and not just exact text, or joining several files while detecting the shared fields on their own. Work that used to take a whole morning, solved in one conversation.
Picture the purchasing lead at a distribution company. A supplier has just sent over the new price list: an Excel file with twelve thousand items. Her director's question is simple —"how much is this going to raise our costs, and where?"— but answering it by hand would be a whole afternoon of VLOOKUPs, filters, and cells copied with fingers crossed.
In Minte, she drags two files into the chat: the new price list and last quarter's. Her first sentence is direct: "Compare these two price lists and tell me which prices changed". The agent joins both files, figures out the shared items on its own, and returns a clear summary: how many prices went up, how many went down, how many products are new, and which ones disappeared from the catalog.
She keeps refining without starting over, because the conversation remembers the files. "Show me the twenty items with the biggest percentage increase". Within seconds she has the sorted list, with the old price, the new one, and the percentage right beside it. She goes a step further: "Make me a chart of the average increase by product family". The agent runs the analysis with pandas and returns the chart embedded right in the chat, ready to read.
For the meeting she needs something she can share, so she closes with one last request: "Generate an Excel with only the items rising more than 10% so we can renegotiate". Minte produces the clean file and leaves it ready to download. What would have been a whole morning of spreadsheet work —with its risk of a mis-dragged formula— is solved in four sentences. And every number has a traceable source, in case the director asks where it came from.
That's the deeper shift: it isn't a single isolated answer, but the whole journey —compare, explore, visualize, and deliver— done inside one conversation, without writing a single formula.
None of this is about retiring the spreadsheet. Excel will still be unbeatable for a quick calculation or for sharing a small table with someone. The idea is different: that the moment your data grows, repeats, or has to be exact stops being the moment your team gets stuck.
The window is still there to lean out of. But now, when you need the factory, you don't have to be an engineer to start it up. You just have to ask.
Found it useful? Share it with your team.
Estrategia / 8 min read
Palantir called it the ontology, and only the giants could afford it. Minte builds that digital twin of your organization and lets your teams talk to it.
Productividad / 5 min read
Minte Skills wrap a workflow into a reusable slash command, available in chat and across your agents.
Tecnología / 6 min read
Discover what the Model Context Protocol is, how it connects AI to your tools, and how to identify a real use case for your business.