-Direct answer-
Step 1: Make an editable sheet for embedding in your site by following these steps https://www.localwebstrategies.com/post/how-to-embed-editable-google-sheets-in-website
Step 2: Follow this short guide to know different inline iframe functions to remove the header, sheet1, sheet2, etc Display specific sheet with edit mode in iframe
Step 3: Add a custom range like you want A1:C1 then add the formula taken from above (step 2 link) range=A1%3AC1
*don’t change this %3A
Step 4: Compile code and get it done like
<iframe height="400" width="100%" src="https://docs.google.com/spreadsheets/d/16nPYzT2lM1NRyfXgUUJ9_MkNHuSocp8/edit?usp=drivesdk?rm=minimal&single=false&widget=false&headers=false&chrome=false&rangle=A1%3AC1"> </iframe>
Replace scr=…[Link]…. ? With your link, it will work fine, but only if you are looking to publish all workbook, if you want to publish only one sheet then the link will be a little different and “true” will come on the place of single=false&