Chaudhary, Harsh wrote:
Hi all,
While using POI to access a spreadsheet, I get the following warning:
[WARNING] Unknown Ptg 3d (61)

[WARNING] Unknown Ptg 3d (61)

I would appreciate it if someone could tell me what that means. I did
some searching and I believe that this has something to do with 3D
objects. I don't have such an object in my sheet, not even a chart, but
it is possible someone at some point in time inserted one in there.
Unless I am wrong about the cause of this warning.

The first and second dimensions are the row and column. For example, "A5" is a 2D cell reference. The third dimension is the multiple sheets. For example, "Sheet1!A5" is a 3D cell reference.

So all it means is that a formula on one of your sheets has a reference to another sheet.

Daniel

--
Daniel Noll

Nuix Pty Ltd
Suite 79, 89 Jones St, Ultimo NSW 2007, Australia    Ph: +61 2 9280 0699
Web: http://www.nuix.com.au/                        Fax: +61 2 9212 6902

This message is intended only for the named recipient. If you are not
the intended recipient you are notified that disclosing, copying,
distributing or taking any action in reliance on the contents of this
message or attachment is strictly prohibited.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:     http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta Poi Project:  http://jakarta.apache.org/poi/

Reply via email to