Google Sheet Test Page
https://docs.google.com/spreadsheets/d/e/2PACX-1vTpLzZ_dOimfS0Kfnb7eyjIax2Y3Spsu_A2aFebpCa1NwY4mVEd5y_K9miDq963Gn4GrHKWKa-bySFt/pub?gid=340315989&single=true&output=tsv
Loading : https://docs.google.com/spreadsheets/d/e/2PACX-1vTpLzZ_dOimfS0Kfnb7eyjIax2Y3Spsu_A2aFebpCa1NwY4mVEd5y_K9miDq963Gn4GrHKWKa-bySFt/pub?gid=340315989&single=true&output=tsv
$max_cell_width 0
html { overflow: visible; } |
#sheets-viewport { overflow: auto; } |
#sheets-viewport.widget-viewport { overflow: hidden; } |
.grid-container { overflow: visible; background: white;} |
.grid-table-container { overflow: visible; } |
#top-bar { |
margin: 0; |
overflow: hidden; |
} |
#top-bar { |
border-bottom: 1px solid #ccc; |
padding: 6px 6px 0; |
} |
#doc-title { padding-bottom: 5px; } |
#doc-title .name { font-size: 15px; } |
#sheet-menu { |
font-size: 13px; |
margin: 6px 0 0; |
padding: 0 0 5px; |
} |
#sheet-menu li { |
display: inline; |
list-style-type: none; |
margin: 0; |
padding: 5px 8px; |
} |
#sheet-menu li.active { |
background-color: #fff; |
font-weight: bold; |
border: 1px solid #999; |
} |
#top-bar #sheet-menu li.active { |
border-bottom: 0; |
} |
#sheet-menu a, #sheet-menu a:visited { color: #07c; } |
#footer { |
background: #f0f0f0; |
border-top: 1px #ccc solid; |
border-bottom: 1px #ccc solid; |
font-size: 13; |
padding: 10px 10px; |
} |
.dash { |
padding: 0 6px; |
} |
.ritz .waffle a { color: inherit; }.ritz .waffle .s1{background-color:#ffffff;text-align:left;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s7{border-left:none;background-color:#ffffff;}.ritz .waffle .s4{background-color:#ffffff;text-align:left;color:#000000;font-family:Arial;font-size:12pt;vertical-align:bottom;white-space:nowrap;overflow:hidden;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s5{border-right:none;background-color:#ffffff;text-align:left;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s8{background-color:#ffffff;text-align:left;color:#0d0d0d;font-family:Arial;font-size:12pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s2{background-color:#ffffff;text-align:left;color:#000000;font-family:Arial;font-size:12pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s0{background-color:#ffffff;text-align:left;font-weight:bold;color:#000000;font-family:Arial;font-size:12pt;vertical-align:bottom;white-space:nowrap;overflow:hidden;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s3{background-color:#ffffff;text-align:left;font-weight:bold;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s6{background-color:#ffffff;text-align:left;font-weight:bold;color:#0d0d0d;font-family:Arial;font-size:12pt;vertical-align:bottom;white-space:nowrap;overflow:hidden;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s9{background-color:#b7e1cd;text-align:left;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;} |
var activeSheetId; |
function switchToSheet(id) { |
if (document.getElementById('sheet-menu')) { |
document.getElementById('sheet-button-' + activeSheetId) |
.className = ''; |
document.getElementById('sheet-button-' + id).className = 'active'; |
} |
document.getElementById(activeSheetId).style.display = 'none'; |
document.getElementById(id).style.display = ''; |
activeSheetId = id; |
// posObjs() is defined in embeddedObjectJs (see EmbeddedObjectHtmlBuilder.java) |
posObjs(); |
return false; |
} |
function init() { |
var optPageSwitcher; |
function resize() { |
var optMobileWebHeader = document.getElementById('docs-ml-header-id'); |
var optTopBar = document.getElementById('top-bar'); |
var optFooter = document.getElementById('footer'); |
var sheetsViewport = document.getElementById('sheets-viewport'); |
if (optMobileWebHeader) { |
sheetsViewport.style.marginTop = optMobileWebHeader.offsetHeight + |
(optTopBar ? optTopBar.offsetHeight : 0) + 'px'; |
} |
var adjustedHeight = window.innerHeight - |
(optTopBar ? optTopBar.offsetHeight : 0) - |
(optFooter ? optFooter.offsetHeight : 0); |
var adjustedWidth = window.innerWidth; |
sheetsViewport.style.width = (adjustedWidth + 'px'); |
sheetsViewport.style.height = (adjustedHeight + 'px'); |
if (optPageSwitcher) { |
optPageSwitcher.resize(adjustedWidth, adjustedHeight); |
} |
} |
resize(); |
window.onresize = resize; |
var currentUrl = window.location.href; |
var newUrl = currentUrl.replace('?sle=true&', '?'); |
newUrl = newUrl.replace('?sle=true', ''); |
newUrl = newUrl.replace('&sle=true&', '&'); |
newUrl = newUrl.replace('&sle=true', ''); |
window.history.replaceState(null, '', newUrl); |
} |
tmactive - Course Availability |
https://docs.google.com/spreadsheets/d/e/2PACX-1vTpLzZ_dOimfS0Kfnb7eyjIax2Y3Spsu_A2aFebpCa1NwY4mVEd5y_K9miDq963Gn4GrHKWKa-bySFt/pub?gid=340315989&single=true&output=tsv
Loading : https://docs.google.com/spreadsheets/d/e/2PACX-1vTpLzZ_dOimfS0Kfnb7eyjIax2Y3Spsu_A2aFebpCa1NwY4mVEd5y_K9miDq963Gn4GrHKWKa-bySFt/pub?gid=340315989&single=true&output=tsv
$max_cell_width 0
html { overflow: visible; } |
#sheets-viewport { overflow: auto; } |
#sheets-viewport.widget-viewport { overflow: hidden; } |
.grid-container { overflow: visible; background: white;} |
.grid-table-container { overflow: visible; } |
#top-bar { |
margin: 0; |
overflow: hidden; |
} |
#top-bar { |
border-bottom: 1px solid #ccc; |
padding: 6px 6px 0; |
} |
#doc-title { padding-bottom: 5px; } |
#doc-title .name { font-size: 15px; } |
#sheet-menu { |
font-size: 13px; |
margin: 6px 0 0; |
padding: 0 0 5px; |
} |
#sheet-menu li { |
display: inline; |
list-style-type: none; |
margin: 0; |
padding: 5px 8px; |
} |
#sheet-menu li.active { |
background-color: #fff; |
font-weight: bold; |
border: 1px solid #999; |
} |
#top-bar #sheet-menu li.active { |
border-bottom: 0; |
} |
#sheet-menu a, #sheet-menu a:visited { color: #07c; } |
#footer { |
background: #f0f0f0; |
border-top: 1px #ccc solid; |
border-bottom: 1px #ccc solid; |
font-size: 13; |
padding: 10px 10px; |
} |
.dash { |
padding: 0 6px; |
} |
.ritz .waffle a { color: inherit; }.ritz .waffle .s0{background-color:#ffffff;text-align:left;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s6{border-left:none;background-color:#ffffff;}.ritz .waffle .s4{background-color:#ffffff;text-align:left;color:#000000;font-family:Arial;font-size:12pt;vertical-align:bottom;white-space:nowrap;overflow:hidden;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s1{border-right:none;background-color:#ffffff;text-align:left;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s8{background-color:#ffffff;text-align:left;color:#0d0d0d;font-family:Arial;font-size:12pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s3{background-color:#ffffff;text-align:left;color:#000000;font-family:Arial;font-size:12pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s2{background-color:#ffffff;text-align:left;font-weight:bold;color:#000000;font-family:Arial;font-size:12pt;vertical-align:bottom;white-space:nowrap;overflow:hidden;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s5{background-color:#ffffff;text-align:left;font-weight:bold;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s7{background-color:#ffffff;text-align:left;font-weight:bold;color:#0d0d0d;font-family:Arial;font-size:12pt;vertical-align:bottom;white-space:nowrap;overflow:hidden;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s9{background-color:#b7e1cd;text-align:left;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;} |
var activeSheetId; |
function switchToSheet(id) { |
if (document.getElementById('sheet-menu')) { |
document.getElementById('sheet-button-' + activeSheetId) |
.className = ''; |
document.getElementById('sheet-button-' + id).className = 'active'; |
} |
document.getElementById(activeSheetId).style.display = 'none'; |
document.getElementById(id).style.display = ''; |
activeSheetId = id; |
// posObjs() is defined in embeddedObjectJs (see EmbeddedObjectHtmlBuilder.java) |
posObjs(); |
return false; |
} |
function init() { |
var optPageSwitcher; |
function resize() { |
var optMobileWebHeader = document.getElementById('docs-ml-header-id'); |
var optTopBar = document.getElementById('top-bar'); |
var optFooter = document.getElementById('footer'); |
var sheetsViewport = document.getElementById('sheets-viewport'); |
if (optMobileWebHeader) { |
sheetsViewport.style.marginTop = optMobileWebHeader.offsetHeight + |
(optTopBar ? optTopBar.offsetHeight : 0) + 'px'; |
} |
var adjustedHeight = window.innerHeight - |
(optTopBar ? optTopBar.offsetHeight : 0) - |
(optFooter ? optFooter.offsetHeight : 0); |
var adjustedWidth = window.innerWidth; |
sheetsViewport.style.width = (adjustedWidth + 'px'); |
sheetsViewport.style.height = (adjustedHeight + 'px'); |
if (optPageSwitcher) { |
optPageSwitcher.resize(adjustedWidth, adjustedHeight); |
} |
} |
resize(); |
window.onresize = resize; |
var currentUrl = window.location.href; |
var newUrl = currentUrl.replace('?sle=true&', '?'); |
newUrl = newUrl.replace('?sle=true', ''); |
newUrl = newUrl.replace('&sle=true&', '&'); |
newUrl = newUrl.replace('&sle=true', ''); |
window.history.replaceState(null, '', newUrl); |
} |
tmactive - Course Availability |
https://docs.google.com/spreadsheets/d/e/2PACX-1vTpLzZ_dOimfS0Kfnb7eyjIax2Y3Spsu_A2aFebpCa1NwY4mVEd5y_K9miDq963Gn4GrHKWKa-bySFt/pub?gid=0&single=true&output=tsv
Loading : https://docs.google.com/spreadsheets/d/e/2PACX-1vTpLzZ_dOimfS0Kfnb7eyjIax2Y3Spsu_A2aFebpCa1NwY4mVEd5y_K9miDq963Gn4GrHKWKa-bySFt/pub?gid=0&single=true&output=tsv
$max_cell_width 0
html { overflow: visible; } |
#sheets-viewport { overflow: auto; } |
#sheets-viewport.widget-viewport { overflow: hidden; } |
.grid-container { overflow: visible; background: white;} |
.grid-table-container { overflow: visible; } |
#top-bar { |
margin: 0; |
overflow: hidden; |
} |
#top-bar { |
border-bottom: 1px solid #ccc; |
padding: 6px 6px 0; |
} |
#doc-title { padding-bottom: 5px; } |
#doc-title .name { font-size: 15px; } |
#sheet-menu { |
font-size: 13px; |
margin: 6px 0 0; |
padding: 0 0 5px; |
} |
#sheet-menu li { |
display: inline; |
list-style-type: none; |
margin: 0; |
padding: 5px 8px; |
} |
#sheet-menu li.active { |
background-color: #fff; |
font-weight: bold; |
border: 1px solid #999; |
} |
#top-bar #sheet-menu li.active { |
border-bottom: 0; |
} |
#sheet-menu a, #sheet-menu a:visited { color: #07c; } |
#footer { |
background: #f0f0f0; |
border-top: 1px #ccc solid; |
border-bottom: 1px #ccc solid; |
font-size: 13; |
padding: 10px 10px; |
} |
.dash { |
padding: 0 6px; |
} |
.ritz .waffle a { color: inherit; }.ritz .waffle .s1{background-color:#ffffff;text-align:left;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s7{border-left:none;background-color:#ffffff;}.ritz .waffle .s4{background-color:#ffffff;text-align:left;color:#000000;font-family:Arial;font-size:12pt;vertical-align:bottom;white-space:nowrap;overflow:hidden;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s6{border-right:none;background-color:#ffffff;text-align:left;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s8{background-color:#ffffff;text-align:left;color:#0d0d0d;font-family:Arial;font-size:12pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s2{background-color:#ffffff;text-align:left;color:#000000;font-family:Arial;font-size:12pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s0{background-color:#ffffff;text-align:left;font-weight:bold;color:#000000;font-family:Arial;font-size:12pt;vertical-align:bottom;white-space:nowrap;overflow:hidden;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s3{background-color:#ffffff;text-align:left;font-weight:bold;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s5{background-color:#ffffff;text-align:left;font-weight:bold;color:#0d0d0d;font-family:Arial;font-size:12pt;vertical-align:bottom;white-space:nowrap;overflow:hidden;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s9{background-color:#b7e1cd;text-align:left;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;} |
var activeSheetId; |
function switchToSheet(id) { |
if (document.getElementById('sheet-menu')) { |
document.getElementById('sheet-button-' + activeSheetId) |
.className = ''; |
document.getElementById('sheet-button-' + id).className = 'active'; |
} |
document.getElementById(activeSheetId).style.display = 'none'; |
document.getElementById(id).style.display = ''; |
activeSheetId = id; |
// posObjs() is defined in embeddedObjectJs (see EmbeddedObjectHtmlBuilder.java) |
posObjs(); |
return false; |
} |
function init() { |
var optPageSwitcher; |
function resize() { |
var optMobileWebHeader = document.getElementById('docs-ml-header-id'); |
var optTopBar = document.getElementById('top-bar'); |
var optFooter = document.getElementById('footer'); |
var sheetsViewport = document.getElementById('sheets-viewport'); |
if (optMobileWebHeader) { |
sheetsViewport.style.marginTop = optMobileWebHeader.offsetHeight + |
(optTopBar ? optTopBar.offsetHeight : 0) + 'px'; |
} |
var adjustedHeight = window.innerHeight - |
(optTopBar ? optTopBar.offsetHeight : 0) - |
(optFooter ? optFooter.offsetHeight : 0); |
var adjustedWidth = window.innerWidth; |
sheetsViewport.style.width = (adjustedWidth + 'px'); |
sheetsViewport.style.height = (adjustedHeight + 'px'); |
if (optPageSwitcher) { |
optPageSwitcher.resize(adjustedWidth, adjustedHeight); |
} |
} |
resize(); |
window.onresize = resize; |
var currentUrl = window.location.href; |
var newUrl = currentUrl.replace('?sle=true&', '?'); |
newUrl = newUrl.replace('?sle=true', ''); |
newUrl = newUrl.replace('&sle=true&', '&'); |
newUrl = newUrl.replace('&sle=true', ''); |
window.history.replaceState(null, '', newUrl); |
} |
tmactive - Course Availability |