Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
About Me

δημιουργείς προκάτ παραστρατήματα
και εμπειρία μεταφράζεις το φρικιό σου

Favorite Forums
Member Avatar for alex.alekan
0
76
Member Avatar for alex.alekan

I'm trying to compare a date obtained from maskedTextBox accepting short date, with a date from an excel sheet. I need to select those rows from excel file that are equal with the date from the maskedTextBox and display them in datagridview. The problem is that i don't get any …

Member Avatar for kvprajapati
0
202
Member Avatar for alex.alekan

I have an xlsx file consisting of 10 sheets.How can i read and import these sheets to a textbox in a c# winform project?

Member Avatar for ddanbe
0
464
Member Avatar for alex.alekan

Hello, I'm trying to import xlsx to datagrid using oledb. but i'm geting this: Syntax error (missing operator) in query expression.I've read other related posts but didn't helped this is the code: private void button1_Click(object sender, EventArgs e) { OleDbConnection conn = new OleDbConnection(); conn.ConnectionString = @"Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\alm1.xlsx" + @";Extended …

Member Avatar for alex.alekan
0
2K