Created Unassigned: Date issue with ExcelReaderFactory.CreateBinaryReader()...
We are facing issue with date in .xls file.When we read the file using ExcelReaderFactory.CreateBinaryReader() all the dates availed in excel file converting to a number.Dll version we are using is...
View ArticleCreated Unassigned: ExcelDataReader 2.1.2.2 references incorrect SharpZipLib...
Due to some problems resolving SharpZipLib on my project's Test and Stage environments, I've found that ExcelDataReader has been built against a different version to what the NuGet package states.NuGet...
View ArticleCommented Unassigned: Date issue with ExcelReaderFactory.CreateBinaryReader()...
We are facing issue with date in .xls file.When we read the file using ExcelReaderFactory.CreateBinaryReader() all the dates availed in excel file converting to a number.Dll version we are using is...
View ArticleCommented Unassigned: Date issue with ExcelReaderFactory.CreateBinaryReader()...
We are facing issue with date in .xls file.When we read the file using ExcelReaderFactory.CreateBinaryReader() all the dates availed in excel file converting to a number.Dll version we are using is...
View ArticleCommented Unassigned: Date issue with ExcelReaderFactory.CreateBinaryReader()...
We are facing issue with date in .xls file.When we read the file using ExcelReaderFactory.CreateBinaryReader() all the dates availed in excel file converting to a number.Dll version we are using is...
View ArticleNew Post: Security Exception while trying...
I'm having the same problem on my server, somebody have a fix?
View ArticleCommented Unassigned: ExcelDataReader 2.1.2.2 references incorrect...
Due to some problems resolving SharpZipLib on my project's Test and Stage environments, I've found that ExcelDataReader has been built against a different version to what the NuGet package states.NuGet...
View ArticleCommented Unassigned: ExcelDataReader 2.1.2.2 references incorrect...
Due to some problems resolving SharpZipLib on my project's Test and Stage environments, I've found that ExcelDataReader has been built against a different version to what the NuGet package states.NuGet...
View ArticleEdited Unassigned: ExcelDataReader 2.1.2.2 references incorrect SharpZipLib...
Due to some problems resolving SharpZipLib on my project's Test and Stage environments, I've found that ExcelDataReader has been built against a different version to what the NuGet package states.NuGet...
View ArticleClosed Unassigned: ExcelDataReader 2.1.2.2 references incorrect SharpZipLib...
Due to some problems resolving SharpZipLib on my project's Test and Stage environments, I've found that ExcelDataReader has been built against a different version to what the NuGet package states.NuGet...
View ArticleNew Post: Security Exception while trying...
Xlsx files have to be unzipped. Does your application have permissions to the temp folder?
View ArticleCommented Unassigned: ExcelReaderFactory.CreateBinaryReader fails [12992]
Pretty simple; code is as follows: FileInfo thisfinfo = Utilities.GetFileInFolderByIndex(1, wipboardreports_folderpath); FileStream stream = File.Open(thisfinfo.FullName, FileMode.Open,...
View ArticleCommented Unassigned: Multithreaded Read [12936]
There seems to be an issue in Excel/Log/LogManager.cs if you concurrently read from multiple different xlsx files.I fixed the issue by moving the sync-lock to cover up ContainsKey-Check tooFrom ```...
View ArticleReopened Unassigned: ExcelDataReader 2.1.2.2 references incorrect SharpZipLib...
Due to some problems resolving SharpZipLib on my project's Test and Stage environments, I've found that ExcelDataReader has been built against a different version to what the NuGet package states.NuGet...
View ArticleCommented Unassigned: ExcelDataReader 2.1.2.2 references incorrect...
Due to some problems resolving SharpZipLib on my project's Test and Stage environments, I've found that ExcelDataReader has been built against a different version to what the NuGet package states.NuGet...
View ArticleCommented Unassigned: ExcelDataReader 2.1.2.2 references incorrect...
Due to some problems resolving SharpZipLib on my project's Test and Stage environments, I've found that ExcelDataReader has been built against a different version to what the NuGet package states.NuGet...
View ArticleNew Post: Read Formula?
Is there a way to read the cell formula instead of the cell value?
View ArticleNew Post: Read Formula?
Not currently. You could probably get at the formula if you dig into the library, but there is a bit of a learning curve figuring out the excel format.
View Article