I need to create a little desktop app in Java that creates for me a .doc file and writes a bit of text into the file. I found an interesting tool called Aspose, but i saw it is not free at all.
Do yoy know what kind of, java API can i use for doing that(for free)?
Is it possible to do that only with the java SE libraries?
What do you think would be the easiest and fastest way to achive this goal?
I need to create a little desktop app in Java that creates for me
Share
I suggest you have a look at the Apache POI framework, specifically the HWPF – Java API to Handle Microsoft Word Files: