how to process csv files in java [duplicate] - java

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
CSV API for Java
Get and Parse CSV file in android
is there an library for android/java for processing files like CSV files with examples?
please provide me with the link for that libraries and examples

OpenCSV is a very simple, yet worldwide tested, API. You will find enough exemples on their documentation to get started.

Related

Java convert video into sequence [duplicate]

This question already has answers here:
Libraries / tutorials for manipulating video in java [closed]
(2 answers)
Closed 7 years ago.
I couldn't find this anywhere on the internet. Is there a way to do something like:
ArrayList<BufferedImage> frames = VideoUtil.getFrames(getClass().getResource("video.avi"));
Or do I have to use an external library?
NOTE: I've searched but nowhere have I found a way to do this. The best I could find is what I want, but the other way around.
See Libraries / tutorials for manipulating video in java

Write in an existing Word document using Java [duplicate]

This question already has answers here:
Is there a Java API that can create rich Word documents? [closed]
(16 answers)
Closed 8 years ago.
I'm working on a project for work that requires me to ask some informations to the user, then write them down in a Word document. The thing is that I have to write those informations in a document that already exists, containing tables, checkboxes and so on... I tried using Apache POI, which is useful when it comes to creating a Word document, but does not seem to help me filling an existing one. How should I proceed ? What API should I use ?
Thanks in advance for any help.
What you could do as well in such a case is renaming the .docx file to .zip. Unzipping it, update the content xml (so filling it up with your values) and zip and rename it again.

Developing Excel reports using Java [duplicate]

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Generating excel documents programmatically
I want to generate excel reports using Java/J2EE. Can anyone let mw know which is the best open source API to do this, which is simple & easy to use.
If anyone can provide me the link to sample programs will be great.
Thanks in Advance
You can try to use the Apache POI. They have examples on their web page. See their website here.

How to export text into pdf in Java, Android? [duplicate]

This question already has an answer here:
Closed 11 years ago.
Possible Duplicate:
How to create pdf files on android
I need to create app for exporting text into pdf file. But I don't know how to do it, because I never used it ever. Help me please, give me an example for this task or link for tutorial.
Some libraries in java to acheive this
http://pdfbox.apache.org/
http://itextpdf.com/

Tag Cloud library in Java [duplicate]

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
How can I generate a tag cloud in Java, with OpenCloud?
I would like to know if there's an open source library (JAR) available to generate a tag-cloud in Java?
If the output you need should be in HTML you can use OpenCloud: http://sourceforge.net/projects/opencloud/

Categories

Resources