[dev] Seeking help for Microsoft Excel File Format

2006-05-30 Thread 刘俊峰
Hi, have you considered using jakarta-poi? have you considered using UNO-API and loading your XLS into OO and extract pictures using OO-API? Yes, I got some valuable information from jakarta-poi. Now I can extract image data of each picture. But I don't know how to decide which cell the

Re: [dev] Seeking help for Microsoft Excel File Format

2006-05-30 Thread Eike Rathke
Hi �??��?峰, On Tue, May 30, 2006 at 09:50:42 +0800, �??��?峰 wrote: Now I can extract image data of each picture. But I don't know how to decide which cell the picture locates. How to get the position info of a picture? That's in the Escher stream's client anchor data. See usage of

Re: [dev] Seeking help for Microsoft Excel File Format

2006-05-29 Thread Tom Schindl
Hi, have you considered using jakarta-poi? have you considered using UNO-API and loading your XLS into OO and extract pictures using OO-API? Tom 刘俊峰 schrieb: Hello, I want to import images in some Excel files to a database. I already build a parser to read and analyze records based on

[dev] Seeking help for Microsoft Excel File Format

2006-05-23 Thread 刘俊峰
Hello, I want to import images in some Excel files to a database. I already build a parser to read and analyze records based on the document excelfileformat.pdf. But Chapter 7 Drawing Objects, Escher Layer is unfinished, I can't go on read images. Please can you tell me the format of