Is there any way by which I can make a table report, say I'm reading the data from Database and create the records. Is it possible to get the Anchor of the header and Replicate the same below.
Thanks Shine -----Original Message----- From: Yegor Kozlov [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 29, 2008 7:22 PM To: POI Users List Subject: Re: How to write rows into an existing power point table using hslf No, tables in HSLF are immutable. You can't modify the number of columns/rows in existing tables. Yegor > Hi > I have a power point slide containing a Table. > I can read the table headings columns by iterating over the ShapeGroup > object. > Does POI - HSLF provide any mechanism to write records into that table. > Thanks > Shine --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
