Grackle Sheets
Grackle Sheets is an automatic accessibility checker for Google Sheets. It identifies barriers and provides guidance to improve document accessibility. For ease of use, Grackle Sheets has been installed enterprise-wide in the Google Workspace for managed devices.
Important: Grackle is an integration for specific Google Apps, and as such, all usage should follow the Acceptable Use section of the Google Apps Terms of Use & Privacy.
Accessing Grackle Sheets
To check your Google Sheet, open the document and launch the Grackle Sheets Extension.
- In the Google Sheets menu, select Extensions > Grackle Sheets > Launch
- Grackle Sheets opens in the right sidebar and runs a check
Accessibility Check Results
Grackle Sheets gives you information about each check that it runs.
- Green checkmark = Passed
- Green checkmark with Exclamation = Passed with Warning
- Red X = Failed
Failed checks and Warnings are probable accessibility issues or barriers.
Improve Your Sheets
Each section in the sidebar includes several checks. If you get a Warning or Failed check, follow instructions in the Grackle sidebar to take action and fix issues.
Sheets
This section provides feedback on the sheets in your Sheets file. It checks that:
- Sheets file has a descriptive title
- Each sheet within the file has a descriptive name (clear labels rather than Untitled Sheet or Sheet1),
- Total number of sheets is manageable
- Individual sheets are not too large
- Individual sheets are not empty
Tables
This section analyzes tables within your Sheets file. This section checks that:
- Table headers are used
- Tables are not too long
- Total number of tables is manageable
- Merged cells are flagged
- Isolated cells are flagged
Charts
All charts, graphs, and other images generated in Google Sheets must have accompanying alt text descriptions. This section checks that:
- Alt text is included for charts
Contents
This section checks the readability of your Sheets. It checks that:
- Good contrast is used
- Font size is large enough to be readable
Table Structure
In addition to the Accessibility Check, the Grackle sidebar has a tab to review Table Structure.
This tab provides information on the tables contained with each sheet. Clicking on the table will highlight it in the sheet. Use this feature to examine what data is included. If needed, you can reorder data, as well as copy a table to a different sheet, trim a sheet to fit a table, and merge sheets together.
Did you know?
- In the United States, about 55 million people have a disability (src: 2010 U.S. Census).
- About 1 in 5 Americans have some kind of disability (src: 2010 U.S. Census).
- The percentage of people affected by disabilities is growing as our population ages.
- Two popular, free screen readers are VoiceOver (Mac OS and iOS) and NVDA (Win).
- Good accessibility practices can improve the search ranking of your website.
- Form fields without labels can cause problems for some assistive technology users.
- Low color contrast makes content difficult to see, especially for users with low vision.
- Documents linked on a website need to be accessible too (e.g., PDF and Word files).
- Audio content, like podcasts, need transcripts for deaf or hard of hearing users.
- Online videos should be captioned for deaf or hard of hearing users.
- Using HTML tags correctly is very important for accessibility.
- Descriptive link text helps make a website more accessible. Avoid using "Click here" or "Read more."
- A "screen reader" is an application that reads content aloud to a user.
- There is no "alt tag" in HTML. "Alt" is an attribute used with the img tag.
- HTML uses the alt attribute to provide a text description of an image.
- Alt text should describe an image, if the purpose of the image is to convey information.
- If an image is a link, the alt text for the image should explain where the link goes.
- If an image is only being used for decoration, the alt text should be null (i.e., alt="").
- If a table has headers, using header tags (<th>) will make the table more accessible.
- An accessible website is one that can be navigated and understood by everyone.