xlsx icon indicating copy to clipboard operation
xlsx copied to clipboard

Get text value from shape

Open sciefylab opened this issue 5 years ago • 7 comments

Hi man,

how to get text value from a shape like this, shape

i hope you create a func to get value from shape,

thanks,

sciefylab avatar Jul 15 '19 06:07 sciefylab

Hi, from comment or literally from shape?

plandem avatar Jul 15 '19 14:07 plandem

literally from shape.

sciefylab avatar Jul 18 '19 02:07 sciefylab

Well, it's not so hard to add, because VML support is quite decent right now. But I would prefer to get example file, maybe shape is not VML and in that case it will not be possible right now, because only VML shapes are supported. Can you attach example file?

plandem avatar Jul 18 '19 02:07 plandem

what I mean - in xlsx shape can be 2 types - DrawingVML (Legacy) and DrawingML. Library supports only DrawingVML right now. So to give you more developed answer, I need to get example file and examine it.

plandem avatar Jul 18 '19 02:07 plandem

hi, this for an example. test-book.xlsx

thanks,

sciefylab avatar Jul 18 '19 02:07 sciefylab

well, sadly that file uses DrawingML and right now there is no any support at all. It's in roadmap, but I can't give any estimation, because it's quite huge task.

plandem avatar Jul 18 '19 02:07 plandem

its okay, thanks.

sciefylab avatar Jul 18 '19 02:07 sciefylab