how to count row columns in excel

first post: nellaindri wrote: i'm in progress to create an application in c# . but i got a probl...

latest post: sholle wrote: static void Main(string[] args) { string _PathFilenam...

object reference not set to an instance of an object

first post: raghavainnocent wrote: Hello I have following bit of code used with the excel/csv sheets t...

latest post: Ian1971 wrote: Can you post the full stack trace?

reader.AsDataSet() throws an OutOfMemory exception with even not very big excel files (30 meg)

first post: taralex wrote: I was just using DataSet ds = reader.AsDataSet(); to get data fr...

latest post: Ian1971 wrote: something like this while (excelReader.Read()) { var field0 = e...

Google Docs XLSX IndexOutOfRangeException

first post: jordannb wrote: public ActionResult Index() { List<AirportModel...

latest post: RyanONeill1970 wrote: I've not heard of it before. With the complexity and ambiguity of t...

ExcelDataReader ponts to different sheet

first post: RajeeshMca wrote: Hi, I have used ExcelDataReader to read sheets from excel and con...

ArgumentNullException when using CreateOpenXmlReader

first post: JCCJCC wrote: Hi, I have an Excel file (xlsx), generated by an external softwar...

excelReader.AsDataSet() does not exist in silverlight

first post: codeguyross wrote: Hello, I am trying to do the home page example but the AsDataSet(...

latest post: frugi wrote: In Silverlight you could use the IWorkBook Interface instead: ```...

Only read used range how to do that ?

first post: KennetEhmsen wrote: Hi, I get all the empty lines below my user data, any who know ho...

Unable to read Excel (2003) some information

first post: wq175160558 wrote: Hi,All. I am routinely write code, but such problems: Unable to r...

latest post: Ian1971 wrote: Can you create an issue and upload an example spreadsheet that exhi...

excelReader.GetValues(values) throws NotSupportedException exception

first post: DanMendes wrote: When I try to do this: object[] values = new object[exc...

latest post: Ian1971 wrote: this particular method of IDataReader is not currently supported by...