Click here to Skip to main content
16,017,015 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

How to get spreadsheet multiple sheets data to dataset using Open XML SDK.

Ex: I have sheet1,sheet2,sheet3 in Excel file. I want sheet1 data to store in First data table in dataset.similarly, same thing for sheet2 and sheet3 respectively in data table2,data table3.
Posted

1 solution

Hope below links will help you;
you could read the sheets as as collection, then it is matter of reading content by row and cell.

Spreadsheets (Open XML SDK)
>How to: Parse and read a large spreadsheet document (Open XML SDK)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900