You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are xlsx files that have no r attribute for cells (and/or rows). These files are normally not generated by Excel or Libre Office, but by other software. And they can be opened by Excel or Libre Office in a normal way.
But the current version of the excel-streaming-reader cannot cope with these type of xlsx's:
it yields null for element.getAttributeByName(new QName("r")).
The text was updated successfully, but these errors were encountered:
There are xlsx files that have no r attribute for cells (and/or rows). These files are normally not generated by Excel or Libre Office, but by other software. And they can be opened by Excel or Libre Office in a normal way.
But the current version of the excel-streaming-reader cannot cope with these type of xlsx's:
it yields null for
element.getAttributeByName(new QName("r"))
.The text was updated successfully, but these errors were encountered: