Exporting data to EXCEL

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear Developer,

I am facing issue on Exporting the data to Excel on German (OS) system.

I have written a code which export the data from .NET Enviorment using Excel
9 object lib. to Excel. It works fine on Engilsh Settting and Engilsh OS
Sytem.

The user has German OS system. When he chages his/her regional settings to
English the Exporting work fine. if he keeps changes to German it fails.

Is anybody has suggession and solution on this. pls. let me know
 
Hi Tim,

I am guessing when creating the Excel instance ? I have tested with
different region settings on my machine it's work fine.
 
Without any idea of what you are actually doing in code or the errors
raised, it's impossible to say, but a complete guess would to check the list
separator used by Windows in different settings.

NickHK
 
Back
Top