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

Image support #79

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Feb 25, 2019

  1. Added basic support for images

    - Only supports adding an image bounded to a single cell
    - No test cases beyond example.exs
    - Not much in the way of docs
    - The relationship between drawing and image could be cleaner
    - example image downloaded from https://pixabay.com/en/ladybug-insect-beetle-nature-3475779/
      licenced CC0 Creative Commons
    Sean Hinde committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    a3c04f8 View commit details
    Browse the repository at this point in the history
  2. Added missing rels for drawings

    example.xlsx now opens cleanly in Excel for Mac
    Sean Hinde committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    804165b View commit details
    Browse the repository at this point in the history
  3. Fix off by one confusion in image API

    Sean Hinde committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    62edf6b View commit details
    Browse the repository at this point in the history