Closed Unassigned: System.ApplicationException: Column Length must be between...
When I run this code (there is Data column in my sheet)```Console.WriteLine(ws.Cell(2, "Data").GetString());```I get this exception```Unhandled Exception: System.ApplicationException: Column Length...
View ArticleEdited Unassigned: System.ApplicationException: Column Length must be between...
When I run this code (there is Data column in my sheet)```Console.WriteLine(ws.Cell(2, "Data").GetString());```I get this exception```Unhandled Exception: System.ApplicationException: Column Length...
View ArticleCreated Issue: XLHelper is not thread safe [9355]
This was reported as a comment in this issue https://closedxml.codeplex.com/workitem/9348
View ArticleCommented Issue: XLHelper is not thread safe [9355]
This was reported as a comment in this issue https://closedxml.codeplex.com/workitem/9348Comments: Pull request opened...
View ArticleCommented Unassigned: Multithreading- AdjustToContents not threadsafe [9348]
Hi, I have recently upgraded from 0.65 to 0.73 and while I have seen some performance improvements, several reports that run in parallel threads crashed in my UAT environment. It seems the problem is...
View ArticleCommented Unassigned: Multithreading- AdjustToContents not threadsafe [9348]
Hi, I have recently upgraded from 0.65 to 0.73 and while I have seen some performance improvements, several reports that run in parallel threads crashed in my UAT environment. It seems the problem is...
View ArticleEdited Unassigned: Multithreading- AdjustToContents not threadsafe [9348]
Hi, I have recently upgraded from 0.65 to 0.73 and while I have seen some performance improvements, several reports that run in parallel threads crashed in my UAT environment. It seems the problem is...
View ArticleCommented Unassigned: Multithreading- AdjustToContents not threadsafe [9348]
Hi, I have recently upgraded from 0.65 to 0.73 and while I have seen some performance improvements, several reports that run in parallel threads crashed in my UAT environment. It seems the problem is...
View ArticleCommented Issue: "Unreadable content" when editing and reopening generated...
The problem is described in the discussions in the following thread: http://closedxml.codeplex.com/discussions/403797When I open an existing Excel file using ClosedXml and save it (even without...
View ArticleClosed Issue: Excel file opening fail if there is no WorkbookProperties...
If a excel File has no WorkbookProperties defined the document load fails.ClosedXML.Excel.XLWorkbook_Load.csvar date1904 = dSpreadsheet.WorkbookPart.Workbook.WorkbookProperties.Date1904;It raise...
View ArticleEdited Issue: XLColor is not threadsafe [9354]
As reported in issue https://closedxml.codeplex.com/workitem/9348 XLColor is not thread safe.I was able to reproduce this issue.
View ArticleCommented Unassigned: Bug if worksheet name contains ' character [9220]
If a a worksheet name contains one or more apostroph characters (') and if a print area is defined for that worksheet, then __new XLWorkbook("mybook.xlsx")__ fails.The problem is in...
View ArticleEdited Issue: System.InvalidOperationException: Sequence contains no elements...
Getting the following exception when reading/evaluation a cell value that contains "=MAX(V7, W7) * 8%" formula:An Exception occurred: System.InvalidOperationException: Sequence contains no elements at...
View ArticleCommented Issue: System.InvalidOperationException: Sequence contains no...
Getting the following exception when reading/evaluation a cell value that contains "=MAX(V7, W7) * 8%" formula:An Exception occurred: System.InvalidOperationException: Sequence contains no elements at...
View ArticleNew Post: Protect Workbook
Excellent, thanks for that. Are there any plans for a new release (i.e. 0.74)? And how about password protected workbook protection, is it being worked on, or are there no current plans to do so?...
View ArticleReviewed: ClosedXML 0.73.0 (Aug 04, 2014)
Rated 5 Stars (out of 5) - Excellent, only had infrequent problems, and all eventually solved as being (mostly) due to my own issue(s)!
View ArticleCreated Unassigned: Getting the Value for a Date Throws System.Format...
Getting the Value for a Date
View ArticleCommented Unassigned: Getting the Value for a Date Throws System.Format...
Getting the Value for a DateComments: If the Following Code Contains a Date in Cell A2, I Get a System.FormatException -- same as the time Code: XLWorkbook rdsWorkbook = new XLWorkbook(rdsFile); var p...
View ArticleEdited Unassigned: Getting the Value for a Date Throws System.Format...
Getting the Value for a Date Cell thows a System.FormatException
View ArticleNew Post: Pivot table "Value Field Settings"
Hey there. I've been trying to use ClosedXML to generate a group of Excel files systematically. One of the tabs contains a Pivot Table that I was already able to add but I can't find a way to set the...
View Article