Posts by Leerao • 11 points
3 posts
-
0
votes3
answers42
viewsA: c# - Update excel spreadsheet with textbox text
worked here! Follow the code: string sFileXLSX = "path of your.xlsx"; string strConnXLSX ="Provider=Microsoft.ACE.OLEDB.12. 0;Data Source='" + sFileXLSX + "';Extended Properties=Excel 12.0;"; using…
-
-1
votes3
answers42
viewsQ: c# - Update excel spreadsheet with textbox text
I’m trying to update a spreadsheet data by textbox. I tried the code below and it did not generate any exception, but did not update the spreadsheet. private void button2_Click(object sender,…
-
-1
votes1
answer40
viewsQ: Search by name in spreadsheet C#?
I am trying to do a name search inside an Excel spreadsheet, by code works normal, but I would like to search by name, when I do the search with the abix code, returns the error: private void…