On Mon, 29 Oct 2012, jonmikelm wrote:
Our program has 3 input excel files that generate a 4th output excel file. I thought the problem occurred when we read the files, but it happens when we write a workbook to disk.
Have you tried creating a simple program that creates a new excel file, writes some accented characters from their unicode escape values (eg \u00e9) so that you know it's not an input problem, and writes that out. I think that should work. Does that work? Then, try opening the input template file and saving it, does that behave or do things go wrong then? Now, try opening the template, adding some strings from their unicode escape sequence, is that ok?
Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
