Reviewed: ClosedXML 0.76.0 (Aug 03, 2016)
Rated 5 Stars (out of 5) - Super easy to use :)
View ArticleCommented Unassigned: Datetime is 1 day off [9497]
Greetings,I'm trying to write a datetime to a cell using ClosedXML. I set the IXLCell DataType to be XLCellValues.DateTime, and the value to be a new DateTime. I also set the number format id to 14...
View ArticleNew Post: How to get just cell value?
I want to get just cell value. nothing anymore just get value? How do i get? and How to validation formula? Thank you
View ArticleNew Post: Styles
Something wrong is happening I create a range and procedure to set styles for it. Something like this xlsRange.Style=SetStyle(xlsRange.Style, ws["Style"].ToString()); No styles were set. In debug...
View ArticleNew Post: Filter on Text Color
Hi, It's been a while since I had a question, but this may be something others could use. I have some PDFs converted to Excel workbooks. Some of the text is in red or yellow to indicate a change from...
View ArticleNew Comment on "How do I deliver an Excel file in ASP.NET?"
Hi,I am using the above code which is working perfectly fine. But not able to remove the default styles using below lines ws.Rows().Style.Border.BottomBorderColor = XLColor.NoColor;...
View ArticleNew Comment on "How do I deliver an Excel file in ASP.NET?"
Hi,I am using the above code which is working perfectly fine. But not able to remove the default styles using below lines ws.Rows().Style.Border.BottomBorderColor = XLColor.NoColor;...
View ArticleNew Comment on "Adding DataTable as Worksheet"
Hello guys,I am facing same problem not able to remove the blue background and the border. Tried using below lines ws.Rows().Style.Border.BottomBorderColor = XLColor.NoColor;...
View ArticleNew Post: Filter on Text Color
Also, I have this working: if (row.Cell(2).Style.Font.FontColor == XLColor.Red) { //do some stuff } However, some of the text is black, and part of it is red- that does not seem to get matched....
View ArticleCreated Unassigned: Error doing data validation from another sheet [9498]
When using closedxml to add data validation to a file, all validations are written in the <x:dataValidations> element. However, this is not how excel saves data validation from other...
View ArticleCommented Unassigned: Error doing data validation from another sheet [9498]
When using closedxml to add data validation to a file, all validations are written in the <x:dataValidations> element. However, this is not how excel saves data validation from other...
View ArticleCommented Unassigned: Error doing data validation from another sheet [9498]
When using closedxml to add data validation to a file, all validations are written in the <x:dataValidations> element. However, this is not how excel saves data validation from other...
View ArticleCommented Unassigned: Cell formating - missing [8876]
I'm using Closed XML (0.68.1) to read Template document and then to generate new documents from template, but problem is that formatting of cells (Border, colors, ...) is lost after first cycle.Below...
View ArticleNew Post: Detecting Hidden Rows / Columns / Cells
I've been given the task of importing several Excel files on a regular basis and everyone of them has hidden rows that need to be ignored. Everything is working perfectly except that ClosedXML always...
View ArticleNew Post: How to Select data from excel using column header in closedXML
Iam using this code for retrieve data from worksheet but i not able filter with column header in this var workbook = new XLWorkbook(filePath); IXLWorksheet ws1 = workbook.Worksheet(1); foreach (IXLRow...
View ArticleCreated Unassigned: Table Theme [9499]
Attached is an excel file with a custom Table Style. The loading of the table theme borks because enum.parse can't find a value. Recommend changing the theme to a string and using enum.tryparse. Have a...
View ArticleNew Comment on "Inserting Tables"
That would be a Select. your Ienumerable.select(x=> new Object[]{x.field1,x.Field2})
View ArticleCommented Unassigned: Table Theme [9499]
Attached is an excel file with a custom Table Style. The loading of the table theme borks because enum.parse can't find a value. Recommend changing the theme to a string and using enum.tryparse. Have a...
View ArticleNew Post: Read vale from checkbox from excel sheet
Hello, can someone tell me how I can read value from checkbox?? example in cell E50 I have checkbox control and this is checked and I want read/check this value and get something like true or false.....
View Article