sort problem with spreadsheet - poi

  • Thread starter Kanna Akella via JavaKB.com
  • Start date
K

Kanna Akella via JavaKB.com

used poi to generate spreadseet out of data coming from db/2
data-sort works in some cases and does not work in others.

Tried changing the cell type to CELL_TYPE_NUMERIC, but had no luck.
Any ideas/pointers, appreciated...
 
F

Fred

Kanna said:
used poi to generate spreadseet out of data coming from db/2
data-sort works in some cases and does not work in others.

Tried changing the cell type to CELL_TYPE_NUMERIC, but had no luck.
Any ideas/pointers, appreciated...

I suggest checking the quality of your data. Often when numbers have
trailing spaces spreadsheet functions don't work as expected. Worst
case, potentially write a macro to clean and sort the data (and call
the macro from Jacob).

-Fred
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,756
Messages
2,569,540
Members
45,025
Latest member
KetoRushACVFitness

Latest Threads

Top