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

Is there any method to read/list/read the content in the textbox? #568

Open
JiYou opened this issue Jan 29, 2020 · 1 comment
Open

Is there any method to read/list/read the content in the textbox? #568

JiYou opened this issue Jan 29, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@JiYou
Copy link

JiYou commented Jan 29, 2020

I want to read excel's (xlsx) format's content in a textbox?
Is there any method to achieve this?

@xuri xuri added the enhancement New feature or request label Feb 1, 2020
@nathj07
Copy link
Contributor

nathj07 commented Jan 9, 2023

I see this is an old comment, but I too would like to have this within the library. I have managed to do this elsewhere, but not necessarily at the exact location. This information is xl/drawings/drawing[0-9*].xml and can be found from the xl/worksheets/_rels/sheet[0-9]*.xml.rels. The data in the drawing file shows where there shape is placed on the sheet. I think then that it should be possible to extract this data. If there are some pointers on where to make this change I could give it go.

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

No branches or pull requests

3 participants