| Line 329... |
Line 329... |
| 329 |
else{
|
329 |
else{
|
| 330 |
row.createCell((short) 3).setCellValue(0);
|
330 |
row.createCell((short) 3).setCellValue(0);
|
| 331 |
}
|
331 |
}
|
| 332 |
row.createCell((short) 4).setCellValue(snapdealItem.getTransferPrice());
|
332 |
row.createCell((short) 4).setCellValue(snapdealItem.getTransferPrice());
|
| 333 |
row.createCell((short) 5).setCellValue(snapdealItem.getSellingPrice());
|
333 |
row.createCell((short) 5).setCellValue(snapdealItem.getSellingPrice());
|
| 334 |
rowhead.createCell((short) 6).setCellValue(snapdealItem.getCourierCost());
|
334 |
row.createCell((short) 6).setCellValue(snapdealItem.getCourierCost());
|
| 335 |
rowhead.createCell((short) 7).setCellValue(snapdealItem.getCommission());
|
335 |
row.createCell((short) 7).setCellValue(snapdealItem.getCommission());
|
| 336 |
rowhead.createCell((short) 8).setCellValue(snapdealItem.getServiceTax());
|
336 |
row.createCell((short) 8).setCellValue(snapdealItem.getServiceTax());
|
| 337 |
rowhead.createCell((short) 9).setCellValue(snapdealItem.isSuppressInventoryFeed());
|
337 |
row.createCell((short) 9).setCellValue(snapdealItem.isSuppressInventoryFeed());
|
| 338 |
rowhead.createCell((short) 10).setCellValue(snapdealItem.isSuppressPriceFeed());
|
338 |
row.createCell((short) 10).setCellValue(snapdealItem.isSuppressPriceFeed());
|
| 339 |
rowhead.createCell((short) 11).setCellValue(snapdealItem.getMaxNlc());
|
339 |
row.createCell((short) 11).setCellValue(snapdealItem.getMaxNlc());
|
| 340 |
rowhead.createCell((short) 12).setCellValue(snapdealItem.getSkuAtSnapdeal());
|
340 |
row.createCell((short) 12).setCellValue(snapdealItem.getSkuAtSnapdeal());
|
| 341 |
rowhead.createCell((short) 13).setCellValue(snapdealItem.getSupc());
|
341 |
row.createCell((short) 13).setCellValue(snapdealItem.getSupc());
|
| 342 |
iterator++;
|
342 |
iterator++;
|
| 343 |
}
|
343 |
}
|
| 344 |
|
344 |
|
| 345 |
FileOutputStream fileOut = null;
|
345 |
FileOutputStream fileOut = null;
|
| 346 |
try {
|
346 |
try {
|