New Post: How do I get formatted cell values, according to the excel cell...
Hello, I have problems reading formatted cell values from an existing excel file. In my excel sheet I have cells formatted for numbers with "Decimal places: 1". In a certain cell the visible value is...
View ArticleNew Post: Columns().AdjustToContents leaving extra padding
I'm adjusting a series of columns and rows. It is working and I can see that the columns widths have been adjusted. However, they are not adjusting to the same width as it would if I were to manually...
View ArticleCommented Unassigned: Evaluating Formulas with Round() [8877]
Hi,ClosedXML doesn't evaluate formulas with the Round() function.PS: Is their a list of supported / not supported functions?Greetings,Raidri__See my comment for new description of the...
View ArticleUpdated Wiki: Evaluating Formulas
Evaluating Formulas If you call cell.Value ClosedXML will try to resolve the formula and give you the result.For example: var wb = new XLWorkbook(); var ws = wb.AddWorksheet("Sheet1");...
View ArticleNew Post: Problem reading cell values of cells with formula MTRANS.
TRANSPOSE is not supported and probably won't be until someone submits a patch for it. It's a nasty formula because it has many meanings depending on where it's used and it can be a regular or an array...
View ArticleNew Post: How do I get formatted cell values, according to the excel cell...
How can I reproduce it? The following works fine (I get "0.1") var wb = new XLWorkbook(); var ws = wb.AddWorksheet("Sheet1"); ws.Cell("A1").SetValue(0.09).Style.NumberFormat.SetFormat("0.0"); var s =...
View ArticleNew Post: Columns().AdjustToContents leaving extra padding
Well, that is the best I can do for that function ^_^ The problem is that I have to take into account text length, size, font, weight, orientation, and I don't remember what else to come up with a size...
View ArticleCommented Unassigned: Evaluating Formulas with Round() [8877]
Hi,ClosedXML doesn't evaluate formulas with the Round() function.PS: Is their a list of supported / not supported functions?Greetings,Raidri__See my comment for new description of the...
View ArticleCommented Unassigned: Evaluating Formulas with Round() [8877]
Hi,ClosedXML doesn't evaluate formulas with the Round() function.PS: Is their a list of supported / not supported functions?Greetings,Raidri__See my comment for new description of the...
View ArticleNew Post: Problem reading cell values of cells with formula MTRANS.
Hello MDeLeon, thank you very much for your fast replay! Regards, Christian
View ArticleNew Post: Problem reading cell values of cells with formula MTRANS.
Hello MDeLeon,the difference to your test is that I’m reading an existing Excel sheet with format definitions.In the attached image you can see a part of the sheet with the visible values.The value...
View ArticleNew Post: How do I get formatted cell values, according to the excel cell...
The difference to your test is that I’m reading an existing Excel sheet with format definitions. The value “0,1” in cell T3 is calculated by the following formula:...
View ArticleCreated Unassigned: Selecting Table Data/Columns by name. [8959]
Hi there,Firstly, loving the library! Super-useful coming from the Office libraries!One issue I had though, is that I'm unable to select a particular column within a table by name. In Excel the table...
View ArticleCommented Unassigned: Selecting Table Data/Columns by name. [8959]
Hi there,Firstly, loving the library! Super-useful coming from the Office libraries!One issue I had though, is that I'm unable to select a particular column within a table by name. In Excel the table...
View ArticleCommented Unassigned: Selecting Table Data/Columns by name. [8959]
Hi there,Firstly, loving the library! Super-useful coming from the Office libraries!One issue I had though, is that I'm unable to select a particular column within a table by name. In Excel the table...
View ArticleClosed Unassigned: Selecting Table Data/Columns by name. [8959]
Hi there,Firstly, loving the library! Super-useful coming from the Office libraries!One issue I had though, is that I'm unable to select a particular column within a table by name. In Excel the table...
View Article