calamine icon indicating copy to clipboard operation
calamine copied to clipboard

fix(ods): support consecutive repeated empty cells

Open PrettyWood opened this issue 1 year ago • 2 comments

closes #455

Explanation

We had two files: single-empty.ods that worked fine and multi-empty.ods that didn't Why? Because for single-empty.ods the XML behind it only has one empty with table:table-row table:number-rows-repeated="7" whereas multi-empty.ods has one empty, one with table:table-row table:number-rows-repeated="4" and then one with table:table-row table:number-rows-repeated="2"

The code didn't support consecutive empty lines. I tried to make as little change as possible but there might well be a better way

PrettyWood avatar Aug 10 '24 09:08 PrettyWood

Nice one.

alexander-beedie avatar Aug 14 '24 07:08 alexander-beedie

A new version 1.5.0-1 is available for me on Archlinux, and still the same it doesn't work.

archqt avatar Aug 15 '24 09:08 archqt

Thanks!

tafia avatar Sep 16 '24 02:09 tafia