Commit 40b0c7e6 authored by Nguyen Ha's avatar Nguyen Ha

hanv fix import DSKH

parent 007fb923
......@@ -1072,7 +1072,7 @@ public class CustomerServiceImpl implements CustomerService {
//</editor-fold>
//<editor-fold desc="Đọc dữ liệu từng dòng 1" defaultstate="collapsed">
for (int i = 4; i <= sheet.getPhysicalNumberOfRows(); i++) {
for (int i = 4; i < sheet.getPhysicalNumberOfRows(); i++) {
Row dataRow = sheet.getRow(i);
if (!isRowEmpty(dataRow)) {
Object[] obj = new Object[objectSize + 1];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment