文件名称:excelnate:Excelnate是一个将Excel文件映射到Java对象的库
文件大小:94KB
文件格式:ZIP
更新时间:2024-06-05 03:24:51
Java
优秀 Excelnate是一个将Excel文件映射到Java对象的库。 用法示例 这是该库的基本用法。 以下代码将Excel文件映射到对象列表。 每个对象对应一个Excel行。 @Test public void should_MapFirstDataRow() throws Exception { // given // file contains 6 rows, 1st row being the header, rest rows // being data rows - refer to the file "test-objects.xlsx" to // see the values ExcelDocument excelDocument = ExcelDocumentFixtureUtils .testObjectDocument(); // create
【文件预览】:
excelnate-master
----LICENSE(1KB)
----excelnate()
--------.gitignore(249B)
--------.mvn()
--------src()
--------mvnw(6KB)
--------pom.xml(2KB)
--------mvnw.cmd(5KB)
----README.md(3KB)