Please some one suggest me,how to read the excel sheet data and validate that null values are inserted or columns data exceeded with respected to header.
I suggest you to use jxl to do that. jxl is capable of read and write through excel sheet.
Maven Repository: net.sourceforge.jexcelapi » jxl
you can download it here:
https://www.versioneye.com/java/net....api:jxl/2.6.12
you can also use Apache POI to read and write to excel sheet.
Make sure to read and understand the jar file's dependencies so you won't have a problem.