TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
TimeToCode TimeToCode
NA
5
386
import data from excel and pass into table
Mar 8 2021 8:38 AM
there is a sample data in excel file e.g.
Name Date CITY
ABC 01-01-2020 ny
def 02-03-2020 sa
now i want to import that excel file through c# code and insert that data into table. ... table is like this. these are the columns in tables
ID
Name
Date
city
here ID should be auto generate in table
i want to this through c# and sqllite database
so how i import excel file and pass excel file data into table
i did not try anything yet
any solutions
Reply
Answers (
4
)
System.Data.SqlClient.SqlException: 'Conversion failed when converting
Asp.net core cofoundry.