我想將Sql數據導出爲PDF文件。 我用下面的代碼。 我得到錯誤HtmlParser.Parse(Doc,xmlReader); 名稱「的HTMLParser」並不在當前的背景下 using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
我想用Python轉換xlsx。我使用模塊tablib和xtopdf來構建一個結構良好的表格。非常棒!不幸的是,這些內容不適用於一個PDF頁面。所以我想將pagesize和格式更改爲水平A3。但我不知道如何工作。我的代碼: import random
import tablib
from openpyxl import load_workbook
from xtopdf import PDF