You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2012/09/28 10:18:18 UTC

[Bug 121136] New: Improve Spreadsheet performance in some area

https://issues.apache.org/ooo/show_bug.cgi?id=121136

          Priority: P3
            Bug ID: 121136
          Assignee: ooo-issues@incubator.apache.org
           Summary: Improve Spreadsheet performance in some area
          Severity: normal
        Issue Type: DEFECT
    Classification: Application
                OS: All
          Reporter: leiw@apache.org
          Hardware: All
            Status: CONFIRMED
           Version: AOO 3.4.1
         Component: open-import
           Product: spreadsheet

Improve Spreadsheet performance in some area

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 121136] Improve Spreadsheet performance in some area

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=121136

Wang Lei <le...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|ooo-issues@incubator.apache |leiw@apache.org
                   |.org                        |

--- Comment #1 from Wang Lei <le...@apache.org> ---
Created attachment 79674
  --> https://issues.apache.org/ooo/attachment.cgi?id=79674&action=edit
Patch 1

In Patch 1:
1)Improve loading performance for xls file
 create a new light method, ScTable::SetColWidthOnly() which is only set width
of the column. This method should only be called by filter which do not need
hanlde the position of drawing object.

2)Improve print preview performance
  Now MAXROW is 1,048,576. new SCROW[MAXROW+1] will cause a lot of memory and
time. Only create a proper size of array.

-- 
You are receiving this mail because:
You are the assignee for the bug.