10000 GitHub - yjy8749/excel-2-bean: Encapsulation Excel(.xls,.xlsx,.csv) To Bean And Bean To Excel
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yjy8749/excel-2-bean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Excel-2-bean

Encapsulation Excel(.xls,.xlsx,.csv) To Bean And Bean To Excel

Dependencies

compile 'org.apache.poi:poi'
compile 'org.apache.poi:poi-ooxml'
compile 'net.sourceforge.javacsv:javacsv:2.0'

Usage

ExcelImporter importer = new ExcelImporter(SomeBean.class,new File("..."));
importer.readToList()
importer.toList()

ExcelExporter exporter = new ExcelExporter(SomeBean.class,new File("..."));
exporter.toExcel(dataList);

Junit Test Case

com.kuafu.framework.excel.test.ExcelTest

Other

Excel To Bean And Bean To Excel,Config By Annotation And Support Custom Converter

About

Encapsulation Excel(.xls,.xlsx,.csv) To Bean And Bean To Excel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0