"Sorry update: I want to copy a .xls to another .xls file i tried"
If you simply want to create a copy of file you don't need to read and parse it.
#!/usr/bin/perl use strict; use warnings; use File::Copy; copy("source.xls","target.xls") or die "Copy failed: $!"
In reply to Re: Reading XLS file using Perl
by marto
in thread Reading XLS file using Perl
by rammohan
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |