https://bz.apache.org/bugzilla/show_bug.cgi?id=57775
Nick Burch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #1 from Nick Burch <[email protected]> --- This is by design, it returns only the cells physically present in the file https://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/xssf/eventusermodel/XLSX2CSV.java provides an example of the handful of lines of code needed to track + process missing cells. Exactly how to process them, how many columns to generate missing cells for, handling missing cells at the end of the row etc are application-specific decisions, so you need to do that yourself -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
