• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

excel doest it support arabic language

 
Ranch Hand
Posts: 182
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear All,
i run hello Excel example and it works perfectly what i face it now is that The excel file still not appear language arabic?Is there any encoding feature or support for other languages rather than english

Thanks to all
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Which library's "hello excel" example is that?

What does "still not appear" mean - did you change something, and expected different output as a result? If so, what did you start with, what did you change, and what was the result you got?
 
hani Ibrahim
Ranch Hand
Posts: 182
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Which library's "hello excel" example is that?

What does "still not appear" mean - did you change something, and expected different output as a result?


libraries rg.apache.poi.hssf.*
arabic letters appear like rubbish letters=E9/D 'DE4'1C) 'D'B*5'/J) 'DEFB-
what i expect is arabic letters(Not latin charachters)
with english letters it appears perfectly.
Note: the arabic letters(sentences) come from Oracle DB and it appears perfectly at jsp pages.
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
POI assumes Unicode encoding - is that what the characters are in?
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic