<div dir="ltr">On Mon, Jun 17, 2013 at 10:42 AM, Steven Núñez <span dir="ltr"><<a href="mailto:steven.nunez@illation.com" target="_blank">steven.nunez@illation.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Perhaps I should have phrased my question a bit differently: Does anyone<br>


have any good ways to access .NET or C libraries on the Microsoft from<br>
CCL? I need to do a lot of manipulation of Office document contents.<br></blockquote><div><br></div><div style>If you "just" need to manipulate Office documents, maybe using Apache POI (<a href="http://poi.apache.org/">http://poi.apache.org/</a>) is an option for you.  Apache POI is a Java library and there are a few different ways how to access Java libraries from Lisp.  I'm using ABCL for that purpose (<a href="http://netzhansa.blogspot.de/2013/03/dealing-with-excel-files-from-common.html">http://netzhansa.blogspot.de/2013/03/dealing-with-excel-files-from-common.html</a>), but there are a few other options (<a href="http://www.cliki.net/java">http://www.cliki.net/java</a>) that might be worth looking at.</div>

<div style><br></div><div style>-Hans</div></div></div></div>