#!/usr/bin/perl use strict; use warnings; use XML::Excel; my $excel_obj = XML::Excel->new(); my $xls = '/root/colors.xls'; my $status = $excel_obj->parse_doc("$xls", {headings => 1}); $excel_obj->print_xml("/root/Desktop/out.xml"); if($@) { die "Unable to print xml\n"; }
In reply to Re: Problem in converting Excel to xml
by Khen1950fx
in thread Problem in converting Excel to xml
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |