http://www.perlmonks.org?node_id=1018514

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I know there has already been a lot of discussion on Spreadsheet::ParseExcel working. But I still need a bit information . I am using it to parse .xls files and have used reduce memory usage instructions but still memory usage is high.

Anyways just want the unfomatted cell value of these excel sheet nothing else. How can I increase the speed of code ?? I want to discard subroutines or functions which are not useful in my case. So how to go about it??