Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This cannot be used for reading which has image #249

Open
me40269 opened this issue Mar 25, 2022 · 1 comment
Open

This cannot be used for reading which has image #249

me40269 opened this issue Mar 25, 2022 · 1 comment

Comments

@me40269
Copy link

me40269 commented Mar 25, 2022

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.

@pjfanning
Copy link
Contributor

This lib is for reading xlsx files, not for creating them. createDrawingPatriarch is not a read method. My fork of this project supports getDrawingPatriarch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants