Commented Unassigned: ClosedXML IXLRow.Delete() very slow [9317]
Hi there,I love this product and am trying to use it more and more in my day to dayI have an excel file which has loads of empty rows at the end which I need to deleteWhen i use the IXLRows.Delete or...
View ArticleNew Post: Error in CalcEngine when use ISERROR function
Hi, I found mybe the bug when i used the function in excel like ISERROR. Ex. Add a named cell in worksheet and give the first cell value is =ISERROR("test") when i used the openxml ,it can give me the...
View ArticleNew Post: ClosedXML and Compact Framework
Hi everybody! I've been using this library for a bit of time and it works really well. Now i would like to use it on a mobile device with Windows CE 5 but I'm having some problems. When i press the...
View ArticleCreated Unassigned: cell selection [9319]
Hello, I'm new to ClosedXML. I'm coding in X++ in Microsoft Dynamics AX.My issue is that i'd need to get the first Cell and the last Cell regardless of number of columns and rows.If somebody can...
View ArticleClosed Unassigned: cell selection [9319]
Hello, I'm new to ClosedXML. I'm coding in X++ in Microsoft Dynamics AX.My issue is that i'd need to get the first Cell and the last Cell regardless of number of columns and rows.If somebody can...
View ArticleCommented Issue: Adjusting to Content does not work on Windows Azure Websites...
Adjusting column widths based on content fails on Windows Azure Websites because it seems that the functionality provided by...
View ArticleSource code checked in, #d7fde184b52432d1289f84ac41087508b7331845
Use System.Drawing.Graphics.MeasureString instead of System.Windows.Forms.TextRenderer for AdjustToContents.
View ArticleClosed Issue: Adjusting to Content does not work on Windows Azure Websites...
Adjusting column widths based on content fails on Windows Azure Websites because it seems that the functionality provided by...
View ArticleNew Post: How to determine if two cells are merged together
Hey, I'm trying to do some work with ranged cells and I'd like to know if there's a way to know which cells are merged together. Cheers, Omni
View ArticleSource code checked in, #cdda0846458076f78256466460d15da8713363cc
range.IsMerged() checks all cells, not just used ones.
View ArticleNew Post: How to determine if two cells are merged together
Pick up the latest source code (just fixed a minor issue). You're looking for: range.IsMerged - Tells you is any cell in the range is part of a merge. worksheet.MergedRanges - Tells you the specific...
View ArticleNew Post: ClosedXML and Compact Framework
ClosedXML uses part of MS Open XML SDK 2.0 which to my knowledge isn't compatible with CE. Can you run any of the Open XML SDK examples with the Compact Framework?
View ArticleNew Post: Error in CalcEngine when use ISERROR function
ISERROR isn't supported yet. It requires some rethinking of the way cell values are stored so don't wait for it. Sorry.
View ArticleNew Post: Value was either too large or too small for an Int32
I have updated to version 0.69.1, This line is executed to be wrong. var workbook = new XLWorkbook(file); // error message: Value was either too large or too small for an Int32 The file link:issue.xlsx
View ArticleNew Post: Value was either too large or too small for an Int32
I got : set PageSetup FirstPageNumber from auto to 1 can resolve this issue.
View ArticleCreated Unassigned: Rels file contains invalid (sort of) reference. [9320]
When saving a workbook, the rels file in the package refers to the workbook as "/xl/workbook.xml".When opening in Excel it doesn't care, but if you save the file using excel (after opening it) the...
View ArticleCreated Unassigned: borderstyle problem [9321]
Hello,I have an issue, i'm working with MS Dynamics AX 2009.I need to apply a border style, but the values for the XLBorderStyleValues enum aren't showing up.I believe it should be like...
View ArticleEdited Unassigned: borderstyle problem [9321]
Hello,I have an issue, i'm working with MS Dynamics AX 2009.I need to apply a border style, but the values for the XLBorderStyleValues enum aren't showing up.I believe it should be like...
View ArticleEdited Unassigned: borderstyle problem [9321]
Hello,I have an issue, i'm working with MS Dynamics AX 2009.I need to apply a border style, but the values for the XLBorderStyleValues enum aren't showing up.I believe it should be like this:```style =...
View ArticleEdited Unassigned: borderstyle problem [9321]
Hello,I have an issue, i'm working with MS Dynamics AX 2009.I need to apply a border style, but the values for the XLBorderStyleValues enum aren't showing up.I believe it should be like this:```style =...
View Article