HOW TO IMPORT EXCEL FILE TO DATAGRIDVIEW AND SAVE TO DATABASE USING C#

Поделиться
HTML-код
  • Опубликовано: 29 окт 2024

Комментарии • 29

  • @talhach5713
    @talhach5713 3 года назад

    This is very very informative video krep it upp
    Thanks

  • @imranqamarudinn8050
    @imranqamarudinn8050 2 года назад

    Thanks you sir Bast video

  • @th3whist121
    @th3whist121 Год назад

    Salamat lodi, mabuhay ka

  • @talhach5713
    @talhach5713 3 года назад

    Wo great sir

  • @آراء_في_مهب_الريح

    Thank you so much

  • @rolima7-p9i
    @rolima7-p9i Месяц назад

    THANKYOU:))

  • @ThaoMeoTV
    @ThaoMeoTV 3 года назад

    Good video 👍

  • @MonsourOrbinoMonch
    @MonsourOrbinoMonch Год назад

    Error CS1061 'object' does not contain a definition for 'Text' and no accessible extension method 'Text' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?)
    Sir, Paano kya ito?

  • @emirmustafaakdemir4382
    @emirmustafaakdemir4382 2 года назад

    Can someone help me!
    I need to use comboBox for finding the folder from file paths and textBox to find the file and when i select an item in comboBox it leads a file, when I text something in the textBox program should look the folder comboBox have chosen and then open the file as the same name with textBox. like each comboBox is gonna have their own path and lead the textBox to search for a file and then when i click the button it needs to be seen in the dataGridView? it is really complicated but i am new at c# don't know what to do

  • @larrytila1994
    @larrytila1994 3 года назад

    Nice Sir

  • @jayrgallego3031
    @jayrgallego3031 Год назад

    Can we database Excel without transfer to Datagrid View ? and search value then put to Textbox ?

  • @marlynespinosa7885
    @marlynespinosa7885 2 года назад

    youre so underrated my dude.

  • @catherineabella6898
    @catherineabella6898 11 месяцев назад

    gumagana sya sakin pero once na save na yung data, lumilipat lang lahat sa 1st coumn. paano po ba yun?

  • @gaganng5967
    @gaganng5967 3 года назад

    So much Good video.Thank you

  • @Techtutorialtips
    @Techtutorialtips 6 месяцев назад

    Sir gumawa ka naman ng video kung paano mag import ng excel file na may Image hindi lang data lang ang laman tapos i display nya sa Datagridview, sir kung meron ka pahingi po ng source code send nyo lang sa gmail ko sir

  • @leonroutzounis383
    @leonroutzounis383 3 года назад

    Nice tutorial. I get an error message.
    Error CS1061 'Application' does not contain a definition for 'UsedRange' and no accessible extension method 'UsedRange' accepting a first argument of type 'Application' could be found (are you missing a using directive or an assembly reference?)
    How can I fix that?

    • @manuelguanzon1027
      @manuelguanzon1027 Год назад

      check your syntax here
      Microsoft.Office.Interop.Excel.Range xlRange

  • @simplenglutu-ann6576
    @simplenglutu-ann6576 3 года назад

    cool!!

  • @jhongesell1991
    @jhongesell1991 4 месяца назад

    where is the source code of this project?, any repository please?

  • @garudakurt5166
    @garudakurt5166 3 года назад

    Sir pa request! Paano mag access ng xampp mysql database into mutilple pc using lan connection. Tas ehh install yong desktop app na ginawa!

  • @cristianlegaspi7245
    @cristianlegaspi7245 2 года назад

    nice, pano po kung mag duplicate yong record? how to fix?

  • @rusanh
    @rusanh Месяц назад

    sale error para este epoca

  • @noelfernandez8606
    @noelfernandez8606 3 года назад

    dgvEmployees.Rows.Add(i, xlRange.Cells[xlRow, 1].Text
    error on this line ser.
    Error CS1061 'object' does not contain a definition for 'Text' and no accessible extension method 'Text' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?)

  • @AlkapOmar
    @AlkapOmar Месяц назад

    "dgvSSEN.Rows.Add(i, xlRange.Cells[xlRow, 2].Text, xlRange.Cells[xlRow, 3].Text, xlRange.Cells[xlRow, 4].Text"
    the code above. how can i do it without copy/paste the code until [xlRow, 30]? can you help me? how to use for loop

  • @leonroutzounis383
    @leonroutzounis383 3 года назад

    The same thing is happening with xlWorkSheet.Close();