简体   繁体   中英

Upload an html document to Google Docs in python

I would like to create a small poc module in python 2.7 where I can upload a small html file in google docs and where we can convert it to google document and keep the html in the same stylesheet.

This is an example of my file I would like to upload and convert in google document format.

<html> 
 <h1>Heading 1</h1> 
 <h2>Heading 2</h2> 
 <h3>Heading 3</h3> 
 <p>Here we are </p>  
</html>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM