Quantcast
Channel: ClosedXML - The easy way to OpenXML
Browsing all 1877 articles
Browse latest View live
↧

Created Unassigned: Style.Font.FontColor incorrectly determined [9340]

Hi,In attachment a small excel file: the font color for cells C6, C7, C8, C9 is __black__ (as can be verified by vba).However ClosedXML returns the color __Silver__ for these cells.Code snippet: var...

View Article


Closed Unassigned: Cannot set multiple filters [9335]

sheet.RangeUsed().SetAutoFilter().Column(1).AddFilter<string>("testfilter1"); sheet.RangeUsed().SetAutoFilter().Column(2).AddFilter<string>("testfilter2");Both filters are visible on the...

View Article


Source code checked in, #15f20fb8353adaa1c2eb343c677a21fa69929a58

Change default tint to 0

View Article

Closed Unassigned: _themeTint default value must be 0 instead of 1 [9336]

Hi,In the class XLColor_Internal.cs on line 53, _themeTint is currently initialized with the value 1.However, the default value should be 0, hence:___themeTint = 0;___themeTint will receive a value...

View Article

Closed Unassigned: Reading names from name manager [9337]

Hi,Copyto function is not copying names which are available in the excelsheet.Is there any way to read/access the names from name manager using closedxml.Please see the...

View Article


Commented Unassigned: Cannot change the category from "General" to "Numbers"...

While exporting from Datatble to excel ..even though the generated spreadsheet contains numbers as right -aligned the category in Format cells is set to "General" and not "Numbers".I have checked the...

View Article

Commented 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 Article

Commented Unassigned: Style.Font.FontColor incorrectly determined [9340]

Hi,In attachment a small excel file: the font color for cells C6, C7, C8, C9 is __black__ (as can be verified by vba).However ClosedXML returns the color __Silver__ for these cells.Code snippet: var...

View Article


New Post: How to read names/named ranges from a existing excelsheet/workbook

workbook.NamedRange("namedRange") workBook.Range("namedRange")

View Article


Commented 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 Article

Created 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 Article

Created 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 Article

Source code checked in, #0c6b4b83031592841c36f6bf27679e62f33e46c7

In the middle of a fix

View Article


Created 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 Article

Created 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 Article


New Post: Autofill or Drag

is there a code for closedXML where you could put a formula on one of the cell then use a code to somewhat like drag it, up to the last non-blank cell?

View Article

New Post: Autofill or Drag

range.FormulaA1 = "1 + 1"

View Article


New Comment on "Filter Values"

There is working only one filter :(

View Article

Source code checked in, #5f5c608990a00a961b02d07b67c2383fb560563d

Undo last (didn't go anywhere)

View Article

New Post: Copy worksheet and the style is not correct

I have seen many of these problems and I don't know why the style is not same with the source worksheet. The worksheet has some style in workbook "A" and then copy the worksheet to another workbook "B"...

View Article
Browsing all 1877 articles
Browse latest View live