You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2022/03/09 02:28:31 UTC

[Bug 65943] New: SXSSF doesn't support Rich Text Strings

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

            Bug ID: 65943
           Summary: SXSSF doesn't support Rich Text Strings
           Product: POI
           Version: 5.2.0-FINAL
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: SXSSF
          Assignee: dev@poi.apache.org
          Reporter: 284088891@qq.com
  Target Milestone: ---

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


[Bug 65943] SXSSF doesn't support Rich Text Strings

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=65943

284088891@qq.com <28...@qq.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

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


[Bug 65943] SXSSF doesn't support Rich Text Strings

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=65943

PJ Fanning <fa...@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

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


[Bug 65943] SXSSF doesn't support Rich Text Strings

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=65943

--- Comment #3 from PJ Fanning <fa...@yahoo.com> ---
I added r1898801 which includes a test case - the new rich text support only
works with SXSSFWorkbook instances that have useSharedStringsTable=true -
useSharedStringsTable defaults to false

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


[Bug 65943] SXSSF doesn't support Rich Text Strings

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=65943

--- Comment #2 from PJ Fanning <fa...@yahoo.com> ---
Comment on attachment 38222
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=38222
SXSSF doesn't support Rich Text Strings

Can you try using setCellValue(String) and adding a CellStyle with the right
font to the cell?

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


[Bug 65943] SXSSF doesn't support Rich Text Strings

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=65943

--- Comment #8 from yrc <18...@139.com> ---
Can you post the example code in the comments section? 
thanks!

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


[Bug 65943] SXSSF doesn't support Rich Text Strings

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=65943

--- Comment #5 from PJ Fanning <fa...@yahoo.com> ---
There are no planned releases - we've recently done 2 releases and we normally
only do 1 or 2 a year.

You could try the potential solution in Commment 2 or you can build POI
yourself from the latest source files and use those jars.

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


[Bug 65943] SXSSF doesn't support Rich Text Strings

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=65943

--- Comment #4 from 284088891@qq.com <28...@qq.com> ---
(In reply to PJ Fanning from comment #3)
> I added r1898801 which includes a test case - the new rich text support only
> works with SXSSFWorkbook instances that have useSharedStringsTable=true -
> useSharedStringsTable defaults to false

when can i use it

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


[Bug 65943] SXSSF doesn't support Rich Text Strings

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=65943

--- Comment #1 from 284088891@qq.com <28...@qq.com> ---
Created attachment 38222
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=38222&action=edit
SXSSF doesn't support Rich Text Strings

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


[Bug 65943] SXSSF doesn't support Rich Text Strings

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=65943

--- Comment #6 from yrc <18...@139.com> ---
(In reply to PJ Fanning from comment #3)
> I added r1898801 which includes a test case - the new rich text support only
> works with SXSSFWorkbook instances that have useSharedStringsTable=true -
> useSharedStringsTable defaults to false

You don't have permission to access this resource. 👉🏻 r1898801

forbidden access, I want to have access.

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


[Bug 65943] SXSSF doesn't support Rich Text Strings

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=65943

--- Comment #7 from PJ Fanning <fa...@yahoo.com> ---
https://svn.apache.org/viewvc?view=revision&revision=1898801 is a publicly
accessible URL.

Talk to your ISP or your network admin.

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