https://bz.apache.org/bugzilla/show_bug.cgi?id=64759

--- Comment #3 from PJ Fanning <fannin...@yahoo.com> ---
It might take a while before we uptake a newer set of xsds. In meantime, we
could change the XSSF clone sheet code to skip this threaded comment
relationship or maybe support a minimal parse of the threaded comment XML that
then discards the threaded comments and adds them as legacy style comments.
Excel adds legacy style comments but with annoying intro text on each comment.

xl/threadedComments/threadedComment2.xml:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ThreadedComments
xmlns="http://schemas.microsoft.com/office/spreadsheetml/2018/threadedcomments";
xmlns:x="http://schemas.openxmlformats.org/spreadsheetml/2006/main";><threadedComment
ref="A3" dT="2021-07-20T11:25:36.59"
personId="{BE6ACDFA-0497-4A79-9C68-85A5ACE46D65}"
id="{6C66603E-E14F-425E-9A8E-DADD82BA9B49}"><text>تعليق
الاختبار</text></threadedComment></ThreadedComments>

xl/comments2.xml

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<comments xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main";
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006";
mc:Ignorable="xr"
xmlns:xr="http://schemas.microsoft.com/office/spreadsheetml/2014/revision";><authors><author>tc={6C66603E-E14F-425E-9A8E-DADD82BA9B49}</author></authors><commentList><comment
ref="A3" authorId="0" shapeId="0"
xr:uid="{6C66603E-E14F-425E-9A8E-DADD82BA9B49}"><text><t>[Threaded comment]

Your version of Excel allows you to read this threaded comment; however, any
edits to it will get removed if the file is opened in a newer version of Excel.
Learn more: https://go.microsoft.com/fwlink/?linkid=870924

Comment:
    تعليق الاختبار</t></text></comment></commentList></comments>

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to