Introduction - If you have any usage issues, please Google them yourself
Procedures have just been sorted out, but also a bit rough, but also hope that friends have a better way to communicate, improve.Note: this procedure is very simple excel parsing function; can be used to parse excel data library.The program relies on jxl.jar commons-lang-2.4.jarn commons-logging.jarThe above three dependency packages are encapsulated in this package.If you need the latest jar package, you can replace it.The excel template is configured as follows:The first line is the key that map needs to use;The second line is the remarks when it is convenient to organize the data;The third line and thereafter are the values of the corresponding fieldsThe Excel template can be found in importTemplate.xlswithin the package; see the following code for use.