Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

sqyNick/CExcelUtil

Repository files navigation

ExcelUtil

####The project is based on POI .If you want to konw more about it,just click the right link :POI
##How to use the ExcelUtil ? don't worry,You just need to do the following steps. Step 1:

allprojects {
 repositories {
 jcenter()
 maven { url "https://jitpack.io" }
 }
}

Step 2:

 compile 'com.github.sqyNick:CExcelUtil:1.0.7'

##Then you can use the ExcelUtil just like below.

 Read Excel:
 ArrayList<ArrayList<ArrayList<Object>>> excel = ExcelUtil.readExcel(new File("your excel path"));
 Object cell = excel.get(0).get(0).get(0);//Get zeroth Sheet zeroth rows and 0 columns
 -------------------------------------------------------------------------------------------------
 Write Excel:
 ExcelUtil.writeExcel(excel,"the path you want to save");

About

the Operating tools for Excel

Resources

Stars

Watchers

Forks

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /