New: the ADA Title II Compliance Handbook & Toolkit — everything a public agency needs to plan and evidence compliance. See the Handbook & Toolkit

Why Your Spreadsheets Are Leaving Students and Colleagues Behind (And How to Fix It)

Kimberly Springs

Jeffrey Rodgers

November 05 12 min read

You’ve just spent hours building the perfect grade tracker in Excel. Color-coded rows show which students are excelling (green) versus struggling (red). Merged cells create clean section headers that give your spreadsheet a polished, professional look. On screen, it’s beautiful—but when students using screen readers open it, they encounter a maze of confusion that makes no sense at all.

During my 20 years in higher education, I’ve watched this scenario play out countless times. Well-meaning educators and content creators build spreadsheets that work perfectly for them while inadvertently creating barriers for students and colleagues with disabilities. However, here’s what most people don’t realize: accessible documents don’t just help people with disabilities—they actually make life easier for everyone.

Let’s talk about how to create spreadsheets that actually work for all your users, including those navigating with assistive technology.

The Real Cost of Inaccessible Spreadsheets

Before we dive into solutions, it’s worth understanding what happens when spreadsheets aren’t accessible. When a screen reader user opens a poorly structured Excel file, they might hear “blank, blank, blank” as the software tries to make sense of merged cells. They can’t tell where one data column ends and another begins. Charts appear as meaningless placeholder text. Color-coded information is completely invisible to them.

For educators, this means students with visual impairments can’t access your course materials, grade information, or assignment rubrics. For content creators working in corporate training or instructional design, it means your learners are missing critical data and insights. From a compliance perspective, it puts your institution at risk under ADA, Section 508, and other digital accessibility requirements.

But here’s the good news: making accessible documents, especially spreadsheets, is easier than most people think. You don’t need specialized software or technical expertise. You just need to understand a few key principles and make them part of your workflow.

Understanding How Screen Readers Navigate Spreadsheets

To make accessible documents, you first need to understand how screen reader users experience them. Unlike sighted users who can scan a spreadsheet visually and quickly identify patterns, screen reader users navigate cell by cell, typically moving left to right and top to bottom.

They rely on semantic structure—Excel’s built-in features like table headers, named ranges, and worksheet titles—to understand the organization of data. When you use visual tricks like blank rows for spacing or merged cells for layout, you’re essentially creating invisible obstacles that break the logical flow of information.

Think of it this way: if someone called you on the phone and tried to describe your spreadsheet without being able to show it to you, would your current structure make sense? That’s essentially what screen readers are trying to do.

Start With the Basics: File Setup and Naming

Creating accessible documents starts before you even enter data. Your first step is giving your file a descriptive name. Instead of “grades_final_FINAL_v3.xlsx,” use something like “BIO101_Spring2025_Grades.xlsx.” This helps everyone identify files quickly, but it’s especially important for screen reader users who navigate file systems audibly.

Pro Tip: Everyone downloads lots of files, especially students. Having the course name, or topic in the file name will help everyone be more organized. 

Next, set your document properties. In Excel, go to File → Info and fill in the title, author, and subject fields. Screen readers announce this information when users open the file, providing immediate context about what they’re looking at. This takes 30 seconds and makes a huge difference.

Finally, save your file in the modern .xlsx format rather than older formats. The newer format provides better accessibility support and ensures your accessible documents work properly with current assistive technology.

Worksheet Names: Your First Navigation Aid

Here’s a quick question: how many of your Excel files still have worksheets named “Sheet1,” “Sheet2,” and “Sheet3”? If you’re like most people, probably quite a few.

Worksheet names are navigation landmarks for screen reader users. They’re like chapter titles in a book—they help users understand what’s in each section and jump directly to the information they need. Rename your worksheet tabs with clear, descriptive names like “Student Roster,” “Assignment Grades,” “Attendance Records,” or “Final Calculations.”

And here’s another pro tip: use cell A1 on each worksheet for a title or brief description of that sheet’s purpose. Screen readers typically start reading at cell A1, so this gives users immediate context about what they’re looking at. Something simple like “Student Attendance Log – Spring 2025” in cell A1 makes navigation infinitely easier.

Tables: The Secret to Accessible Data Structure

