Excel to XML

Excel to XML

am 30.03.2007 00:41:00 von munni a

--===============0687131012==
Content-Type: multipart/alternative;
boundary="----=_Part_70436_10839792.1175208060536"

------=_Part_70436_10839792.1175208060536
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hello everyone,

I need your advice on this scenario.

I have a Excel spreadsheet which I want to convert into XML using perl. Then
from which it can populated to the html pages automatically. Does anyone
has done this before,if so please help me out?

Thanks in advance for all ur help.

Mun

------=_Part_70436_10839792.1175208060536
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline


Hello everyone,

 

I need your advice on this scenario.

 

I have a Excel spreadsheet which I want to convert into XML using perl. Then from which it can populated to the html pages automatically.  Does anyone has done this before,if so please help me out?

 

Thanks in advance for all ur help.

 

Mun


------=_Part_70436_10839792.1175208060536--

--===============0687131012==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
--===============0687131012==--

Re: Excel to XML

am 30.03.2007 00:48:44 von Administrador Intranet Internet

Hi ...

I dont know about XML, but you can use
the Spreadsheet-WriteExcel module to read
the Excel file and then make your html page.

rgmd

----- Original Message -----
From: "munni a"
To:
Sent: Thursday, March 29, 2007 6:41 PM
Subject: Excel to XML


> Hello everyone,
>
> I need your advice on this scenario.
>
> I have a Excel spreadsheet which I want to convert into XML using perl.
> Then from which it can populated to the html pages automatically. Does
> anyone has done this before,if so please help me out?
>
> Thanks in advance for all ur help.
>
> Mun
>


------------------------------------------------------------ ----------------
----


> _______________________________________________
> ActivePerl mailing list
> ActivePerl@listserv.ActiveState.com
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: Excel to XML

am 30.03.2007 00:51:52 von Bill Luebkert

munni a wrote:
> Hello everyone,
>
> I need your advice on this scenario.
>
> I have a Excel spreadsheet which I want to convert into XML using perl.
> Then from which it can populated to the html pages automatically. Does
> anyone has done this before,if so please help me out?
>
> Thanks in advance for all ur help.

If you're on Win32 and you don't have the option to save in XML format
or you want specific data from the sheet, I would think Win32::OLE would
handle it for you. You could pick and choose which data you want and
format it any way you like. Win32::ODBC would be another possible choice
and Spreadsheet::ParseExcel if not on Windoze.

_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs