xlsdocs.com
Sign in Get Pro
xlsdocs blog

Writing about Excel,
data, and the web.

Deep dives, tutorials, and practical guides from the team building xlsdocs — covering Excel functions, Power BI, web performance, and developer tools.

48 Articles
12 Topics
2026 Est.
2026 7 articles
Python
Python in Excel: The Future Is Here
Microsoft’s most powerful Excel feature ever. Run real Python code directly in your spreadsheets — no external tools, no exports, no hassle.
Excel
Mastering XLOOKUP in Excel
The function that finally killed VLOOKUP. Faster, more flexible, and now the default lookup tool in modern Excel. Here's everything you need to know.
Power BI
Building a Workforce Hours Report with Dayforce Data
Star schema design, DAX measures for absence tracking, and preventing double-counting with addon pay codes.
Web Dev
Single-File HTML: The Underrated Deployment Strategy
Why self-contained HTML files are a surprisingly powerful pattern for docs, tools, and internal dashboards.
Tutorial
Power Query M: The Parts Nobody Teaches
Custom functions, error handling, and the query folding tricks that make real-world ETL pipelines maintainable.
Excel
LAMBDA Deep Dive: Recursive Functions Without VBA
How to use LAMBDA to build recursive, self-referencing formulas — and where the 1024-call limit actually bites you.
Performance
GitHub Actions for FTP Deployment: The Reliable Setup
A production-ready workflow for deploying static sites to shared hosting via FTP — with secrets, caching, and rollback.
Performance
Lighthouse CI: Fail the Build on Regressions
A production-ready GitHub Actions workflow that diffs performance scores against your production baseline on every PR.
Excel
Dynamic Arrays Changed Everything — Here's the Proof
SORT, UNIQUE, FILTER, SEQUENCE: why the dynamic array engine is the most important Excel shift in a decade.
2027 6 articles
More from 2027 View all →
01
Power BI
DAX Window Functions: OFFSET, INDEX, and WINDOW Explained
The 2024 DAX additions that most tutorials still haven't caught up to — with practical examples for running totals, period-over-period, and cohort analysis.
12 min read · 4.2k views
02
Web Dev
Building a TOC Sidebar That Actually Works
Intersection Observer, getBoundingClientRect offsets, animated pill indicators, and a mobile drawer — all in vanilla JS with no dependencies.
8 min read · 3.1k views
03
Tutorial
Structured Data for Excel Function Pages: The SEO Play Nobody's Making
HowTo and FAQPage schema for technical documentation — and why Excel function reference pages are an unusually strong use case for rich results.
6 min read · 2.8k views
04
Excel
TEXTAFTER and TEXTBEFORE: The String Functions Excel Was Missing
These two additions quietly replaced dozens of nested MID/FIND formulas. Here's the complete reference with every edge case documented.
5 min read · 5.6k views
05
Performance
Speculation Rules API: Instant Navigation Without a Framework
The API that makes prerendering declarative — no JavaScript, no build step. A real-world test on xlsdocs with before/after LCP numbers.
7 min read · 2.2k views