poi excel文件生成與讀取

2021-10-24 20:40:31 字數 1771 閱讀 2302

poi是什麼

答:用於excel的操作的,可以對集合,map進行操作生成對應的excel文件。做報表。

對應的itext是pdf操作的

excel的兩種版本

1997~2003版本的

2003版本的

區別:字尾名不同。某w*s就是03的。。

xls用老版本的excel和新版本的excel軟體都能開啟。

而新版本的excel檔案不會向下相容。

>

>

org.apache.poigroupid

>

>

poiartifactid

>

>

3.9version

>

dependency

>

>

>

org.apache.poigroupid

>

>

poi-ooxmlartifactid

>

>

3.9version

>

dependency

>

/**

* 給定excel檔名 和 excel文件 生成excel檔案

* @param excelfilename

* @param wb

*/void

createexcelfile

(string excelfilename, workbook wb)

catch

(ioexception e)

}catch

(filenotfoundexception e)

finally

catch

(ioexception e)}}

}@test

/** * 生成xls的excel文件 97~03 年

換了個api

/**

* 生成xlsx 的文件

*/@test

public

void

test3()

}createexcelfile

("excel2.xlsx"

, xssfsheets)

;}

/**

* 利用poi讀取xlsx檔案

最後,輪子的都得是,會用改,然後會用就行。

Matlab讀取CAN盒生成的txt文件資料

文件內容如下 序號 傳輸方向 接收時間標識 幀id 幀格式 幀型別 資料長度 資料 0 接收 1600.8149 0x00000000 資料幀 擴充套件幀 0x05 00 00 01 00 00 1 接收 1600.8152 0x11111111 資料幀 擴充套件幀 0x06 fd 2e 63 08...

讀取PDF文件

coding utf 8 匯入開發包 frompdfminer.pdfparserimportpdfparser,pdfdocument frompdfminer.pdfinterpimportpdfresourcemanager,pdfpageinterpreter frompdfminer.pd...

c 讀取文件

設計乙個讀取 inputfile.txt 資料的class parsetxtfile 實體化時由 constructor 構造器 提供檔案所在路徑 讀取完成列印 txt 檔案內的 data,建議使用 system.io.file.readalllines 必須處理以下exception,提供相對應的...