pavan146 -1 Newbie Poster

I am using junit in eclipse for testing.While creating test suite I want to upload the data or the class name from excel file.Like in the given example I want to upload TrialTest.class and DivisionTest.class from an excel file.
@Suite.SuiteClasses( { TrialTest.class,DivisionTest.class })
Please suggest me a code for this.