ASF Bugzilla – Attachment 5602 Details for
Bug 18090
[PATCH]Sheet.getColumnWidth sometimes doesnt return the correct width
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
I found same bug at org.apache.poi.hssf.model.Sheet#setColumn.So I submitt as a patch.
patch5.txt (text/plain), 567 bytes, created by
Toshiaki Kamoshida
on 2003-04-02 09:08:15 UTC
(
hide
)
Description:
I found same bug at org.apache.poi.hssf.model.Sheet#setColumn.So I submitt as a patch.
Filename:
MIME Type:
Creator:
Toshiaki Kamoshida
Created:
2003-04-02 09:08:15 UTC
Size:
567 bytes
patch
obsolete
>cvs diff Sheet.java (in directory C:\apache-cvs\jakarta-poi\src\java\org\apache\poi\hssf\model\) >Index: Sheet.java >=================================================================== >RCS file: /home/cvspublic/jakarta-poi/src/java/org/apache/poi/hssf/model/Sheet.java,v >retrieving revision 1.28 >diff -r1.28 Sheet.java >1859c1859 >< if ((ci.getFirstColumn() >= column) >--- >> if ((ci.getFirstColumn() <= column) >1898c1898 >< if ((ci.getFirstColumn() >= column) >--- >> if ((ci.getFirstColumn() <= column)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 18090
: 5602 |
5606
|
5614