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 2008/11/12 12:56:33 UTC

DO NOT REPLY [Bug 46192] New: the method getColumnOutline(int column) in the Sheet, HSSFSheet is absent

https://issues.apache.org/bugzilla/show_bug.cgi?id=46192

           Summary: the method getColumnOutline(int column) in the Sheet,
                    HSSFSheet  is absent
           Product: POI
           Version: 3.2-FINAL
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HSSF
        AssignedTo: dev@poi.apache.org
        ReportedBy: dsmirnov@topsbi.ru


HSSFSheet and Sheet should has method for getting information about outline
column.  for example:

Sheet.java:
  public int getColumnOutline(int column){
     ColumnInfoRecord columnInfoRecord = columns.getColInfo(k);
     return columnInfoRecord.getOutlineLevel();
  }

HSSFSheet.java:
  public int getColumnOutline(int column){
      return sheet.getColumnOutline(column);
  }


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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 46192] the method getColumnOutline(int column) in the Sheet, HSSFSheet is absent

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

Simon <wa...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Alias|                            |[PATCH]

-- 
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 46192] [PATCH] the method getColumnOutline(int column) in the Sheet, HSSFSheet is absent

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

Simon <wa...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|the method                  |[PATCH] the method
                   |getColumnOutline(int        |getColumnOutline(int
                   |column) in the Sheet,       |column) in the Sheet,
                   |HSSFSheet  is absent        |HSSFSheet  is absent
              Alias|[PATCH]                     |

-- 
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 46192] the method getColumnOutline(int column) in the Sheet, HSSFSheet is absent

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

Dominik Stadler <do...@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |NEW

-- 
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 46192] the method getColumnOutline(int column) in the Sheet, HSSFSheet is absent

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

--- Comment #3 from Simon <wa...@gmail.com> ---
OK, sorry, I thought "VERIFIED" will be used for 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 46192] the method getColumnOutline(int column) in the Sheet, HSSFSheet is absent

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

Dominik Stadler <do...@gmx.at> changed:

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

--- Comment #2 from Dominik Stadler <do...@gmx.at> ---
Please don't set to resolved unless change is actually applied to Subversion
repository...

-- 
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 46192] the method getColumnOutline(int column) in the Sheet, HSSFSheet is absent

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

Simon <wa...@gmail.com> changed:

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

-- 
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 46192] [PATCH] the method getColumnOutline(int column) in the Sheet, HSSFSheet is absent

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

Dominik Stadler <do...@gmx.at> changed:

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

--- Comment #4 from Dominik Stadler <do...@gmx.at> ---
Thanks for the patch, this is now applied on trunk via r1649107.

-- 
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 46192] the method getColumnOutline(int column) in the Sheet, HSSFSheet is absent

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

Simon <wa...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |walczak.szy@gmail.com

--- Comment #1 from Simon <wa...@gmail.com> ---
Created attachment 31925
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=31925&action=edit
Patch gives methods to read level of grouped rows and columns (outlines)

Some methods for getting outline level were protected or private. There is no
reason to hide them, reading outlines is important too.

-- 
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