fast_excel icon indicating copy to clipboard operation
fast_excel copied to clipboard

img_options width/height settings not taking effect

Open davidw opened this issue 8 years ago • 1 comments

In my code I have

    img_options[:width] = 20
    img_options[:height] = 20

But the image always comes out the same size even if I change those settings.

davidw avatar Jul 18 '17 00:07 davidw

Only thing I can see that's different is that the axslx version uses a oneCellAnchor whereas libxlsxwriter uses a twoCellAnchor.

davidw avatar Jul 18 '17 23:07 davidw