First post to the list, let me know if I'm doing it wrong. I'm encountering the error above, and I found this: http://stackoverflow.com/questions/18756484/getting-illegalarguementexception-value-for-parameter-id-was-out-of-bounds
I have been hunting down confirmation for the fact that OOXML accepts a range minimum of 0, but not sure what document to find. Regardless, the issue in the link is from 2013 and I know 3.10.1 is from the latter half of this year. I'm running into the same issue of converting DOC to DOCX for my own purposes with LibreOffice and being unable to read the result. The linked issue seems to indicate that LibreOffice is following the OOXML standard and that POI is the one using an incorrect range during construction of the XWPFDocument object. I plan on rebuilding the code myself with a patch, but I was wondering why this issue hasn't been addressed, as (if the link is any indication) it's a blatant disregard for the OOXML standard. Thanks, M. Nguyen
