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
If I have a file with image, then how do i read it in streaming using excel stream reader , I noticed that @OverRide
public Drawing createDrawingPatriarch() {
throw new UnsupportedOperationException();
}
is there any reason to make these unsupported.
The text was updated successfully, but these errors were encountered:
This lib is for reading xlsx files, not for creating them. createDrawingPatriarch is not a read method. My fork of this project supports getDrawingPatriarch.
If I have a file with image, then how do i read it in streaming using excel stream reader , I noticed that @OverRide
public Drawing createDrawingPatriarch() {
throw new UnsupportedOperationException();
}
is there any reason to make these unsupported.
The text was updated successfully, but these errors were encountered: