Bug 51796

Summary: The [EscherClientAnchorRecord] for object (eg: TextBox,Shape) may get lost.
Product: POI Reporter: tangchenhui <tangchenhui007>
Component: HSSFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 3.8-dev   
Target Milestone: ---   
Hardware: PC   
OS: All   
Bug Depends on:    
Bug Blocks: 53010    
Attachments: my code image
my Text Data

Description tangchenhui 2011-09-10 07:03:32 UTC
Created attachment 27480 [details]
my code image

Hi,
One of my project wants to read objects(eg: TextBox,Shape) from an excel file (.xls) by [POI 3.8-beta4]. Besides extracting text from the objects, I also want to read out the position of the object(row and column) from excel file. During this process, sometimes, I found the [EscherClientAnchorRecord] for 
the object may get lost. Please see the file of [readme.xls] ,which includes my code. And the file of [myTextData.xls] is my test file, which can reproduce the problem.

Thanks for any help offered.
Comment 1 tangchenhui 2011-09-10 07:04:29 UTC
Created attachment 27481 [details]
my Text Data
Comment 2 Evgeniy Berlog 2012-08-15 20:22:07 UTC
This problem should be fixed in trunk.

Please try with a nightly build - see download links on http://poi.apache.org/
or build yourself from SVN trunk, see http://poi.apache.org/subversion.html