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 2012/03/31 16:46:40 UTC

DO NOT REPLY [Bug 53010] New: [GSoC2012] Improve drawing support in HSSF

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

             Bug #: 53010
           Summary: [GSoC2012] Improve drawing support in HSSF
           Product: POI
           Version: 3.8-dev
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HSSF
        AssignedTo: dev@poi.apache.org
        ReportedBy: superrubiroyd@gmail.com
        Depends on: 48590, 48654, 48873, 51455, 51675, 51676, 51683,
                    51796, 52272, 52300
    Classification: Unclassified


One of drawbacks of the current implementation is limited support for Excel
drawing layer: HSSF can create new drawings from scratch but cannot modify
existing ones. 

This drawback is frequently reported on the mailing lists and the fix is in
high demand.

-- 
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 53010] [GSoC2012] Improve drawing support in HSSF

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

--- Comment #4 from Evgeniy Berlog <su...@gmail.com> ---
Created attachment 28878
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=28878&action=edit
file with NoteRecords

-- 
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 53010] [GSoC2012] Improve drawing support in HSSF

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

Yegor Kozlov <ye...@dinom.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |53372

-- 
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 53010] [GSoC2012] Improve drawing support in HSSF

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

--- Comment #2 from Yegor Kozlov <ye...@dinom.ru> ---
Applied in r1344621

Yegor

-- 
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 53010] [GSoC2012] Improve drawing support in HSSF

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

Bug 53010 depends on bug 48590, which changed state.

Bug 48590 Summary: Excel chrashes after using removeCellComment methods
https://issues.apache.org/bugzilla/show_bug.cgi?id=48590

           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 53010] [GSoC2012] Improve drawing support in HSSF

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

Bug 53010 depends on bug 52300, which changed state.

Bug 52300 Summary: Corrupted File after cloneSheet()
https://issues.apache.org/bugzilla/show_bug.cgi?id=52300

           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 53010] [GSoC2012] Improve drawing support in HSSF

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

Yegor Kozlov <ye...@dinom.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |53361

-- 
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 53010] [GSoC2012] Improve drawing support in HSSF

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

Bug 53010 depends on bug 53372, which changed state.

Bug 53372 Summary: [GSOC] Improve reading usermodel objects from EscherAggregate
https://issues.apache.org/bugzilla/show_bug.cgi?id=53372

           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 53010] [GSoC2012] Improve drawing support in HSSF

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

--- Comment #7 from Mark B <ma...@tiscali.co.uk> ---
Not so sure that this is an error but it certainly could be a problem with the
javadoc for the XSSFWorkbook/OPCPackage classes.

Had a quick play with the code this morning and read the full stacktrace
produced when the exception is thrown. The source of the exception is the write
method of the workbook - or one of the methods it calls - and it appears to be
caused by the fact that the OPCPackage is no longer available when the workbook
is being written out. If the call to the close() method of the OPCPackage
instance if moved to follow the write() method of the workbook, then the
exception is not thrown.

So, it seems that if a workbook is cretade from an instance of the OPCPackage
class, the OPCPacakge instance must not be disposed of until after the workbook
has been written. This change the the code, removed the problem completely;

org.apache.poi.openxml4j.opc.OPCPackage opc = 
   org.apache.poi.openxml4j.opc.OPCPackage.open(filename);
org.apache.poi.xssf.usermodel.XSSFWorkbook wb =
   new org.apache.poi.xssf.usermodel.XSSFWorkbook(opc);
java.io.FileOutputStream fileOut = new java.io.FileOutputStream(filename);
wb.write(fileOut);
opc.close();
fileOut.close();  

Perhaps documenting this in the javadoc for the workbook and OPCPackage classes
would be sufficient.

Mark B

-- 
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 53010] [GSoC2012] Improve drawing support in HSSF

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

Yegor Kozlov <ye...@dinom.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |53561

-- 
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 53010] [GSoC2012] Improve drawing support in HSSF

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

--- Comment #8 from Mark B <ma...@tiscali.co.uk> ---
Please ignore the above. Posted to the wrong bug listing, it should have been
53613. Off to correct this now, sorry.

Mark B

-- 
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 53010] [GSoC2012] Improve drawing support in HSSF

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

Bug 53010 depends on bug 45129, which changed state.

Bug 45129 Summary: Lost picture in file output after saving with POI
https://issues.apache.org/bugzilla/show_bug.cgi?id=45129

           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 53010] [GSoC2012] Improve drawing support in HSSF

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

Evgeniy Berlog <su...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|52764                       |
         Depends on|                            |52764

-- 
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 53010] [GSoC2012] Improve drawing support in HSSF

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

Bug 53010 depends on bug 52272, which changed state.

Bug 52272 Summary: [PATCH] Inserting images on cloned sheet with images.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52272

           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 53010] [GSoC2012] Improve drawing support in HSSF

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

Yegor Kozlov <ye...@dinom.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |53302

-- 
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 53010] [GSoC2012] Improve drawing support in HSSF

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

Bug 53010 depends on bug 51796, which changed state.

Bug 51796 Summary: The [EscherClientAnchorRecord] for object (eg: TextBox,Shape) may get lost.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51796

           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 53010] [GSoC2012] Improve drawing support in HSSF

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

Yegor Kozlov <ye...@dinom.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |53302

