Commit 9110a2b3943ec3e0d8b574c3b1a9de9b4e412b02
1 parent
6b3caafd
Exists in
master
.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/main/java/com/taover/util/UtilExcel.java
| ... | ... | @@ -529,7 +529,7 @@ public class UtilExcel { |
| 529 | 529 | System.out.println(df.format(3.3300)); |
| 530 | 530 | |
| 531 | 531 | |
| 532 | - String filepath = "C:\\Users\\EDZ\\Desktop\\acccc.xls"; | |
| 532 | + String filepath = "C:\\Users\\EDZ\\Desktop\\testjson1.xlsx"; | |
| 533 | 533 | List<List<Object>> data = null; |
| 534 | 534 | |
| 535 | 535 | try { | ... | ... |