On Wed, 14 Dec 2011, Lan, Hongying wrote:
I've ran into a situation, where I need to have special characters in a cell. For example, if I would like to have a bullet point in a line of text within a cell, I would use the character reference "•" to denote the bullet point. I can construct a string such as: "• - this is a bullet point", and then set this string as the cell value.
I don't think that's the way to do it. Set a string of "\u8226 - bullet point" (with the java unicode character you want), and then the underlying xml library (should!) handle escaping that out for you
Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
