Commit d4622959 authored by Vu Duy Anh's avatar Vu Duy Anh

anhvd accept merge

parents 9d28392b 40b0c7e6
......@@ -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