IFRAME CODE TO DISPLAY RANGE IN PUBLISHED SPREADSHEET; SHEET
<iframe src="https://docs.google.com/spreadsheets/d/e/2PACX-1vRlnCWj0rw10i-woDngYrvHHDInGG1ZOTdsnE-s-bY_pEItKRONSI5h1AjkUWeMxUDPYs-qH1t49NRl/pubhtml?gid=1999423408&widget=false&headers=false&chrome=false&range=A1:I7" width="800" height="300"></iframe>
You Will need these two links:
https://www.w3schools.com/bootstrap/default.asp for the sample Bootstrap Code
https://drive.google.com/uc?export=view&id=YourIdHere
Use the following methods to embed/insert files into your website/blogger/WordPress or any other platform from Google Drive.
For CSS file:
<link href='Your CSS File Link' rel='stylesheet' type='text/css'/>
For JavaScript file:
<script src='Your Javascript File Link' type='text/javascript'/>
Watch video to know how to use these codes to embed these files from Google Drive.