Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5973867
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T20:51:40+00:00 2026-05-22T20:51:40+00:00

I have text with € signs in a nvarchar column on a MSSQL 2008

  • 0

I have text with € signs in a nvarchar column on a MSSQL 2008 Server and want to dump that text via Spreadsheet::WriteExcel into an Excel file but I always get some wired sign out instead of €.

Until now I put my string together in perl directly and used always something like

my $euro = chr 0x20AC;
$worksheet->write($currentline, $currentcolumn, "Some text here".$euro ,$format);

which always worked.

Any hints?

  • ActivePerl v5.10.0
  • Windows
  • MSSql Server 2008
  • Access per ADO => Win32::OLE->new("ADODB.Recordset");
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T20:51:41+00:00Added an answer on May 22, 2026 at 8:51 pm

    Unicode handling in Spreadsheet::WriteExcel is relatively straightforward: if the string you are trying to write is in utf8 format then it gets written to the Excel file exactly as you would expect.

    Ensuring the strings you are writing are in utf8 format isn’t always as straightforward.

    To resolve the issue you just need to figure out what encoding the strings coming from MSSQL are in and then use the Encode module to convert them to utf8. For example:

    use Encode 'decode';
    
    my $string = 'some string with koi8-r characters';
       $string = decode('koi8-r', $string);
    
    $worksheet->write('A1',  $string);
    

    Have a look at the unicode perldocs linked in the WriteExcel section above for some background.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have text file with some stuff that i would like to put into
So I have a script that will allow me to input some text into
I have text within a paragraph tag that that fits snug on the bottom
I have text I am displaying in SIlverlight that is coming from a CMS
I have text stored in SQL as HTML. I'm not guaranteed that this data
We have a text file that lists a bunch of paths, and a batch
I have a table that stores data from the county appraisal district. I want
I have a text file that contains this text: What's New in this Version
I have a programming text editor (written in PHP) and want to remove the
I have client/server data passing all working correctly. Text, Images, etc. My users create

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.