This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Other Open Source Projects and the fly likes Sorting Excel using POI (HSSF) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Other Open Source Projects
Reply Bookmark "Sorting Excel using POI (HSSF)" Watch "Sorting Excel using POI (HSSF)" New topic
Author

Sorting Excel using POI (HSSF)

Gaja Venkat
Ranch Hand

Joined: Aug 10, 2001
Posts: 50
I am using HSSF POI to create an Excel sheet. I am in need of sorting this sheet based on a column value. If you know how to do this, please let me know.

Thanks!
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35426
    
    9
POI is just an API to read and write Excel files. You can use it to perform some simple manipulations, but nothing like sorting. That would be good addition, though, so if you get around to implementing it, you might consider contributing the code to the project

Since POI is a 3rd party API, I'm moving this thread to Other Open Source Projects.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Sorting Excel using POI (HSSF)
 
Similar Threads
What's your favorite open source library/project?
how to fetch data from excel sheet and dump to Mysql database
How to sort the excel sheet using POI?
java.lang.OutOfMemoryError using Apache POI.jar
Delete a row from an Excel sheet with Apache POI / HSSF?