This is where many well-intentioned educators and content creators go wrong. They create data ranges that look like tables but aren’t actually using Excel’s table feature. This matters more than you might think.

When you convert a data range into a proper Excel table (using Home → Format as Table), you’re doing several important things at once. You’re designating clear column headers that screen readers can announce with each data cell. You’re creating a named, structured object that assistive technology can navigate efficiently. You’re enabling filtering and sorting that works accessibly.

Here’s how to do it right: select your data range, go to Home → Format as Table, and choose any style you like (you can customize colors later). Make sure “My table has headers” is checked—this tells Excel that your first row contains column headers, not data. Then, go to Table Design and give your table a meaningful name like “tbl_StudentGrades” or “tbl_AttendanceData.”

This is one of the most powerful things you can do to create accessible documents. Screen readers can now navigate your data intelligently, announcing column headers as users move through rows. Students can understand the structure and relationship of your data instead of hearing a confusing stream of disconnected numbers and text.

The Merged Cell Problem (And What to Do Instead)

I know, I know—merged cells look clean and professional. They create nice section headers and make your spreadsheet visually appealing. But they’re kryptonite for screen reader accessibility.

When you merge cells, you’re creating a structural nightmare for assistive technology. Screen readers don’t understand merged cells as single units—they hear repeated content, skip content, or get confused about which column they’re in. A beautifully merged header that says “Exam Scores” might get announced multiple times or not at all.

The solution? Don’t merge cells in data tables. Period. If you need section headers or titles, put them in separate rows above your table, using a single cell with proper formatting (bold, larger font, different color if you like). You can even use Excel’s table styles to create visual separation without breaking accessibility.

If you absolutely must have the appearance of merged cells for a specific visual reason, consider using center-aligned text in a single cell instead. It won’t look exactly the same, but it accomplishes a similar visual goal without creating barriers.

Alternative Text: Making Your Charts and Images Speak

Charts and graphs are incredibly useful for visualizing data, but they’re completely meaningless to screen reader users unless you add alternative text (alt text). Alt text is a brief text description that conveys the meaning and purpose of an image or chart.

To add alt text in Excel, right-click any image, chart, shape, or SmartArt graphic and select “Edit Alt Text.” Then write a concise description that captures the essential information. For a pie chart showing grade distribution, you might write: “Pie chart showing grade distribution: 35% A grades, 40% B grades, 20% C grades, 5% D/F grades.”

Here’s an important consideration: alt text should be concise but informative. You’re not writing an essay—you’re providing equivalent access to the visual information. If your chart is complex, consider also including the underlying data in an accessible table format nearby. Some screen readers can’t fully parse graphical content, so having the raw data available ensures everyone can access the information.

One more tip: if an image is purely decorative (like a logo or design element that doesn’t convey information), mark it as decorative in the alt text menu. This tells screen readers to skip it, avoiding unnecessary clutter.

Color and Contrast: See It, Read It, Understand It

Color is a powerful design tool, but it’s also a common accessibility pitfall. If you’re using color alone to convey meaning—red for failing grades, green for passing grades—you’re leaving out users who are colorblind, have low vision, or use screen readers.

The solution is simple: never rely on color alone. If you’re color-coding rows or cells, also include text labels, icons, or other visual indicators. Instead of just making a cell red, make it red AND include text like “Below Benchmark” or “Action Needed.” Instead of a green cell, add “Meets Expectations” or “On Track.”

Also pay attention to color contrast. Text and background colors need sufficient contrast for users with low vision to read them. The Web Content Accessibility Guidelines (WCAG) specify a minimum contrast ratio of 4.5:1 for normal text. In practice, this means avoiding light gray text on white backgrounds, or other low-contrast color combinations. Stick with darker colors for text and lighter colors for backgrounds, and you’ll usually be fine.

Hyperlinks That Actually Help

If you’re including hyperlinks in your spreadsheets—maybe linking to assignment details, resource documents, or grading rubrics—make sure your link text is descriptive and meaningful on its own.

Bad link text: “Click here for the syllabus” Good link text: “Course Syllabus – BIO 101 Spring 2025”

