From Excel Hell to AI-Powered Engineering: A Modernization Tutorial for modelling & simulation R&D

February 17, 2026
From Excel to AI-Powered Engineering: modelling & simulation

From Excel Hell to AI-Powered Engineering: A Modernization Tutorial for modelling & simulation R&D

Bring your legacy data and workflows into the era of AI.

The Excel Problem Every R&D Team Knows Too Well

Let's be honest about something: your most critical engineering calculations probably live in an Excel file.

Maybe it's called `Silo_Design_v47_FINAL_FINAL_Mike_edits_2.xlsx`. Maybe it's been passed down through three generations of engineers, each adding their own tabs, formulas, and color-coded cells that "definitely shouldn't be changed." Maybe the person who understood the VBA macros retired in 2019.

You're not alone. Across R&D organizations worldwide, decades of engineering knowledge are locked inside spreadsheets that are:

- Fragile — One misplaced parenthesis breaks everything
- Opaque — Good luck figuring out what cell `AA47` actually represents
- Static — The physics hasn't been updated since the original author created it
- Isolated — No connection to your other tools, databases, or AI capabilities

But here's the thing: that Excel file works. It contains real engineering value built over years. You don't want to throw it away, but rather integrate it into amodern workflow.

This blog post shows you how.

What We're Building

We'll take a real engineering problem—designing a silo with counter-current gas flow for heating or cooling granular materials—and modernize it step by step.

The starting point:
- Material properties stored in Excel
- Manual calculations scattered across tabs
- No connection to AI or modern tooling

The end result:
- A cloud-based workflow that pulls live data from your spreadsheet
- physics that suggests better equations
- RAG-powered context extraction from your existing documentation
- A "digital twin" that updates automatically when specs change

Let's build it.


Step 1: Building the physics model - traditionally or using our AI assistant

Put together the physics model. Maybe it is already among the thousands of calculators that we have on engicloud. If not, you can develop it either his using the "traditional" way of writing the python code and documentation yourself and store it into an engicloud calculator, or you can use the engicloud AI assistant to help you with that. In our case, we are solving for the temperature of the solid phase and the gas phase inside the silo:

Analytical equation of a coupled heat transfer system of gas and solid inside the silo, inside and engicloud calculator


Step 2: Connecting to Your Excel Data

The foundation of most R&D workflows is data—and that data usually lives in Excel. Rather than abandoning these carefully curated spreadsheets, engicloud.ai lets you **connect directly to them** via the Microsoft API.

Here's what this looks like in practice:
User: "Pull the thermal conductivity and specific heat capacity for PP granulate and the gas from the materials database."

engicloud code that pulls data from a live spreadsheet using the Excel REST API in Microsoft Graph

engicloud.ai will then connect to Excel via Microsoft API and retrieve the following:

Material data stored in spreadsheet can be connected to the python-based model.



Your spreadsheet remains the source of truth—but now it's accessible programmatically within a modern workflow. No copy-pasting. No version mismatches. No "which file is the latest?" confusion.


Step 3: Enriching Context with RAG

Engineering knowledge doesn't just live in spreadsheets—it's alsoscattered across slide decks, technical reports, old project documentation, and the institutional memory that walks out the door when senior engineers retire.

Using RAG (Retrieval-Augmented Generation), e.g. via Pincone, engicloud.ai can pull relevant context from your organization's document corpus, such as this slide deck:

Example of a slide deck describing the silo cooling project

In this example, we are using a https://www.pinecone.io/ assistant that helps us make our data searchable and integrate into our calculations. Other RAG systems may be used as well, Pinecone is used here just to illustrate this example. For this, we created a pinecone account, and used the assistants playground, and uploaded the file (slide deck) we want to be able to search. Pinecone then automatically creates so-called create vector embeddings and is integrated with LLMs that help us retrieve the relevant information.

Pinecone assistant containing the data we want to search

For our silo example, we could build a separate pinecone connector calculator that extracts the silo height from the presentation and can be used for further calculation.

The user would ask: "How tall is the silo"? and the assistant would retrieve the correct value of 4.5 m. Also note that in the document "silo height" is specified and the search query asks for "how tall", but since we are using semantic search here, the result is retrieved correctly.

RAG connector (Pinecone) in engicloud
Inside the RAG connector:simple python code to extract the value

Getting Started: Your Modernization Path

Ready to bring your legacy workflows into the era of python and data-driven modelling / AI? Here's a practical starting point:

1. Identify one high-value spreadsheet—preferably one that's frequently updated and feeds into critical decisions

2. Connect it to engicloud.ai via the Microsoft API integration

3. Index your supporting documents in Pinecone for RAG-enabled context retrieval

4. Build your first automated workflow—start simple, perhaps just pulling parameters and running a calculation

5. Iterate and enhance—add AI suggestions, automatic triggers, and more sophisticated models over time

The goal isn't to modernize everything overnight. It's to prove the concept with one workflow, then expand from there.


The Big Picture

Every engineering organization has decades of knowledge locked in spreadsheets, slide decks, and the minds of experienced engineers. That knowledge is valuable—but only if it can be accessed, connected, and applied.

engicloud.ai doesn't ask you to abandon your legacy systems. Instead, it provides the bridge between where your data lives today and where engineering workflows are heading: cloud-based, grouned in physics but AI-enhanced, automatically synchronized.

Break down the silos. Connect the knowledge. Modernize the workflow.

Start with engicloud.ai

We've shown you the silo example, but the same pattern works for:
- Heat exchanger design
- Reactor modeling
- Structural analysis
- Any engineering calculation currently trapped in a spreadsheet

Your engineering knowledge is valuable. Let's unlock it.

Interested in modernizing your R&D workflows? Explore https://engicloud.ai or reach out to discuss your specific use case.

Sign-Up Now