Created Unassigned: font for arabic/persian language [9380]
Hi im trying to set font for Persian language but it seems it dose not workwhen i download my excel file , the cell that i set the font is not changed but when i click on it the font name has been...
View ArticleNew Comment on "Styles - Border"
How to bold part of string like: Test date <B>1/1/2014</B>?
View ArticleNew Post: Double foreach
Hi I am new to ClosedXML I have the following: . worksheet.Cell ("A2") = Value Report.GetDato (Id); This is correct, but from column D, I have a foreach, the result is similiar to the next. one, two,...
View ArticleNew Post: Double foreach
I have no clue what you're trying to say. Give a piece of code that reproduces the problem.
View ArticleNew Post: Double foreach
This is the code: List<ReportArgs > list = new List<ReportArgs >(); List<Persons> persons = DB.Persons.AsNoTracking().AsParallel().OrderBy(o => o.IdPerson).ToList(); var Cars=...
View ArticleNew Post: Double foreach
Still no clue if there's a bug or not but it seems like you need to create the table yourself instead of passing that collection to a cell.
View ArticleNew Post: Double foreach
Exactly need to pass the collection to a table because the displays into a single cell
View ArticleNew Post: Is Excel sheet support HTML formatting?
Hi, So, it is supposed to parser the HTML and after that how can I export that text to excel showing it properly? I tried just converting the text to excel and it put everything on one cell, I would...
View ArticleNew Post: Is Excel sheet support HTML formatting?
You have to parse the HTML and insert the data in the appropriate cells.
View ArticleNew Post: Change header of table
There is still the problem. Also other user were able to reproduce this bug/problem. Any suggestion?
View ArticleCreated Unassigned: Locking cells doesn't work [9381]
Hello,Looks like Worksheet.Cell(i,j).Style.Protection.Locked = true does not work like intended and the field is still editable. Is there something I am missing?Thanks
View ArticleClosed Unassigned: Locking cells doesn't work [9381]
Hello,Looks like Worksheet.Cell(i,j).Style.Protection.Locked = true does not work like intended and the field is still editable. Is there something I am missing?ThanksComments: That's standard Excel...
View ArticleNew Post: Change header of table
Your example works. Pick the source code and not the release.
View ArticleCreated Unassigned: Addition of PX as a knownUnit in XLWorkSheet_Load.cs [9382]
I came across an Excel file (I think from 2003 originally and re-saved as MS Office 2013 XLSX) which hit the GetPtValue private method in the XLWorksheet_Load.cs file and the string was "62px". As "px"...
View ArticleCommented Unassigned: Locking cells doesn't work [9381]
Hello,Looks like Worksheet.Cell(i,j).Style.Protection.Locked = true does not work like intended and the field is still editable. Is there something I am missing?ThanksComments: Thanks MDeLeon for your...
View ArticleCommented Unassigned: Locking cells doesn't work [9381]
Hello,Looks like Worksheet.Cell(i,j).Style.Protection.Locked = true does not work like intended and the field is still editable. Is there something I am missing?ThanksComments: The same way you would...
View ArticleCommented Unassigned: Locking cells doesn't work [9381]
Hello,Looks like Worksheet.Cell(i,j).Style.Protection.Locked = true does not work like intended and the field is still editable. Is there something I am missing?ThanksComments: Thanks a lot man. I...
View ArticleCreated Unassigned: Changing a Column Header's text [9383]
I am trying to change the text of cells in the first row of the spreadsheet, essentially the column header.This example is just changing the first cell in row 1.```Dim l_sValue As Stringl_sValue =...
View ArticleNew Post: Adding formula results save prompt when excel file is closed
I just added the following line in my .net application:ws.Cell(3, 5).FormulaR1C1 = "RC[-1] - RC[-2]"; Formula works as expected when I open resulting excel file. But when I click close button excel...
View Article