Perl: module to convert xlsx to csv

Is there any perl module to convert .xlsx file(excel sheet 2007) to a csv file.

Take a look at sample in CPAN. In the sample program, instead of writing the output to screen, you may write it to a file and name it something.csv.