對excel的匯出,使用jxt

2021-06-20 08:12:38 字數 883 閱讀 1223

使用spring的annotation模式

前端 jsp:

function extractreport()

$在controller層:

private byte getextracttoexcel(listreportextractcatchs,listreportlotterys,string name)throws exception ;

int colcount = title.length;                            // 結果集中列的總數

// 標題樣式

writablefont font = new writablefont(writablefont.tahoma, 9,writablefont.bold);// 定義字型

font.setcolour(colour.black);                            // 字型顏色

writablecellformat wc = new writablecellformat(font);

wc.setalignment(alignment.left);                         // 設對齊

wc.setborder(border.all, borderlinestyle.thin);         // 設定邊框線

wc.setbackground(jxl.format.colour.lime);                 // 設定單元格的背景顏色

ws.setrowview(0, 350);                                     // 設定第一行,第二行的行高            

//寫入 標題

for (int i = 0; i

excel匯出使用get請求引數過長問題

遇到的問題 excel匯出功能時,使用的是window.location.href url也就是get請求。當傳入引數過長的時候就報了414,位址過長的錯誤。解決思路 將get請求換為post請求。而一般的post請求只能處理xml,json,script,or html型別。所以最後使用表單方式進...

excel匯出使用get請求引數過長問題

excel匯出使用get請求引數過長問題 遇到的問題 excel匯出功能時,使用的是window.location.href url也就是get請求。當傳入引數過長的時候就報了414,位址過長的錯誤。解決思路 將get請求換為post請求。而一般的post請求只能處理xml,json,script,...

Oracle 資料庫匯入匯出使用

oracle資料庫匯入匯出使用 資料匯出 1 將資料庫test完全匯出,使用者名稱system 密碼manager匯出到d daochu.dmp中 exp system manager test file d daochu.dmp full y 2 將資料庫中system使用者與sys使用者的表匯出...