The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl script xls2csv.

1.05 Fri Sep 30
	- Now works with multiple worksheets. The worksheet name may be specified with -w.
	Can also now get a list of all the worksheets in a spreadsheet with the -W switch.
	Thanks to David Sheldon for submitting the patch that added this functionality.

1.04 Sun Sep 25
	- After reviewing CPAN Testers reports, I realized that Makefile.PL should be specifying Unicode::Map as a prereq.
        Now it does. Hopefully the test script won't die anymore.

1.03 Sat Sep 24
	- Makefile.PL was requiring perl 5.8.6. This has been lowered to 5.6.0
        - "-v" will now show the version
        - Reading of the spreadsheet will now continue if a blank line is encountered.
        
1.02 Fri Sep 23
        - Now distributed in a much nicer tar.gz package.

1.00 - 1.01  Fri Sep 23
	- original version(s)
		These were uploaded to CPAN as single pl files 
		instead of an installable package..oops.