Producing accessible (508 compliant) PDFs from Excel

Copper Contributor

Hi – I have some questions about generating accessible (to visually impaired persons) PDFs from Excel files. I have little-to-no expertise in this realm and am not finding much helpful information online.

 

The basic scenario is:

  • A workbook with numerous worksheets (60+), each of which contains a report consisting of:
    • A table that is populated dynamically from an Oracle database (based on an input parameter of year). Each table has column headers across the top, dates along the left side.
    • A (multi-line) report title (above the table).
    • Zero or more annotations for the specific report, some of which may include data that is pulled from the Oracle database. These will appear below the table. Ideally, each of these would be tied to a table column header as footnotes.

 

My goal is to be able to generate a single PDF from this workbook which:

  • Passes all accessibility checks (except for manual check of reading order and visual contrast) without manual intervention (eg having to manually correct tags, etc)
  • Reads the report out loud in the correct order.
  • Ideally, will recognize footnotes and read them out loud in conjunction with the table column header.

This report will be generated on an annual basis so, with 60+ data tables, I want to eliminate as much manual intervention as possible, i.e., get the source document configured so that the PDF is tagged correctly. If there needs to be an intermediate step (eg importing Excel tables into Word?) I’m open to that… but I don’t know if there would be any benefit to doing it.

 

Please see the attached spreadsheet (one simple worksheet / report – no database functionality), the corresponding PDF (generated using Save As / PDF) and 2 screenshots showing results of the accessibility check.

 

The resulting reading order is correct (now that I’ve converted the data cells to a table).

 

However, the tags for the table title and all of the annotations are problematic. (The PDF accessibility checker generates header errors). I’ve tried various cell formats for both the table title cells as well as the annotation cells (e.g., Header1 for the table title cells) but the results are the same. Note: I don’t mind if I need to unmerge report title or annotation cells, but I did try it and the results were essentially the same.

 

Questions:

  • (How) can I format/configure the report title and annotations so they’re tagged appropriately in the PDF? (I honestly don’t care what the tag is as long as the check passes and the reading order is correct.)
  • (How) can I tell Excel to associate each annotation with a column header and also transfer that information to the PDF so that it’s read as a footnote? I know it’s possible to programmatically set a cell’s comment to the value of another cell (eg attach the footnote as a comment to the column header), but I don’t know if that could be used to achieve the desired “footnote” functionality in the PDF.

Really struggling to come up with the most automated approach to this task...  Turns out pulling all the data in is the easy part! But the accessibility stuff is looking to be a bear ...

 

Thanks,

Carol

0 Replies