Projects / Essay / Tool

Excel Web Services and POST Requests

A practical systems note about connecting business tools to APIs.

Excel Power BI REST APIs

What the article demonstrates

The piece documents a less common way of accessing REST API data from Excel and Power BI. Instead of assuming a standard GET-only pattern, it works through a POST-based approach and treats office analytics tools as capable API clients in their own right.

That matters because this is exactly where many real institutional workflows live: not inside a custom application, but inside familiar tools that still need reliable access to networked data.

Why it matters

This project translates technical integration into a usable pattern for everyday operational environments. It is not a speculative API exercise. It is a way to make existing reporting and analysis tools more capable.

The article also shows a recurring instinct in the archive: bridge the tools people already have to the systems they actually need, then explain the bridge clearly enough that others can reproduce it.

Related Work

Other artifacts connected by APIs, operational tooling, and pragmatic systems integration.