On Thu, 8 Jul 2010, William Graham wrote:
That's because in the file format, empty cells really aren't there!
(.xlsx is a zip file of XML files, so you can unzip it and see for
yourself. Empty cells are skipped.) When using the usermodel, we can
detect this and return an empty cell for you if requested. If you're using
the event model, you're much too low down and it's all up to you...

We'll see ... I'd enjoy the challenge. It's just a matter of finding the
time.  :)

Always the way! The logic for detecting missing cells and rows in MissingRecordAwareHSSFListener should work for you in the xssf case, it's just how you tell what the current cell is, and how you trigger the missing record events that'll be different

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@poi.apache.org
For additional commands, e-mail: user-h...@poi.apache.org

Reply via email to