-- 
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 53010] [GSoC2012] Improve drawing support in HSSF

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

--- Comment #6 from Yegor Kozlov <ye...@dinom.ru> ---
Applied in r1345858

Yegor

(In reply to comment #3)
> Created attachment 28877 [details]
> improved work with continue records in drawing layer, added new tests

-- 
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 53010] [GSoC2012] Improve drawing support in HSSF

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

Bug 53010 depends on bug 51676, which changed state.

Bug 51676 Summary: Using drawingPatriarch.createCellComment(anchor) leads to File error: data may have been lost
https://issues.apache.org/bugzilla/show_bug.cgi?id=51676

           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 53010] [GSoC2012] Improve drawing support in HSSF

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

Bug 53010 depends on bug 51675, which changed state.

Bug 51675 Summary: Background images cause problems in HSSF spreadsheet
https://issues.apache.org/bugzilla/show_bug.cgi?id=51675

           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 53010] [GSoC2012] Improve drawing support in HSSF

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

Bug 53010 depends on bug 48654, which changed state.

Bug 48654 Summary: Not able to read Excel (xls) file having drawing objects
https://issues.apache.org/bugzilla/show_bug.cgi?id=48654

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |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 53010] [GSoC2012] Improve drawing support in HSSF

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

Bug 53010 depends on bug 53561, which changed state.

Bug 53561 Summary: Unexpected adding of drawings into a workbook
https://issues.apache.org/bugzilla/show_bug.cgi?id=53561

           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 53010] [GSoC2012] Improve drawing support in HSSF

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

--- Comment #5 from Evgeniy Berlog <su...@gmail.com> ---
Created attachment 28879
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=28879&action=edit
file for test with new records sequence

HSSF realization could read drawing layer only in such sequence:
DrawingRecord
ObjRecord | TextObjRecord
...
DrawingRecord
ObjRecord | TextObjRecord

Xls files can contain such sequence:
DrawingRecord
ContinueRecord
...
ContinueRecord
ObjRecord | TextObjectRecord
.....
ContinueRecord
 ...
ContinueRecord
ObjRecord | TextObjectRecord 

Fixed in uploaded 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 53010] [GSoC2012] Improve drawing support in HSSF

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

Evgeniy Berlog <su...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |45129

-- 
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 53010] [GSoC2012] Improve drawing support in HSSF

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

Bug 53010 depends on bug 51455, which changed state.

Bug 51455 Summary: It would be really nice to be able to set the background picture of a comment
https://issues.apache.org/bugzilla/show_bug.cgi?id=51455

           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 53010] [GSoC2012] Improve drawing support in HSSF

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

Bug 53010 depends on bug 48873, which changed state.

Bug 48873 Summary: Comments not saving in XLS files with collapsible columns
https://issues.apache.org/bugzilla/show_bug.cgi?id=48873

           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 53010] [GSoC2012] Improve drawing support in HSSF

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

Yegor Kozlov <ye...@dinom.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|53302                       |

-- 
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 53010] [GSoC2012] Improve drawing support in HSSF

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

Evgeniy Berlog <su...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |52764

-- 
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 53010] [GSoC2012] Improve drawing support in HSSF

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

Bug 53010 depends on bug 51683, which changed state.

Bug 51683 Summary: [HSSF] Improve support for Shapes and Shape Groups
https://issues.apache.org/bugzilla/show_bug.cgi?id=51683

           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 53010] [GSoC2012] Improve drawing support in HSSF

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

Evgeniy Berlog <su...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |51341

-- 
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 53010] [GSoC2012] Improve drawing support in HSSF

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

--- Comment #1 from Evgeniy Berlog <su...@gmail.com> ---
Created attachment 28861
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=28861&action=edit
improved work with continue records in drawing layer, added new tests

Added such improvements:
1. new tests which verify that POI HSSF module correctly reads drawing data,
build correctly tree from escher records and serialize it into correct byte
array.
2. Fixed bug with twice read continue records

-- 
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 53010] [GSoC2012] Improve drawing support in HSSF

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

Bug 53010 depends on bug 53361, which changed state.

Bug 53361 Summary: feature: enhancements in EscherAggregate
https://issues.apache.org/bugzilla/show_bug.cgi?id=53361

           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 53010] [GSoC2012] Improve drawing support in HSSF

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

Evgeniy Berlog <su...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |51287

-- 
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 53010] [GSoC2012] Improve drawing support in HSSF

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

Evgeniy Berlog <su...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |47624

-- 
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 53010] [GSoC2012] Improve drawing support in HSSF

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

Evgeniy Berlog <su...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |50696

-- 
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 53010] [GSoC2012] Improve drawing support in HSSF

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

Evgeniy Berlog <su...@gmail.com> changed:

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

--- Comment #9 from Evgeniy Berlog <su...@gmail.com> ---
GSoC project is complete.
All related tickets are resolved and all changes are committed to the trunk.

With best regards,
Evgeniy Berlog

-- 
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 53010] [GSoC2012] Improve drawing support in HSSF

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

Evgeniy Berlog <su...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #28861|0                           |1
        is obsolete|                            |

--- Comment #3 from Evgeniy Berlog <su...@gmail.com> ---
Created attachment 28877
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=28877&action=edit
improved work with continue records in drawing layer, added new tests

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