I am trying to remove the header and footer from this google sheets embedding and I can't figure out a way to get rid of it. Does anyone know a custom CSS or way to change the embed code that fixes this issue?
Currently using this code for the embed
<iframe width="629px" height="800px"
<iframe src="https://docs.google.com/spreadsheets/d/e/2PACX-1vRL6w3X07A110dqEbHiJZkvAe4ifw5BqK8ON5DJgpYfXyhh0QigbZCUDOB2xEwz-gmwJ8Fz5h65lvUD/pubhtml?gid=0&single=true&widget=true&headers=false"></iframe>
Any help is appreciated!