Commented Unassigned: Input string not in correct format when reading dates...
I've run into an issue that I honestly can't figure out.I'm trying to read the data on the file attached, specifically, the two dates.I've tried all approaches, using GetDateTime(), GetValue(),...
View ArticleCommented Unassigned: IF-function doesn't handle 2 arguments [9366]
Hi!Currently ClosedXML is only able to handle the "IF"-function if supplied with 3 arguments, but this function can also be called with only 2 arguments. ie. something like "IF(M49="111";94)" will...
View ArticleCommented Unassigned: Input string not in correct format when reading dates...
I've run into an issue that I honestly can't figure out.I'm trying to read the data on the file attached, specifically, the two dates.I've tried all approaches, using GetDateTime(), GetValue(),...
View ArticleCreated Unassigned: Conditional Formatting Compatibility with SpreadsheetGear...
I need to create 3 conditional formats for the same cell. If a value is below a limit, the cell is shaded red. Equal to the limit gets yellow. Above the limit gets green. Following is a sample method...
View ArticleSource code checked in, #90e37231ff1ac5026c9836407fba21f78bf0736a
Group conditional formatting for same ranges
View ArticleClosed Unassigned: Conditional Formatting Compatibility with SpreadsheetGear...
I need to create 3 conditional formats for the same cell. If a value is below a limit, the cell is shaded red. Equal to the limit gets yellow. Above the limit gets green. Following is a sample method...
View ArticleCreated Unassigned: Unable to create mutex (Exception from HRESULT...
Hi,I would like to know if you have any idea with the following issue, basically we are opening an excel file (xlsm) and doing some changes on it (cell colors, adding values to some cells.. etc nothing...
View ArticleCommented Unassigned: Unable to create mutex (Exception from HRESULT...
Hi,I would like to know if you have any idea with the following issue, basically we are opening an excel file (xlsm) and doing some changes on it (cell colors, adding values to some cells.. etc nothing...
View ArticleCommented Unassigned: Unable to create mutex (Exception from HRESULT...
Hi,I would like to know if you have any idea with the following issue, basically we are opening an excel file (xlsm) and doing some changes on it (cell colors, adding values to some cells.. etc nothing...
View ArticleCreated Unassigned: Support for VLOOKUP, ISBLANK and ISERROR functions [9369]
Please add support for the VLOOKUP, ISBLANK and ISERROR functions in formulas.
View ArticleClosed Unassigned: Support for VLOOKUP, ISBLANK and ISERROR functions [9369]
Please add support for the VLOOKUP, ISBLANK and ISERROR functions in formulas.Comments: Added IsBlank. VLookup is nasty and ClosedXML doesn't have a good way to handle cell errors so don't wait for those.
View ArticleNew Post: LEFT function has different behaviour from MS Excel
The LEFT function will fail if the cell content is shorter than the formula. Example: =LEFT(V3,20) will fail if the text length in V3 is less than 20. This style is fully acceptable in MS Excel and it...
View ArticleSource code checked in, #6ed5250340233a9a639f4064c6797d8856c257ae
fixed comments formatting error
View ArticleReleased: ClosedXML 0.75.0 (Sep 17, 2014)
Fixed comments formatting error Group conditional formatting for same ranges Update IF function to support 2 parameters Fix issue with RangeUsed including styles Load drawing colors with the format...
View ArticleCreated Release: ClosedXML 0.75.0 (Sep 17, 2014)
Fixed comments formatting errorGroup conditional formatting for same rangesUpdate IF function to support 2 parametersFix issue with RangeUsed including stylesLoad drawing colors with the format "name...
View ArticleNew Post: LEFT function has different behaviour from MS Excel
This has already been fixed. Pick up the latest version.
View ArticleCommented Unassigned: Unable to create mutex (Exception from HRESULT...
Hi,I would like to know if you have any idea with the following issue, basically we are opening an excel file (xlsm) and doing some changes on it (cell colors, adding values to some cells.. etc nothing...
View ArticleNew Post: Convert table to range
Hi I would like to merge cells, but I receive an error when I open the excel file. I think the problem is that merging is not allowed in a table. How can I convert the table to a range...
View Article