aspose file tools
The moose likes Other Open Source Projects and the fly likes How can I analize Excel file with Apache POI? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Other Open Source Projects
Reply Bookmark "How can I analize Excel file with Apache POI?" Watch "How can I analize Excel file with Apache POI?" New topic
Author

How can I analize Excel file with Apache POI?

Armen Arzumanyan
Greenhorn

Joined: Jun 18, 2008
Posts: 13
How can I analize Excel file with Apache POI?
I have excel file with a lot of cell values, some values must be ignored some cells must be split into two part,


this code read all strings and numbers, but I need split it into different blocks ............................
[ November 28, 2008: Message edited by: Martijn Verburg ]
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35223
    
    7
Can you give an example of the contents of a spreadsheet cell, along with what the result of the analysis would be?


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How can I analize Excel file with Apache POI?
 
Similar Threads
POI api to read MSExcel sheet
Unable to read entire block :202 bytes read;expected 512 bytes
NullPointerException
Can we refresh the directory from middle of java code
Read Excel Sheet Using Java