标签: html python-3.x pandas html-table
使用python在excel中读取字体,粗体和彩色值,并转换为html
import pandas as pd wb = pd.read_excel('test.xlsx') wb.to_html('test.html')