<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Arial">Thanks a lot for the different
suggestions to solve my problem. The handler is that I was searching
for. I will test it soon!<br>
<br>
Regards,<br>
<br>
Gabriele Wanielik<br>
</font></font><br>
Shi Yusen schrieb:
<blockquote cite="mid1162565732.3341.19.camel@localhost" type="cite">
  <pre wrap="">It depends on what you want.

If you want to get Excel content in OpenCms, you can upload Excel file
and use jExcel to get its content. You can use jExcel to produce xml
document easily.

If you want to transfer Excel content to an OpenCms xmlcontent, you'd
better create a new xml content handler. I attached a sample handler
file, it extends the OpenCms mapping to support something like:
<mapping element="Title" mapto="property:Title|ExcelImport:sheet1!B2" />

Regards,

Shi Yusen/Beijing Langhua Ltd.


在 2006-11-03五的 11:07 +0100,Gabriele Wanielik写道:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi list,

I want to import data that are stored in Excel-Sheets to OpenCms so
that they are available in OpenCms as XML-content. Do I have to
convert them or can I access parts of the Excel-Sheets directly from
OpenCms e.g. using some mapping? 

I couldn't find a description on this. Did I miss something in the
docs or can anyone give me a solution to my problem?

Thanks,

Gabriele Wanielik
_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
<a class="moz-txt-link-freetext" href="http://lists.opencms.org/mailman/listinfo/opencms-dev">http://lists.opencms.org/mailman/listinfo/opencms-dev</a>
    </pre>
    <pre wrap="">
<hr size="4" width="90%">

_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
<a class="moz-txt-link-freetext" href="http://lists.opencms.org/mailman/listinfo/opencms-dev">http://lists.opencms.org/mailman/listinfo/opencms-dev</a></pre>
  </blockquote>
</blockquote>
</body>
</html>