I am trying to embed a google sheet in my HTML document, but I need to format it's CSS. How can I edit its CSS?
CodePudding user response:
you aren’t allowed much control over the appearance of your spreadsheet – which can be inconvenient if you want to direct viewers to a particular part of the sheet.It's better you try features of the sheet to change appearance.
CodePudding user response:
The only thing you could do is to overwrite the styles in your own style sheet and use !important
to force these rules.