[Libreoffice-bugs] [Bug 125259] Calc does not display line which draw in POI

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue May 14 01:42:19 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=125259

--- Comment #7 from AnJingjing <anjingjing at iccloudy.com> ---
thanks. The line is not part of the QRCode, it is a kind of "Shape" which
created in Java POI code:
                HSSFSimpleShape line1 = patriarch.createSimpleShape(a1);

                line1.setShapeType(HSSFSimpleShape.OBJECT_TYPE_LINE);
                line1.setLineStyleColor(10, 10, 10);
                line1.setFillColor(90, 10, 200);
                line1.setLineWidth(HSSFShape.LINEWIDTH_ONE_PT);
                line1.setLineStyle(HSSFShape.LINESTYLE_SOLID);


You can drag the QR code and enlarge you can see that there is no line in
QRCode. I draw a "shape" using POI code beside the QRcode, by draw, I mean
"insert a shape to the xls file".

The result is that the line not show in Calc but can display in other program
like Excel or Numbers.

Could you analyze the file? I believe the shape is in the file because other
program can read it. But calc can't, could you help analyze the reason why the
shape not displayed?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190514/a1479a97/attachment.html>


More information about the Libreoffice-bugs mailing list