Embedding and Theming

Hello, I am a UI developer mainly working in react. I am trying to see if quadraticHQ will work for a use case we have and I have not been able to figure out the following.

  1. How to embed on local host. I followed the very simple docs for embedding with an iframe, but I am getting quite a few cross origin issues. I imagine this needs to be configured somewhere but docker is not my expertise so I am finding it a little challenging
  2. I have not yet been able to find if there is a way to style or update the spreadsheet visually. Ideally I want to enable onClick events on cells and fire callbacks on user actions. Now, I understand that being in an iframe, this severely restricts my options so I am guessing this is not an option but I figured I would ask in the interest of being thorough

Thanks again!

Hey, there is a bug with embeds currently, we are working on a solution in this PR fix: add csp header to allow iframe embed by AyushAgrawal-A2 · Pull Request #2357 · quadratichq/quadratic · GitHub

We do not support interacting with the spreadsheet from the site it is embedded in.