Przemyslaw G
Przemyslaw G

Reputation: 33

Office-js: Extracting chart data range in Excel

I'm writing Excel addin using Office-js and I need to persist data of selected chart on server. I know that I can save whole chart as base64 encoded image, but I'd prefer to get chart source data for future chart recreation (using different styling/template).

In current office-js API, is there any method for getting chart data range, so I can read values from worksheet, instead of exporting chart as image?

Thanks!

Upvotes: 3

Views: 232

Answers (1)

Raymond Lu
Raymond Lu

Reputation: 2236

Sorry, Unfortunately our API don't support this scenario and this is a known feature gap. So would you please provide us feedback via https://officespdev.uservoice.com/forums/224641-feature-requests-and-feedback?category_id=163563 and upvote for this feature. thanks for your support.

Upvotes: 1

Related Questions