From: Alfonso R. <ms...@re...> - 2007-09-06 01:34:59
|
Hi there! I have been searching for a library that allows me to open, read and write Excel files. I found yesterday POI at http://poi.apache.org/ http://poi.apache.org/ . Following a couple of examples here and there I found this interface very simple to use without messing with DLLs. As a way to exercise, I ported the example that SoftArtisans shows at their website. Here is the link: http://officewriter.softartisans.com/OfficeWriter-306.aspx http://officewriter.softartisans.com/OfficeWriter-306.aspx The file I converted to Jython is here: http://www.nabble.com/file/p12514156/poitest.py poitest.py Hope you find it useful. -- View this message in context: http://www.nabble.com/Excel-read-write-with-Apache-POI-from-Jython-tf4389197.html#a12514156 Sent from the jython-users mailing list archive at Nabble.com. |