HELP/ADVICE NEEDED. Testing Excel Accessibility guidelines

cmc89

New Member
Joined
Mar 28, 2012
Messages
4
Hi everyone,

Like the title says I'm in need of some advice and help regarding the accessibility of Microsoft Excel. What I've to do is investigate the accessibility of a web office application and then compare it to its desktop application counterpart.

I've chosen Google spreadsheet as the web application and, as you know Excel as the desktop application. Testing these accessibility guidelines will be part of an experiment. I'm beginning to panic as I don't use Excel a lot.

I've read up on the the Web Content Accessibility Guidelines (WCAG) 2.0 but I'm struggling to come up with some basic tasks in Excel in which I can test these accessibility guidelines.

Any suggestions? Any advice would be very much appreciated.
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
This seems like a very complex and worthwhile project. To begin with, Excel is a development tool used to create applications. I presume that you are interested in developing guidelines for applications; not the development environment. As such, there are two basic ways of interacting with the user:
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>

Worksheets and Forms

<o:p></o:p>
Within each there are various ways to interact with the user;
<o:p></o:p>
Worksheet
Cells:
There are two “texts” associated with each cell:

cell01.jpg







These texts may be utilized in Accessibility Guidelines
<o:p></o:p>
There, are, of course other objects associated with worksheets:
Controls, Lists, Tables and others
<o:p></o:p>
Forms:
A form is a UI that contains controls (which also may contain controls)
Each control has a varying number of text fields associated with it.
So here is my suggestion:
<o:p></o:p>
Start by getting a list of what can be on a worksheet or/and a form.
<o:p></o:p>
Take a look at one from each and go down the list of WCAG 2.0 specification and see how it can be applied I suggest the Cell from the Worksheet and the TextBox from the form.
<o:p></o:p>
<o:p></o:p>
<o:p></o:p>
<o:p></o:p>
<o:p></o:p>
 
Upvote 0
Thanks for reply.

My scenario is that the user will have to input the values of a companys profit, for every quarter in the last five years.

Quarter 1 , Quarter 2, Quarter 3, Quarter 4
2005
2006
2007
2008
2009

The values to be inserted into the spreadsheet will have been provided to the user from a sheet. The user will have to calculate basic calculations such as the total profit and average for each year. Then the user will use the forecast function to forecast the sales for the next three years after 2009, based to the previous values in the table.

Once all of this information has been calculated, the user will have to display the data in different charts and graphs.


What I have managed to do for one accessibility guideline, is document the keyboard shortcuts to insert the information into the spreadsheet, in the specific font sizes etc and display it in a 2D column.

Any suggestion on what else I could do?
 
Upvote 0
Do the cells have comments?<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>
<o:p></o:p>
Does it work with the Windows Magnifier program?<o:p></o:p>
<o:p></o:p>
Is the user prevented from entering data in the wrong place?<o:p></o:p>
<o:p></o:p>
Is invalid input accepted?<o:p></o:p>
<o:p></o:p>
Is the “completeness” of data checked and indicated as complete?<o:p></o:p>
<o:p></o:p>
Can the user change the headers?<o:p></o:p>
<o:p></o:p>
How often is the data backed up?<o:p></o:p>
 
Upvote 0
Do the cells have comments?<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>
<o:p></o:p>
Does it work with the Windows Magnifier program?<o:p></o:p>
<o:p></o:p>
Is the user prevented from entering data in the wrong place?<o:p></o:p>
<o:p></o:p>
Is invalid input accepted?<o:p></o:p>
<o:p></o:p>
Is the “completeness” of data checked and indicated as complete?<o:p></o:p>
<o:p></o:p>
Can the user change the headers?<o:p></o:p>
<o:p></o:p>
How often is the data backed up?<o:p></o:p>

Thanks Tlory. Really appreciate your help.
 
Upvote 0

Forum statistics

Threads
1,223,164
Messages
6,170,444
Members
452,326
Latest member
johnshaji

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top