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


in reply to Parse Excel File

You see data in just 6 rows, but the other rows might still be there, but without real data. This can happen is the sheet had some data that was deleted, or if it has a space for example, that doesn't show to your eyes.

Maybe Spreadsheet::Read is an option to you, it has the feature to strip empty rows and columns from the ends


Enjoy, Have FUN! H.Merijn

Replies are listed 'Best First'.
Re^2: Parse Excel File
by vinoth.ree (Monsignor) on Jun 24, 2013 at 09:15 UTC