New Post: Copy worksheet and the style is not correct
I'm still trying to figure out what's going on with your workbook...
View ArticleNew Post: Copy the worksheet and the style is different?
Please stop creating more discussions threads and issues about this problem. It makes it hard to keep track of the conversation. From now only post on this one. I'll check the style templates, it may...
View ArticleNew Post: Cannot open xlsx with comments generated by LibreOffice
Attach a file that doesn't open.
View ArticleNew Post: Worksheet Copy to another will lost the name of named cell?
It copies the named ranges in the worksheet but it doesn't copy the ones with workbook scope. The reason is that ClosedXML can't guarantee that the referenced sheets will be available after the copy....
View ArticleUpdated Wiki: Excel Indexed Colors
Excel 2007/2010 Indexed ColorsFor an explanation on how to use colors please see Using ColorsColorColor IndexColor NameHtml Color 0Black#FF000000 1White#FFFFFFFF 2Red#FFFF0000 3Bright Green#FF00FF00...
View ArticleUpdated Wiki: Excel Indexed Colors
Excel 2007/2010 Indexed ColorsFor an explanation on how to use colors please see Using ColorsColorColor IndexColor NameHtml Color 0Black#FF000000 1White#FFFFFFFF 2Red#FFFF0000 3Bright Green#FF00FF00...
View ArticleUpdated Wiki: ClosedXML Predefined Colors
ClosedXML Predefined ColorsSeriously, if you can't find the color you're looking for in the following list you don't need Excel, you need Photoshop.For an explanation on how to use colors please see...
View ArticleCommented Unassigned: Auto Filter Disabled [9342]
I cannot seem to disable the autofilter. Every time I use the code worksheet.AutoFilter.Clear().. it gives me the error..Object reference not set to an instance of an...
View ArticleClosed Unassigned: Auto Filter Disabled [9342]
I cannot seem to disable the autofilter. Every time I use the code worksheet.AutoFilter.Clear().. it gives me the error..Object reference not set to an instance of an...
View ArticleCreated Unassigned: Setting Formula Is Doing Strange Things [9345]
We are setting multiple formulas throughout our process and all but 1 is working. I make this call:ws.Cell(13, 3).FormulaR1C1 = "SUM(C8:12)"and it shows like this in Excel:=SUM($H:$L)If I manually key...
View ArticleEdited Unassigned: Setting Formula Is Doing Strange Things [9345]
We are setting multiple formulas throughout our process and all but 1 is working. I make this call:ws.Cell(13, 3).FormulaR1C1 = "SUM(C8:C12)"and it shows like this in Excel:=SUM($H:$L)If I manually key...
View ArticleEdited Unassigned: Setting Formula Is Doing Strange Things [9345]
We are setting multiple formulas throughout our process and all but 1 is working. I make this call:ws.Cell(13, 3).FormulaR1C1 = "SUM(C8:C12)"and it shows like this in Excel:=SUM($H:$L)If I manually key...
View ArticleClosed Unassigned: Setting Formula Is Doing Strange Things [9345]
We are setting multiple formulas throughout our process and all but 1 is working. I make this call:ws.Cell(13, 3).FormulaR1C1 = "SUM(C8:C12)"and it shows like this in Excel:=SUM($H:$L)If I manually key...
View ArticleSource code checked in, #f5c0f316d30fb60abc60d34be895564c4317d0bf
Remove unused methods
View ArticleClosed Unassigned: PathHelper causes OS command injection vulnerability [9344]
An OS command injection flaw was discovered after running static analysis security testing on the project that references ClosedXML library. The issue was caused by the two methods below included in...
View ArticleClosed Unassigned: Cell format to "Date" [9343]
I'm setting the date using the dd/mmm/yy format as below.ws.Cells[2,4].Style.Numberformat.Format = "dd/mmm/yy";It works great. But there is only one requirement.When the end-user opens the workbook and...
View ArticleCommented Unassigned: Variable Datatype [9341]
I am using vb.net as my language and I am having a difficulty determining the correct datatype for some of the examples given, especially the variable for data with ranges. From what I am seeing is...
View ArticleCommented Unassigned: Variable Datatype [9341]
I am using vb.net as my language and I am having a difficulty determining the correct datatype for some of the examples given, especially the variable for data with ranges. From what I am seeing is...
View ArticleCommented Unassigned: cell.DataType = cellValues.Date does not work!! Using...
i am trying to export a datatable to excel ..for columns with int datatype changing cell.DataType= cellvalues.Numbers works . but cell.DataType= cellvalues.Date does not work.Plus using custom...
View ArticleNew Post: Copy the worksheet and the style is different?
Tank U and I will still focus on it. I'm sorry beacuse i don't know u have do it now.And if you have other information that I should provide please let me know. :-D
View Article