Has anyone seen or written an algorithmn that converts an OpenOffice table definition into a XTextTable?
For example, the OpenOffice table defintion in the last example in section 7.3.4 (pg 484) of the developers guide. I would like to transform it into a table. thanks. ############ Table Definition ######################### A1 | B1 | C1 | D1 A2.1.1 | A2.2.1 | A2.3.1.1.1 | A2.3.1.2.1 | A2.4.1 | B2 A2.1.1 | A2.2.1 | A2.3.1.1.2 | A2.3.1.2.2 | A2.4.1 | B2 A2.1.2 | A2.2.2 | A2.3.2 | B2 A3 | B3 | C3 __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
