connection string
-
Hi how to read an excel sheet using asp.net thanks in adv
-
Hi how to read an excel sheet using asp.net thanks in adv
ASP.NET is a framework for writing web applications. It contains nothing that could be used to read Excel files. ADO.NET (the framework for interacting with databases) may have some mechanism for dealing with Excel files. You can also interop with Microsoft office through COM in order to access files. Finally, Office 2007 documents use a new file format that consistes of XML files in a zipped file (change the .xlsx file extension to .zip and you can open it and see what's inside).
* Developer Day Scotland 2 - Free community conference * The Blog of Colin Angus Mackay
Vogon Building and Loan advise that your planet is at risk if you do not keep up repayments on any mortgage secured upon it. Please remember that the force of gravity can go up as well as down.
-
Hi how to read an excel sheet using asp.net thanks in adv
you can also use linq. read the file in from the disk or memory stream and you can query it.
-
you can also use linq. read the file in from the disk or memory stream and you can query it.
LINQ knows how to decode an Excel file ?
Christian Graus Driven to the arms of OSX by Vista.
-
LINQ knows how to decode an Excel file ?
Christian Graus Driven to the arms of OSX by Vista.
Really clever this LINQ stuff, isn't it? I'm told it can bring world peace and stabalise the global economy too!
* Developer Day Scotland 2 - Free community conference * The Blog of Colin Angus Mackay
Vogon Building and Loan advise that your planet is at risk if you do not keep up repayments on any mortgage secured upon it. Please remember that the force of gravity can go up as well as down.
-
Really clever this LINQ stuff, isn't it? I'm told it can bring world peace and stabalise the global economy too!
* Developer Day Scotland 2 - Free community conference * The Blog of Colin Angus Mackay
Vogon Building and Loan advise that your planet is at risk if you do not keep up repayments on any mortgage secured upon it. Please remember that the force of gravity can go up as well as down.
*grin* I guess I better start using it, no matter what the specifics of my project, then.
Christian Graus Driven to the arms of OSX by Vista.
-
LINQ knows how to decode an Excel file ?
Christian Graus Driven to the arms of OSX by Vista.
There are all kinds of examples on blog posts etc... http://solidcoding.blogspot.com/2008/01/linq-to-excel-provider-20.html[^]