1) Excel sheet contains NULL values. When we are creating a table using the excel sheet then we don't 'get exact out put having null values.
In this case we use the following expression.
row1.placement_count.equals("NULL") == true ? null: new BigDecimal(row1.placement_count)
2)
No comments:
Post a Comment