https://issues.apache.org/ooo/show_bug.cgi?id=120619
bjcheny <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #79163| |review? Flags| | --- Comment #3 from bjcheny <[email protected]> --- Created attachment 79163 --> https://issues.apache.org/ooo/attachment.cgi?id=79163&action=edit patch for performance of importing cell style in xslx - part 2 Another patch for performance improvement for importing cell styles in xslx. In this sample, there are up to 28380 records of user-defined Xf to import. It consumes a lot of time. In fact, only 4050 Xf records can be supported in sc module. Thus the patch modifies total count of Xf to import to 4050 in oox module,if exceeding. -- You are receiving this mail because: You are the assignee for the bug.
