C# Tutorial - Open and Read Excel Files (*.xls/*.xlsx) | FoxLearn

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ม.ค. 2025

ความคิดเห็น •

  • @ga7853
    @ga7853 5 ปีที่แล้ว +2

    Thank you guys, this is the best channel every for programmers, always brings the new.. Thanks a million.

    • @foxlearn
      @foxlearn  5 ปีที่แล้ว

      Thank you so much !

  • @anonymousPro001
    @anonymousPro001 ปีที่แล้ว +1

    Can we use google sheet as a data base for .net c# ? I need your help

  • @chhayhengrealestatedevelop2083
    @chhayhengrealestatedevelop2083 9 หลายเดือนก่อน

    Hello, I have one Question bellow:
    How do we create link in DGV to other Form in visual studio 2022?

  • @aravindswamy4742
    @aravindswamy4742 3 ปีที่แล้ว

    Hey there I had followed your steps to read an excel file using C# WinForms.
    When I run my code it shows a error message at " using IExcelDataReader reader = ExcelReaderFactory.CreateReader(stream)" this line? Why is it so? Can you help?

  • @erewine
    @erewine 4 ปีที่แล้ว +1

    Is it possible on this program to remove the grid lines when I import the excel file?

    • @foxlearn
      @foxlearn  4 ปีที่แล้ว +1

      Yes, you can do that

    • @erewine
      @erewine 4 ปีที่แล้ว +1

      @@foxlearn how to include that into the program? I'm still learning C# and I have no idea on how to do it

  • @martinantoniodejesuslopezm4883
    @martinantoniodejesuslopezm4883 5 ปีที่แล้ว +2

    how could I do this same process but to export from GridView to Excel using some library?

    • @foxlearn
      @foxlearn  5 ปีที่แล้ว +1

      You can do the same video th-cam.com/video/4wYIxi_8sDg/w-d-xo.html

  • @Eliseo209
    @Eliseo209 5 ปีที่แล้ว +1

    Great tutorial!
    I'm wanting to take the data stored in specific rows and use with another button, how would I be able to use the data from cboSheet in a button? I'm guessing I need an array to store the row data?

    • @foxlearn
      @foxlearn  5 ปีที่แล้ว

      You can view this video th-cam.com/video/FhYCUhaDEt4/w-d-xo.html .Thank you !

    • @Eliseo209
      @Eliseo209 5 ปีที่แล้ว

      @@foxlearn Thanks, you're a huge help!

  • @יעקבקינן-פ2ו
    @יעקבקינן-פ2ו 5 ปีที่แล้ว +2

    hi, Thanks for the guide.
    I have problem with the line:
    "DataSet result = reader.AsDataSet..."

    • @foxlearn
      @foxlearn  5 ปีที่แล้ว +4

      You should install IExcelDataReader.DataSet

    • @Bobsien
      @Bobsien 4 ปีที่แล้ว

      @@foxlearn I have installed, but the same problem persist.

  • @Koltayy
    @Koltayy 2 ปีที่แล้ว

    Thank you so much for the guide!

  • @انامسلموكفى
    @انامسلموكفى 5 ปีที่แล้ว

    iv a two pbs
    1. that when i click or select the sheet again so it reads the excel again and that wht idn want have
    2. when the sheet is empty so ive to show a messagebx that the Sheet empty si how i can check if the Sheet empty or not thank you so much :)

  • @vorapobautomation9760
    @vorapobautomation9760 5 หลายเดือนก่อน

    How to load Data From Notepad (.CSV) to DataGridView in C# Windows Form Application ?

  • @roasterparinda6307
    @roasterparinda6307 2 ปีที่แล้ว

    It worked great thanks

  • @ThaoMeoTV
    @ThaoMeoTV 2 ปีที่แล้ว

    Good tutorial

  • @denamadei3645
    @denamadei3645 4 ปีที่แล้ว +1

    Hi! Thanks for the great tutorial!
    I have a problem in writing line 33 : File is not recognized by VS2019...I have installed both ExcelDataReader, ExcelDataReader.DataSet.
    Thanks for the help!

  • @kelvinwijaya1604
    @kelvinwijaya1604 4 ปีที่แล้ว

    thank you, it's a great tutorial, easy to understand

  • @monirajv
    @monirajv 4 ปีที่แล้ว

    Hi I follow up your programs, in this I have an error in "UseHeaderRow = true". How to Correct it, Plz advice. Thanks.

    • @foxlearn
      @foxlearn  4 ปีที่แล้ว

      What error are you getting?

  • @shahidouahdi3814
    @shahidouahdi3814 4 ปีที่แล้ว

    Is it possible to add rows to that excel file ?

  • @farooqA143
    @farooqA143 5 ปีที่แล้ว +1

    Best Tutorial

    • @foxlearn
      @foxlearn  5 ปีที่แล้ว +1

      Thank you !

  • @SonnyGamerXD
    @SonnyGamerXD 4 ปีที่แล้ว

    Hey! How can I search through the excel from the application you created?

  • @namansrivastava3239
    @namansrivastava3239 2 ปีที่แล้ว

    System.NullReferenceException: 'Object reference not set to an instance of an object.'
    System.Windows.Forms.ComboBox.SelectedItem.get returned null.
    this error is comming on line no. 24

  • @Its_Aru
    @Its_Aru 5 ปีที่แล้ว

    Thank you so much for this guide!!

    • @foxlearn
      @foxlearn  5 ปีที่แล้ว

      Thank you !

  • @muslehhaj4164
    @muslehhaj4164 2 ปีที่แล้ว

    Hi !! your toturial is Awesome .... i tried to implement it in my side but it gives this error :
    System.IO.IOException: 'The process cannot access the file 'G:\Book1.xlsx' because it is being used by another process.'
    I tried to make it two separate processes (Read file path button --> then Get Sheet Content) but also same message always show.

  • @RadioactiveMooMoo
    @RadioactiveMooMoo 3 ปีที่แล้ว

    Great! Works perfect!

  • @rizairsyad
    @rizairsyad ปีที่แล้ว

    how to convert txt file to xls file using c#?

  • @Maruseruw
    @Maruseruw 4 ปีที่แล้ว

    Hello i have problem with txtFilename , i cant find it anywhere , after i update and install all exceldatareader , please help

    • @foxlearn
      @foxlearn  4 ปีที่แล้ว +1

      txtFileName is name of your textbox control

    • @Maruseruw
      @Maruseruw 4 ปีที่แล้ว

      @@foxlearn i see my bad sorry , do you have any tutorial to write excel file from C# windows form? i need to write and update excel file from winform apps thankyou

  • @FujimaruR
    @FujimaruR 5 ปีที่แล้ว

    thank you very much for the tutorial :)

    • @foxlearn
      @foxlearn  5 ปีที่แล้ว

      Thank you !

  • @raduluchian5540
    @raduluchian5540 2 ปีที่แล้ว

    Error CS0104 'DataTable' is an ambiguous reference between 'System.Data.DataTable' and 'Microsoft.Office.Interop.Excel.DataTable'

  • @Water_Lemur
    @Water_Lemur 2 ปีที่แล้ว

    ty

  • @kaleshkarun6843
    @kaleshkarun6843 4 ปีที่แล้ว

    "tableCollection" doesn't works in my program, getting error message!!!!

    • @netforcetechnologiesllc
      @netforcetechnologiesllc 4 ปีที่แล้ว +1

      I'm getting the same error, did you ever figure it out?

    • @rodrigomadrid4201
      @rodrigomadrid4201 4 ปีที่แล้ว

      On form load must be defined

    • @rodrigomadrid4201
      @rodrigomadrid4201 4 ปีที่แล้ว

      @@netforcetechnologiesllc DataTableCollection tableCollection; on event Form load

  • @6969696961000
    @6969696961000 4 ปีที่แล้ว

    i have a problem with txtfilename.Text -eror , and )};

  • @yusuftahakara6590
    @yusuftahakara6590 3 ปีที่แล้ว +1

    Is it all free ?
    Thanks for sharing..

  • @nicolasm1664
    @nicolasm1664 5 ปีที่แล้ว

    This code doesnt work for me I get The name 'InitializeComponent' does not exist in the current context
    The name 'InitializeComponent' does not exist in the current context

    • @foxlearn
      @foxlearn  5 ปีที่แล้ว

      Please check your code again. i think you miss something

  • @sivagamibhaskar6238
    @sivagamibhaskar6238 4 ปีที่แล้ว

    can i get the code for this

  • @akumakazenoryu
    @akumakazenoryu 5 ปีที่แล้ว

    datagridview doesn-t contain a definition for 'items'

    • @foxlearn
      @foxlearn  5 ปีที่แล้ว

      Items of Combobox

  • @Joshk326
    @Joshk326 5 ปีที่แล้ว

    Are you able to write to excel files?

    • @foxlearn
      @foxlearn  5 ปีที่แล้ว +1

      Yes, you can write data to excel file

  • @alirezaabedi1885
    @alirezaabedi1885 5 ปีที่แล้ว

    nice

    • @foxlearn
      @foxlearn  5 ปีที่แล้ว

      Thank you !

  • @monakhaled3841
    @monakhaled3841 5 ปีที่แล้ว

    GOOD.

    • @foxlearn
      @foxlearn  5 ปีที่แล้ว +1

      Thank you !

  • @manii_0.0
    @manii_0.0 3 ปีที่แล้ว

    bro its work but website is down do something

  • @arashx404
    @arashx404 5 ปีที่แล้ว

    hi bro can i have this app source code but i have very emergency need to this :(

    • @foxlearn
      @foxlearn  5 ปีที่แล้ว

      You can find code at my website. thank you !

  • @baganaakh
    @baganaakh 4 ปีที่แล้ว

    heey this dapper-plus is trial program trial version is over

  • @SkyWantToGo
    @SkyWantToGo 3 ปีที่แล้ว

    Error DataTable

  • @mdabushaleh7923
    @mdabushaleh7923 4 ปีที่แล้ว

    Ato Fast Kaj KOrla kivabe sikba ?

    • @foxlearn
      @foxlearn  4 ปีที่แล้ว

      Not clear your intention

  • @jmctx2005
    @jmctx2005 5 ปีที่แล้ว

    All I have is CreateBinaryReader and not CreateReader

    • @jmctx2005
      @jmctx2005 5 ปีที่แล้ว

      PS your end screens are always in the way.. That's annoying.

    • @foxlearn
      @foxlearn  5 ปีที่แล้ว

      Thank you for your suggestion !

  • @HussainGhuloumQ8
    @HussainGhuloumQ8 5 ปีที่แล้ว

    could you please provide the source code of this program, also is it fine to use it in my projects?

    • @foxlearn
      @foxlearn  5 ปีที่แล้ว +1

      You can find source at my site. thank you !

    • @HussainGhuloumQ8
      @HussainGhuloumQ8 5 ปีที่แล้ว

      @@foxlearn Thank you

    • @shamyjed
      @shamyjed 5 ปีที่แล้ว

      @@foxlearn can not be found would you please add the link