Created Unassigned: Problem opening workbook containing Table with no headers...
Hi, I am receiving Object Reference exception when trying to instantiate an existing workbook having a table with removed Header Row. Using latest production ClosedXML.
View ArticleNew Post: item.Cell(10).ValueCached returns different data
Value is what the cell resolves to (may be based on a formula). ValueCached is the last value Excel saved to the file (again probably because the cell had a formula).
View ArticleCommented Unassigned: Problem opening workbook containing Table with no...
Hi, I am receiving Object Reference exception when trying to instantiate an existing workbook having a table with removed Header Row. Using latest production ClosedXML.Comments: attach the file
View ArticleCreated Unassigned: Unable to change font color when using DataTable [9401]
The following code does not work correctly. It does change the background color to white, however the text color doesn't change to black making the header row appear blank.``` var wb = new...
View ArticleClosed Unassigned: Unable to change font color when using DataTable [9401]
The following code does not work correctly. It does change the background color to white, however the text color doesn't change to black making the header row appear blank.``` var wb = new...
View ArticleNew Post: I know better not to ask for next version but...
...your last release was on Sep 17, 2014. I did build the latest source and my problem is fixed but the build server uses NuGet auto restore and the build fails because the last package does not...
View ArticleReleased: ClosedXML 0.76.0 (Dec 16, 2014)
Add Remove and RemoveAll methods for conditional formats. Fix issue when changing a table column names Set ApplyNumberFormat and ApplyAlignment to true
View ArticleCreated Release: ClosedXML 0.76.0 (Dec 16, 2014)
Add Remove and RemoveAll methods for conditional formats.Fix issue when changing a table column namesSet ApplyNumberFormat and ApplyAlignment to true
View ArticleNew Post: I know better not to ask for next version but...
Ask and thou shall receive...
View ArticleNew Post: I know better not to ask for next version but...
Heartfelt thanks to you for granting requests. I will definitely not make such a request often. :)
View ArticleCommented Unassigned: Problem opening workbook containing Table with no...
Hi, I am receiving Object Reference exception when trying to instantiate an existing workbook having a table with removed Header Row. Using latest production ClosedXML.Comments: Attachment added. Very...
View ArticleNew Post: How do I stop getting the "number stored as text" message?
I am having a similar issue. I have an Oracle datasource that I'm importing into a datatable (via ODP.NET). I can create the spreadsheet, but I always get the "number stored as text" message. I have...
View ArticleNew Comment on "How do I deliver an Excel file in ASP.NET?"
I had errors whith Response.End() so I changed by Response.Flush() and Response.Close() and it solved the erro (Thread aborted) but it does not donwload the file.
View ArticleNew Post: How do I stop getting the "number stored as text" message?
The thing is that your data table is the one that defines the data type. The best thing would be to fix the data table so it stores numbers as numbers and not as strings. That may not be possible for...
View ArticleNew Post: How do I stop getting the "number stored as text" message?
Do you have any ideas for reducing the amount of space that's used up (increasing efficiency)? My dataset is 40 columns by 800 rows. I haven't been able to create the file with proper formatting. Thanks.
View ArticleNew Comment on "Styles - Font"
I want to use a variable as the IXLFont tst = new IXLFont(), to be able to return values from functions, but get an error. Нow do I create one?
View ArticleCreated Unassigned: Formula evaluation fails with single quotes in worksheet...
This seems rather fundamental, but after an extensive search I can't seem to find anything related to a problem I'm having. I'm getting a "Identifier Expected" error when trying to evaluate a formula...
View ArticleCommented Unassigned: Formula evaluation fails with single quotes in...
This seems rather fundamental, but after an extensive search I can't seem to find anything related to a problem I'm having. I'm getting a "Identifier Expected" error when trying to evaluate a formula...
View ArticleCommented Unassigned: Formula evaluation fails with single quotes in...
This seems rather fundamental, but after an extensive search I can't seem to find anything related to a problem I'm having. I'm getting a "Identifier Expected" error when trying to evaluate a formula...
View ArticleNew Post: Github
Github seems to get a lot more traffic than CodePlex. Would you think about placing a copy on Github?
View Article