frankycool 0 Newbie Poster

I have an arraylist As such :-

products.add( new CarsSubProduct( "FordMustang",1,1000,10000 ) );

FordMustang is Car name
1 is Car number
1000 is total number of cars in stock
10000 is price per car

I will like to Store it to access database or excel.Please how can these be done.