I have programmatically created an excel sheet in which there are many rows of entries using Apache POI.
Is it possible to programmatically sort the entries in an excel sheet (alphabetically) based on the value in a certain column, by using any APIs? I need to implement this in an android app. So far I have observed that we can do this manually in the excel sheet, but is it possible to do this programmatically?
Any suggestions with regard to any .jar file (not necessarily Apache POI) will be appreciated.