You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Hiloliddin Karimov <HK...@central.nbu.com> on 2002/08/14 15:36:46 UTC

Encoding on XLS serialize ( show Excel )

Hi All,
 
I try to show text, that have cyrillic letters in Excel. I get other
letters. How I know it must encoding.
So, how I know HTMLSerializer that extends AbstractTextSerializer has
encoding, 
but how I see HSSFSerializer and its extends has not encoding.
 
How can I encode the text when I use XLS serialize?
 
Any ideas, tips, or help would be greatly appreciated.
 
Thanks very much!
Hill
 
<?xml version="1.0" encoding="windows-1251"?>
MS SQL; Tomcat 4.0; Cocoon 2.1 dev; Java SDK 1.4;
 
PS: Thank to Yury for previous answer, is solved.