簡體   English   中英

將html文檔上傳到python中的Google文檔

[英]Upload an html document to Google Docs in python

我想在python 2.7中創建一個小的poc模塊,在其中我可以在google docs中上傳一個小的html文件,在這里我們可以將其轉換為google文檔,並將html保留在相同的樣式表中。

這是我要上傳並以Google文檔格式轉換的文件的示例。

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

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM