Hello,
Does anyone know if there is a "free" package available that allows
you to access the Microsoft Office Object Model from Java? In
particular I'd like to be able to create Excel Worksheets and
manipulate the data on them from Java. There are commerical packages
available, but I know there must be "free" packages out there
somewhere.
Thanks
samadams_2006@yahoo.ca
Tom Bryan - 07 Feb 2007 15:19 GMT
> Does anyone know if there is a "free" package available that allows
> you to access the Microsoft Office Object Model from Java?
Maybe not the object model, but the file formats. I've never used it,
but I've heard good things about POI.
http://jakarta.apache.org/poi/
---Tom