New Post: XlsxDimension - Object ref not set to an instance of an object
Hey guys, Im trying to read in a spreadsheet produced from a 3rd party vendor (Aspose) and when i try to do this i get a null exception initializing the XlsxDimension. Has anyone else seen this? is...
View ArticleCreated Unassigned: SeekErrormmemoryStream.cs [13835]
i download the last version of the sources and i coulnt compile because of lack of SeekErrorMemoryStream.cs. coul someone give me this file please ?thank you
View ArticleNew Post: How to make Filtering for a DataTable?
Hello to all, I made it my program read the excel and only let the filled rows in a DataTable like this code:using System; using System.Data; using System.IO; using Excel; using System.Windows.Forms;...
View ArticleNew Post: Read-Only Version when Spreadsheet Locked
Hi Great tool - and it works a treat! However, when testing I could read files that were open for editing, but go the last saved version. For some reason, now I get the file as locked (Exception...
View ArticleCreated Unassigned: Converting a text field to datetime incorrectly [13921]
The spreadsheet has a TEXT value of "11:54:00" in a cell.When populating a DataSet and reading the value from the Datatable it is returned as "31/12/1899 11:54:00"
View ArticleCreated Unassigned: Import with formula issue. [13989]
Hi Support,The spreadsheet cell has a formula to extract a piece of a string and the resulting string is a FormulaField name. I have to retrieve the actual string that is the result in Excel. (Excel...
View ArticleCommented Unassigned: Excel Data Reader unable to read all columns data [13764]
I am using [Excel Data Reader](https://exceldatareader.codeplex.com/) to read my excel. my code is``` IExcelDataReader reader = null; FileStream stream = System.IO.File.Open(file.FileName,...
View ArticleNew Post: Alternative to LinqToexcel: implementation of LinqToExcel Adapter
This is a Wrapper classes around ExcelDataReader to make it work like LinqToExcel. Base on first on source code :...
View ArticleNew Post: Alternative to LinqToexcel: implementation of LinqToExcel Adapter
There is a bug into it. You cannot use a Where clause. Tthis is corrected version of LinqToExcelAdapter: ExcelDataReaderLinqToExcelAdapter.zip
View ArticleNew Post: Alternative to LinqToexcel: implementation of LinqToExcel Adapter
Create a Version 2 : Add Function : Worksheet Throw exception if Worksheet not found. This is version 2 of LinqToExcelAdapter: ExcelDataReaderLinqToExcelAdapter_v_2.zip
View ArticleNew Post: Date time format loading is 12 hour not 24 hour format
Hello, I am using Excel daat reader to read excel into datatable and converting it to CSV file. All is working fine except the date time from excel is loading into datatable as 12 hour format string...
View ArticleNew Post: Import Hidden sheet
I am using IExcelDataReader in my Project in order to import the Excel worksheet into DataTable. Everything works fine but in one of my project the excel sheet is hidden, and IExcelDataReader doea not...
View ArticleCreated Unassigned: How to Add New Header Names? [14026]
I am using below code to get all excelsheel sheet data.IExcelDataReader excelReader = ExcelReaderFactory.CreateBinaryReader(stream); excelReader.IsFirstRowAsColumnNames = true; DataSet result =...
View ArticleNew Post: issue with some hidden chars
i moved to Issue section. please remove this post. thank you.
View ArticleCreated Unassigned: issue with some hidden chars [14041]
hi,i found some problem reading excel with some hidden chars.i can t understand which are.attached the excel example.the problem is about Label SST, that after this wrong encoding, the dll can t...
View ArticleCreated Unassigned: issue with some hidden chars [14042]
hi,i found some problems reading excel with some hidden chars.i can t understand which are.attached the excel i used.the problem is about Label SST, that after this wrong encoding, the dll can t...
View ArticleNew Post: Does this component need microsoft office?
Does this component need microsoft office?
View ArticleCreated Unassigned: e+15 in my values [14084]
My value in my row cell 7885266361743930 but it comes to my gridview like this => 7,88526636174393E+15
View ArticleCreated Unassigned: FillWeight values cannot exceed 65535 [14095]
Hi,I have read excel xlsx file. one of the dataset shows ____FillWeight values cannot exceed 65535.____System.InvalidOperationException: Sum of the columns' FillWeight values cannot exceed 65535. at...
View Article