Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Processing a German Cultured Excel file using C#

Processing a German Cultured Excel file using C#

Scheduled Pinned Locked Moved C#
csharpasp-netquestion
7 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Prasanna Kumar Pete
    wrote on last edited by
    #1

    How do i process a german cultured Excel file. My code is able to handle en-US Technology used ASP.Net C# .Net 2.0 Thanks in Advance Pete

    H 1 Reply Last reply
    0
    • P Prasanna Kumar Pete

      How do i process a german cultured Excel file. My code is able to handle en-US Technology used ASP.Net C# .Net 2.0 Thanks in Advance Pete

      H Offline
      H Offline
      HemJoshi
      wrote on last edited by
      #2

      Hi Pete, Can u explain what you want with excel? Do u want to insert the data in DB(SQL/Oracle). Thanks Hem

      P 1 Reply Last reply
      0
      • H HemJoshi

        Hi Pete, Can u explain what you want with excel? Do u want to insert the data in DB(SQL/Oracle). Thanks Hem

        P Offline
        P Offline
        Prasanna Kumar Pete
        wrote on last edited by
        #3

        Hi Hem Thanks for reply. yes, i need to read the Excel file. and process the data in the same. when i try to read all data as text, Numbers with german format are of great trouble. Is there any way to detect the clients culture and process the file? waiting for the valuable reply Thanks in Advance Pete

        H 1 Reply Last reply
        0
        • P Prasanna Kumar Pete

          Hi Hem Thanks for reply. yes, i need to read the Excel file. and process the data in the same. when i try to read all data as text, Numbers with german format are of great trouble. Is there any way to detect the clients culture and process the file? waiting for the valuable reply Thanks in Advance Pete

          H Offline
          H Offline
          HemJoshi
          wrote on last edited by
          #4

          ]]>

          P 1 Reply Last reply
          0
          • H HemJoshi

            ]]>

            P Offline
            P Offline
            Prasanna Kumar Pete
            wrote on last edited by
            #5

            I am using the following setting in the web config. **globalization requestencoding="iso-8859-1" responseencoding="iso-8859-1" culture="en-US" uiculture="en-US"** Do i need to mention the same again in each page????

            Thanks & Regards Pete

            H 1 Reply Last reply
            0
            • P Prasanna Kumar Pete

              I am using the following setting in the web config. **globalization requestencoding="iso-8859-1" responseencoding="iso-8859-1" culture="en-US" uiculture="en-US"** Do i need to mention the same again in each page????

              Thanks & Regards Pete

              H Offline
              H Offline
              HemJoshi
              wrote on last edited by
              #6

              To set the UI culture and culture for all pages, add a globalization section to the Web.config file, and then set the uiculture and culture attributes, as shown in the following example: <globalization uiCulture="en-US" culture="en-US" />

              H 1 Reply Last reply
              0
              • H HemJoshi

                To set the UI culture and culture for all pages, add a globalization section to the Web.config file, and then set the uiculture and culture attributes, as shown in the following example: <globalization uiCulture="en-US" culture="en-US" />

                H Offline
                H Offline
                HemJoshi
                wrote on last edited by
                #7

                To set the UI culture and culture for all pages, add a globalization section to the Web.config file, and then set the uiculture and culture attributes, as shown in the following example: <globalization uiCulture="en-US" culture="en-US" />

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups