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
Raja
NA
2k
355.2k
How to convert only particular row and column as dataset?
Nov 30 2016 6:49 AM
i have one excel document and Multiple sheets i ahve upload and convert to data table using below code
FileStream stream = File.Open(SourceUpload.Fullpath, FileMode.Open, FileAccess.Read);
IExcelDataReader excelReader = ExcelReaderFactory.CreateOpenXmlReader(stream);//xlsx file format
ds = excelReader.AsDataSet();
this code convert whole excel if 100000 rows is available.i want only 1000 rows and 1000 columns only how to get this one i will refer many codes i dont get any solution.is this possible how to do it.
Reply
Answers (
1
)
Comparing two documents in web application asp.net
Convert negative value to positive value in a row of Gridvie