well HSSF creates Excel files from scratch through its Java API. there is currently no XML->xls feature in HSSF/POI proper but I think several users have done this in past (search the archives).

[EMAIL PROTECTED] wrote:

Hi

Sorry if you receive this email twice, but my first email seemed to have
been undelivered...

I think this is a bit too far fetched for the time being, but I'll give it
a try just the same. In excel 2003 it is possible to import an XML file
into excel, having an XML map which maps the xml tags to certain columns.

With COM this is done the following way:

ActiveWorkbook.XmlMaps("Contact_Map").Import URL:= _
        "C:\XML Testing\ContactData.xml"

Is there a way how to do it with POI? Or at least in any other way without
using COM ?

Thanks!
Edward



_________________________________________________________________ Send your loved ones Easter Eggs and Figolli this Easter. Shop online at http://shop.di-ve.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to