https://bz.apache.org/bugzilla/show_bug.cgi?id=59843
Nick Burch <apa...@gagravarr.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED OS| |All --- Comment #1 from Nick Burch <apa...@gagravarr.org> --- Excel files are normally (mostly) sparse, so this is entirely as expected All rows and cells come with details of what one they are, so with 2 counters you can easily spot gaps. See https://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/xssf/eventusermodel/XLSX2CSV.java for an easy-to-read example of doing this Alternately, switch to the full UserModel code, and there's handy helpers there to assist you in dealing with missing cells etc -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org