Skip to content

Commit

Permalink
添加test.xls和test.xlsx
Browse files Browse the repository at this point in the history
  • Loading branch information
SwordfallYeung committed Oct 10, 2019
1 parent 50d9464 commit 4695463
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ POIExcel.iml
src/main/test/
target/
out/
test.xlsx
2 changes: 1 addition & 1 deletion src/main/java/org/poi/ExcelReaderUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public static void copyToTemp(File file,String tmpDir) throws Exception{

public static void main(String[] args) throws Exception {
/*String path="C:\\Users\\y15079\\Desktop\\shenjiangnan\\H_20180208_ASS_PRODUCT_test3.xlsx";*/
String path="D:\\H3CIDEA\\POIExcel\\test.xlsx";
String path="D:\\Github\\test.xls";
/*String path="C:\\Users\\y15079\\Desktop\\shenjiangnan\\TestSample\\1010filesCollection5000100";*/
//H_20180111_Base_Date(4)_0420.xlsx
/*String path="C:\\Users\\y15079\\Desktop\\shenjiangnan\\TestSample\\REWORK\\H_20180105_Cto_REWORK_1600.xlsx";*/
Expand Down
Binary file added test.xls
Binary file not shown.
Binary file added test.xlsx
Binary file not shown.

0 comments on commit 4695463

Please sign in to comment.