On 5/14/08, Dinesh Chothe <[EMAIL PROTECTED]> wrote: > do I get text data from cell?
interface css.table.XCell - getValue(), getType(), getError(), getFormula() interface css.text.XText - getString() Both interfaces are exported, so, you have to queryInterface() from Cell object. -- Robert Vojta --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
