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

Fix/sheets xlsx chart #1761

Merged
merged 3 commits into from Jan 31, 2021
Merged

Commits on Dec 20, 2020

  1. Add support for Google Sheets Exported XLSX Charts

    Google Sheets XLSX charts use oneCellAnchor positioning and the data series
    do not have the *Cache elements with cached values.
    hazybluedot committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    502462b View commit details
    Browse the repository at this point in the history
  2. update CHANGELOG

    hazybluedot committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    d26ab96 View commit details
    Browse the repository at this point in the history
  3. Add support for Google Sheets Exported XLSX Charts

    Google Sheets XLSX charts use oneCellAnchor positioning and the data series
    do not have the *Cache elements with cached values. Because the reader had been
    assuming *Cache elements existed as children of strRef and numRef, errors about
    the node being deleted were thrown when reading Xlsx exported from Google Sheets.
    hazybluedot committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    bcb613a View commit details
    Browse the repository at this point in the history