New Comment on "Accessing Named Ranges"
Is there a way to remove a range? Not the content of the range but the range itself.
View ArticleCreated Unassigned: Problem inserting Conditional Formulas [9332]
Hi,I finding issues in inserting conditional formulas in closed xml. For Example:If I want to insert following formula into excel sheet=IF(A1 > 0, Yes, No)It appears as =IF(A1 > 0 ; Yes ; No)...
View ArticleNew Post: Copy Worksheet is very very slow
Unfortunately you're going to have to go with SAX: http://blogs.msdn.com/b/brian_jones/archive/2010/06/22/writing-large-excel-files-with-the-open-xml-sdk.aspx ClosedXML isn't the right tool for this...
View ArticleNew Post: Copy Worksheet is very very slow
I will read up on this. If I can just replace the merge I am good.
View ArticleSource code checked in, #66c12538bf5e7a6b20d66f08cba269eb730a4431
Fixed a bug with formulas and strings
View ArticleClosed Unassigned: Problem inserting Conditional Formulas [9332]
Hi,I finding issues in inserting conditional formulas in closed xml. For Example:If I want to insert following formula into excel sheet=IF(A1 > 0, Yes, No)It appears as =IF(A1 > 0 ; Yes ; No)...
View ArticleNew Post: InsertRowsBelow bug?
It works exactly as it's supposed to work. The named range "_MergedCell" points to the cell "A1" not "A1:B1". So when you call .Range("_MergedCell") it's the same as calling .Range("A1")
View ArticleNew Post: Copy Worksheet is very very slow
Did you have any idea why the copyto function takes so much time and memory? Is there anything I could do to cut down on either the processing time or the amount of memory used? I am sure it is keeping...
View ArticleNew Post: Copy Worksheet is very very slow
Yes, it does keep the entire workbook in memory before saving it to disk. This is why I find it so odd that it works one way but not the other. Either way the entire workbook is kept in memory. You can...
View ArticleNew Post: Problem inserting conditional formulas
Hi, I finding issues in inserting conditional formulas in closed xml. For Example: If I want to insert following formula into excel sheet =IF(A1 > 0, Yes, No) It appears as =IF(A1 > 0 ; Yes ; No)...
View ArticleCommented Unassigned: Problem inserting Conditional Formulas [9332]
Hi,I finding issues in inserting conditional formulas in closed xml. For Example:If I want to insert following formula into excel sheet=IF(A1 > 0, Yes, No)It appears as =IF(A1 > 0 ; Yes ; No)...
View ArticleReopened Unassigned: Problem inserting Conditional Formulas [9332]
Hi,I finding issues in inserting conditional formulas in closed xml. For Example:If I want to insert following formula into excel sheet=IF(A1 > 0, Yes, No)It appears as =IF(A1 > 0 ; Yes ; No)...
View ArticleEdited Unassigned: Problem inserting Conditional Formulas [9332]
Hi,I finding issues in inserting conditional formulas in closed xml. For Example:If I want to insert following formula into excel sheet=IF(A1 > 0, Yes, No)It appears as =IF(A1 > 0 ; Yes ; No)...
View ArticleNew Post: PivotTable row and column labels broken by recent change?
I'm using code to dynamically create a spreadsheet to export data from a database. I've taken my code, put in one row of hard-coded sample data, and removed most of the columns to leave a fairly simple...
View ArticleNew Post: calc value from NamedRange between different worksheet
Hi,this is not the result that I want and please do me a favor. :-D Example,[Case A] In Sheet1 has Named cell ,_tmpResult (Address:A1),_tmpA (Address:B1,value:1) ,_tmpB(Address:C1,value:2) and...
View ArticleNew Post: Iphone-Ipad cant open genereted files
Problem could be not in ClosedXml, but in openXml, because i tried to use it and caught the same error on iphone.
View ArticleCreated Unassigned: Issue while copying worksheets [9333]
Hi,I am trying to copy worksheets from one workbook to another. But AddWorksheet() & copyTo() methods throws "An item with the same key has already been added" exception while copying.Here is the...
View ArticleEdited Unassigned: Issue while copying worksheets [9333]
Hi,I am trying to copy worksheets from one workbook to another. But AddWorksheet() & copyTo() methods throws "An item with the same key has already been added" exception while copying.Here is the...
View ArticleEdited Unassigned: Issue while copying worksheets [9333]
Hi,I am trying to copy worksheets from one workbook to another. But AddWorksheet() & copyTo() methods throws "An item with the same key has already been added" exception while copying.Here is the...
View ArticleEdited Unassigned: Issue while copying worksheets [9333]
Hi,I am trying to copy worksheets from one workbook to another. But AddWorksheet() & copyTo() methods throws "An item with the same key has already been added" exception while copying.can anyone...
View Article