Sales Tracking with Excel

Is there a way to import excel data into a form on webflow? I want to create a site that we can all access in my sales department to be able to see the daily sales vs weekly, month & yearly goals…thoughts?


Here is my public share link: LINK
(how to access public share link)

Yes, upload and convert to Google Sheets. Then Google (embed google sheet into webpage). Use the embed component.

Thank you!!! now I have a general sheet embedded however I cant seem to get the whole sheet to fit in the div block?

https://preview.webflow.com/preview/utopianintranet?preview=7b2f683e28bdf8ddb19e2830f5472f1f

Yes you can, try giving it a class and setting some styles.

I did but no matter what I change the spreadsheet only shows a very

small portion of the actual sheet

Paste this inside your embed code:

<style>
iframe {
  position: absolute;
  width: 100vw;
  height: 100vh;
}
</style>
1 Like

THANK YOU! That is what I needed.

probably not my last questions but is there code that would remove the highlighted bits

This is a 3rd party plugin, and I suggest you Google first google sheets embed remove title and tab - Google Search

thank you again I will check that out

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.