Can I write from a gridview directly into a table?

I have a gridview that contains my columns of data (header and data).

 

I need to write this straight into a Snowflake table. How can I do this?

 

Thanks