Posts

Showing posts with the label xlsx

JAVA : Why do I get empty string from reading non-empty cell in xlsx file?

JAVA : Why do I get empty string from reading non-empty cell in xlsx file? I'm having trouble with reading an xlsx file. Basically, if I read it other than top to bottom, I get empty String from missed rows. For instance, if I read row 5 and then any row from 1 to 4, I get no answer whereas the cells are not empty and can be read if I do so before reading row 5. I use org.apache.poi.ss.usermodel.* Anyone having such trouble? Whats the code? The import alone doesnt help at all – XtremeBaumer 25 secs ago By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.