Copy the web-page listing of an ACC course schedule into the text area below.
Press "Extract" to convert that text to a form suitable for a spreadsheet.


   

Conversion algorithm used:
   -- session is set from lines that contain " Week Session =>"
   -- course is set from lines that start with a four-letter/space/four-digit sequence
   -- section lines are those having both vertical-bar (|) and bracket ([) characters 
   -- lab lines can immediately follow section lines if they have "Lab" at position 24

   -- instructor names are parsed from end of section line after OH (or as "Staff")

Details on copying text between programs with Windows:
     [1] Put the cursor over the source text (e.g., a class schedule page)
     [2] Press the "A" key while holding down the "Ctrl" key.
     [3] Press the "C" key while holding down the "Ctrl" key.
     [4] Display the destination (e.g., this web page).
     [5] Put the cursor over the target (e.g., the text area above).
     [6] Click on the target to make it the keyboard focus.
     [7] Press the "V" key while holding down the "Ctrl" key.
The same sequence can be used to move the result from here to Excel
.