New Post: Default name for columns with no name
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: How to import Image from Excel sheet
I don't think that is supported but you might be able extend the code if you get the source.
View ArticleCommented Unassigned: Default name for columns with no name [12857]
I have a .xlsx file where only some of the columns in row 1 has names. The columns with no name is automatically named 'Column?' (This is both Caption and ColumnName).I have previously used Excel by...
View ArticleNew Post: Read column values with Excel Data Reader not working (MVC)
My Excelsheet looks like this:http://cdn.imghack.se/images/cdc24215d3d5079628a58878520c3028.png Here is the part of my method that matters:[HttpPost] public ActionResult ShowExcelFile(GetExcel model) {...
View ArticleCreated Unassigned: No data is available for encoding [12874]
Hi All,this is one of the most useful libs i ever found and use. I have a problem with one Excel doc. I get Exception:No data is available for encoding 5951. What is wrong. No other problems so far....
View ArticleCommented Unassigned: No data is available for encoding [12874]
Hi All,this is one of the most useful libs i ever found and use. I have a problem with one Excel doc. I get Exception:No data is available for encoding 5951. What is wrong. No other problems so far....
View ArticleCommented Issue: Reading Protected Excel file throws exception [2040]
Hi,Our users will upload a protected excel (workbook and sheet) which we convert into stream and pass it to excel data reader.I've got the below exception from ExcelDataReader.cs (Line : 139)"No data...
View ArticleCreated Unassigned: unable to read an excel file [12876]
dear siri have an asp.net application that use the excel.dll to read the excel spread-sheet it works fine. however, today i encounter a file that looks fine but when the code read it, it cause...
View ArticleCommented Unassigned: unable to read an excel file [12876]
dear siri have an asp.net application that use the excel.dll to read the excel spread-sheet it works fine. however, today i encounter a file that looks fine but when the code read it, it cause...
View ArticleNew Post: Read column values with Excel Data Reader not working (MVC)
If you download the latest code. There is a test app, which will open any excel sheet you give it. Try both sheets with this and see if they work the same. If they don't then either you could try...
View ArticleCommented Issue: Reading Protected Excel file throws exception [2040]
Hi,Our users will upload a protected excel (workbook and sheet) which we convert into stream and pass it to excel data reader.I've got the below exception from ExcelDataReader.cs (Line : 139)"No data...
View ArticleClosed Issue: Reading Protected Excel file throws exception [2040]
Hi,Our users will upload a protected excel (workbook and sheet) which we convert into stream and pass it to excel data reader.I've got the below exception from ExcelDataReader.cs (Line : 139)"No data...
View ArticleClosed Unassigned: unable to read an excel file [12876]
dear siri have an asp.net application that use the excel.dll to read the excel spread-sheet it works fine. however, today i encounter a file that looks fine but when the code read it, it cause...
View ArticleClosed Unassigned: No data is available for encoding [12874]
Hi All,this is one of the most useful libs i ever found and use. I have a problem with one Excel doc. I get Exception:No data is available for encoding 5951. What is wrong. No other problems so far....
View ArticleCommented Unassigned: Default name for columns with no name [12857]
I have a .xlsx file where only some of the columns in row 1 has names. The columns with no name is automatically named 'Column?' (This is both Caption and ColumnName).I have previously used Excel by...
View ArticleCreated Unassigned: OpenOffice Table Rows Count problem [12909]
Hi,I have .xsl file created in Excel 2010. When loading the file with CreateBinaryReader i get all DataTables and rows within them. But when open that file in OpenOffice and Save it without any...
View ArticleCommented Unassigned: OpenOffice Table Rows Count problem [12909]
Hi,I have .xsl file created in Excel 2010. When loading the file with CreateBinaryReader i get all DataTables and rows within them. But when open that file in OpenOffice and Save it without any...
View ArticleCreated Unassigned: XlsBiffRecord.ReadStrings does not handle all cases...
When a continuation breaks comes just before (or in?) the tail/postfix part of the XlsFormattedUnicodeString the ReadStrings method doesn't handle this case correctly.You have to check if there are...
View ArticleCreated 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 ArticleReviewed: 2.1.2.0 (abr 16, 2014)
Rated 5 Stars (out of 5) - Very good, gread job brother! Thank you.
View Article