0

I'm trying to parse one Excel spreadsheet which has a field named "Status" (possible values PASS/FAIL). I want the total no. of records for PASS status and that of FAIL status.

Can anyone help me?

Anthony
  • 12,177
  • 9
  • 69
  • 105
Anupriya
  • 23
  • 3

1 Answers1

0

Try apache POI http://poi.apache.org

lweller
  • 11,077
  • 3
  • 34
  • 38