Skip to Page Content | Navigation for Module


Navigation for Module 7: Excel
Page 7 of 13

Set-up to Convert Excel to HTML

Now it will be discussed how you can use the "Save as Web Page" method of publishing a Excel spreadsheet to your best advantage in creating accessible HTML versions of your spreadsheet.

This section will detail:

Preparing the document

Before saving your document as a web page, there are certain things you can do to improve the accessibility of the finished product. These techniques are mentioned below:

Pages

Excel separates the contents of the document into distinct pages.  You will notice the page tabs appear at the bottom of the application, as shown in Image 5:

In this example your Excel document, example.xls, consists of four pages: Sheet1, Chart1, Sheet2, and Sheet3.  By default, Excel opens a blank document for you with the three pages. 

It is recommended that you individually name each of the pages that have content placed within them, as to improve the structure of the Excel document. These page names will also serve to act as descriptions for the accessible HTML webpages you will produce later in this module.

To name a page:



  1. Right-click on the desired page.
  2. Select "Rename" from the pop-up menu (see Image 6).
  3. Type in the new page name as shown Image 7.


For the sample spreadsheet, follow the above steps and rename the pages as follows:

You do not need the fourth sheet, "Sheet3"; it is recommended you right-click on this page and select the "Delete" option to remove it from the spreadsheet.

When you are finished, your spreadsheet should resemble the one displayed in Image 8:

You will now work with the three sheets containing content. Now that they are properly named, you will continue with properly formatting the contents of each page.

Images

Excel, like all Office software products, allows you to embed images and other media elements into your document. You have the option to insert built-in clip art or an image from a file, create "Word Art" or use drawing tools to create other shapes.

One of the first things that comes to mind when most people talk about web accessibility is alterative text for images. For users whose browsers cannot support images, visually impaired users and those who have elected not to download images, it is vital to have a text equivalent for any images in your document.

Excel 2000 and XP both provide an option to insert alternative text for any images or drawing objects you create. By default, Excel will try to assign appropriate alt text for each image, but it is important that you review it to make sure the text is meaningful and appropriate.

For this example, open the third page of your sample spreadsheet and scroll down until the image of the textbook is visible.

To edit the alt text for an image in Excel:







  1. Select the image by clicking on it.
  2. Select the Format menu. Choose either the Object or Picture option.
    Note: The option available depends on the type of image you selected.
  3. In the dialog box that pops up, choose the "Web" tab (see Image 9).
  4. Type the text in the box.
    For this example, type "Cover of Introduction to College Writing by Jean Reynolds textbook" (see Image 10).
  5. Select "OK."
Note: When you are deciding the appropriate alt text, keep in mind that it should be brief but thorough. It is not necessary to begin your alt text with "Image of ..." or "Picture of ..." because screen readers preface the alt text with "Image:" and browsers with images turned off display an image placeholder next to the text. For decorative images that add nothing to the content of the page, it is acceptable to have blank alt text. However, Excel does not support creating an empty alt tag, an that must be entered in the html code after the page is exported.

If you do not specify alternative text for an image, most screen readers will read the image file name, possibly confusing the user. Therefore, it is important to create an accessible description for each image within your Excel spreadsheet.

Hyperlinks

Many screen readers use hyperlinks for the user to navigate between pages. Hyperlink text must be meaningful even when read out of context. For example, hyperlinks such as "Click here" provide little information to the user information when browsing the page. You should quickly scan through the document and make sure that the text of each of your hyperlinks makes sense if read out of order or separately from the surrounding text.

Checking Your Progress

You can examine your sample Excel file ( Excel file, 71 KB) to see the resultant changes.

The next page will discuss how to add text and hyperlinks while converting Excel to HTML.

Top of Page arrow up
       Page 7


 
-- END OF PAGE