Closed Issue: Get formatted string from ValueCached property [8021]
Is there a way to get the ValueCached string in a formatted way like GetFormattedString() method? I am trying to get the cached value of formula but I'm unable to get it in the underlying...
View ArticleClosed Issue: Column.Delete does not update MergedCells reference [8022]
If you have merged cells A1:A5, and then delete column 3, the merged cell doesnt recognize that the merged column count should have changed. Meaning, the formatting continues to the new A5 (which was...
View ArticleClosed Issue: Error When Opening Excel File: Unreadable Content: Removed...
Thanks in advance for trying to solve this issue with me. When I open my Excel File I get the following error:Excel found unreadable content in 'WorkBook.xlsx'. Do you want to recover... Then I choose...
View ArticleClosed Issue: Problem DataType [8071]
My problem is when pass asenumerable collection for example; ws.Cell(1,1).Value = resultado.AsEnumerable(); resultado is product of linq query and my problem is when pass field of type int how string...
View ArticleClosed Issue: [ClosedXML 0.66.1] Unable to update from 0.65.2 [8144]
Hello. I just tried to update my project from 0.65.2 to 0.66.1 but it appears that the new dll doesn't work.I tried to overwrite the old, remove and make a new reference, update the OpenXML.dll, change...
View ArticleClosed Issue: Exception when calling XLRow.InsertRowsBelow(1) [8156]
I'm getting a null reference exception on line 1235 of XLRangeBase:c.DataValidation.Clear(); c.DataValidation is null btw - love the library otherwise.Comments: Please try the latest version of...
View ArticleClosed Issue: Cannot save the file 2nd time after deleting the rows [8263]
HiIf we run this project 2nd time it hangs near the Save()Please change the location of the data in the app.config file and run it. Thanking youComments: Please try the latest version of ClosedXML...
View ArticleClosed Issue: Conditionally Formatted row delete slow [8309]
Great product, I really appreaciate the time you took to develop this. I am running into a performance issue when deleting a row.When a range is conditionally formatted and a row is deleted, it is...
View ArticleClosed Issue: Testing Codeplex UI [8334]
Quotes: "quoted text"Greater and Less Than: >.<Comments: Please try the latest version of ClosedXML (v0.87.1 at this stage). If you still experience the issue, log it on the new GitHub page.
View ArticleClosed Issue: Problem with xlsx files generated in linux [8345]
When I create xlsx file in linux, MS Excell shows error message like "Excel found unreadable content in the file. Do you want to restore the contents ?"Even this piece of code (c#) generate the error:...
View ArticleClosed Issue: Modify data source connection string [8350]
There a way using ClosedXML API to modify data source connection string.See this example where OpenXML is used to get this goal....
View ArticleClosed Issue: Formula engine fails on ranges that point to formulas [8384]
If you put a formula in a cell, then reference that cell via a named range in another formula, the latter formula fails in XLWorksheet.Range().Steps to reproduce:1. Create a named range for cell A1.2....
View ArticleClosed Issue: There isn't a worksheet named 'New Items' [8426]
------------------------ What am I doing?------------------------XlWorkbook = new XLWorkbook(Helper.GetTestWorkbook(xlFilename));Exception.Message is same as subject line.There isn't a worksheet named...
View ArticleClosed Issue: Row insertion very slow [8458]
Row insertion gets progressively slower and slower upon the length of a worksheet getting longer than 20 rows or so. Class is attached. You can simply instantiate an object. parameters to...
View ArticleClosed Issue: Double NaN & Infinity are not type Number [8514]
Enumerable assignments: fields of type double with values of NaN or one of the Infinities were setting cell type to number -- patch w/ tests uploadedComments: Please try the latest version of ClosedXML...
View ArticleClosed Issue: NullReferenceException on InsertRowsBelow() after CopyTo() [8522]
Found **NullReferenceException** when trying insert rows into copied sheet.``` class Program{ static void Main(string[] args){ XLWorkbook wbk = new XLWorkbook(@"C:\MySheet.xlsx"); IXLWorksheets shts =...
View ArticleCreated Unassigned: Excel Auto changed Row size [9505]
Excel Auto changed Row size after number of rows, I set row height is 18 but after number of rows this height changed automatically to be 12.75
View ArticleUpdated Wiki: Home
We are moving!The latest version of ClosedXML and its source code can now be downloaded from our repository hosted at GitHub. Project DescriptionClosedXML makes it easier for developers to create Excel...
View ArticleClosed Unassigned: Excel Auto changed Row size [9505]
Excel Auto changed Row size after number of rows, I set row height is 18 but after number of rows this height changed automatically to be 12.75Comments: Please log issues on the new Github page.
View Article