Screen reader users often navigate by jumping from link to link, hearing just the linked text without surrounding context. Generic phrases like “click here” or “read more” are useless out of context. Descriptive link text helps everyone scan documents more efficiently, but it’s essential for accessible documents.

Also make sure your hyperlinks are visually distinct—not just a different color, but also underlined or formatted in some other way that’s visible to colorblind users.

Test Your Accessible Documents With Real Tools

Excel has a built-in Accessibility Checker that finds many common issues automatically. You’ll find it under Review → Check Accessibility. Run it on every spreadsheet you create. It will flag missing alt text, low color contrast, merged cells in tables, and other problems.

But don’t stop there. Try navigating your spreadsheet using only your keyboard—no mouse. Can you move through it logically? Can you access all the interactive elements? If you get stuck or confused, screen reader users will too.

If possible, test with actual screen reader software. Both Windows (Narrator) and Mac (VoiceOver) have built-in screen readers you can turn on to hear how your spreadsheet sounds. It’s eye-opening the first time you do this—suddenly all those visual design choices reveal themselves as navigation barriers.

Making Accessibility Part of Your Workflow

Creating accessible documents shouldn’t be an afterthought or a remediation project. It should be built into how you create content from the start.

For educators, this means making accessibility a standard part of course development. When you create a new grade tracker, attendance sheet, or data collection tool, build it accessibly from the beginning. It takes the same amount of time (or less) than creating inaccessible documents and then fixing them later.

For instructional designers and corporate trainers, advocate for accessibility in your content development standards. Make accessible document creation part of your team’s training. Include accessibility checkpoints in your review process before content goes live.

The goal is to shift from “making documents accessible” to “making accessible documents.” It’s a subtle but important difference in mindset.

Beyond Compliance: The Real Benefits of Accessible Spreadsheets

Yes, creating accessible documents helps you meet ADA, Section 508, and WCAG requirements. Yes, it reduces legal risk for your institution or organization. But the real reason to do this work goes deeper than compliance.

Accessible spreadsheets are better spreadsheets for everyone. Clear structure makes data easier to understand. Descriptive naming helps all users navigate efficiently. Logical organization reduces errors and confusion. When you remove visual clutter and ambiguity to accommodate screen readers, you create documents that are clearer and more usable for every single person.

Your students who don’t have disabilities benefit from clearer grade trackers. Your colleagues find your data analysis easier to follow. Your future self will thank you for the clear organization when you revisit a spreadsheet six months later.

At Accessiblü, we see this constantly in our managed accessibility operations work with clients across education, government, and corporate sectors. The organizations that embrace accessibility as an operational practice—not just a compliance checkbox—see improvements in usability, efficiency, and user satisfaction across the board.

Getting Started Today

You don’t have to overhaul every spreadsheet you’ve ever created tomorrow. Start small. The next time you create a new Excel document, implement these practices:

  1. Use descriptive file and worksheet names
  2. Set up your document properties
  3. Convert data ranges to proper Excel tables
  4. Avoid merged cells in your tables
  5. Add alt text to any charts or images
  6. Don’t rely on color alone to convey meaning
  7. Use descriptive hyperlink text
  8. Run the Accessibility Checker before sharing

These eight practices will handle the majority of accessibility issues in typical educational and training spreadsheets. As you get comfortable with these basics, you can explore more advanced techniques like named ranges for complex workbooks or keyboard-accessible macros for interactive elements.

The Bottom Line

Creating accessible documents isn’t about following rules or checking compliance boxes. It’s about designing with empathy and intention—considering all the ways people might interact with your content and making sure it works for everyone.

Your spreadsheets contain important information that students, colleagues, and learners need to access. When you build them accessibly, you’re ensuring that disabilities don’t become barriers to education, employment, or opportunity. You’re creating a more inclusive learning environment where everyone can participate fully.

And honestly? Once you learn these techniques, they become second nature. Accessible document creation becomes just… document creation. The way it should be.


Need help making your organization’s documents more accessible? Accessiblü goes beyond simple audits to provide ongoing support for creating inclusive digital content. Our direct-to-expert model means you work with experienced accessibility professionals who understand both technical requirements and practical implementation. Contact us to learn how we can help you build accessibility into your content creation workflow from the ground up.

Meta Description: