Edited 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 ArticleNew Post: Issue while copying worksheets
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 ArticleNew Post: Issue while copying worksheets
There's already a sheet with the same name in the workbook.
View ArticleClosed 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 ArticleSource code checked in, #f0298199750f1ab5a2ef1903cbe8d470aa53ea5d
Fix worksheets not calling global named ranges created by another worksheet.
View ArticleNew Post: calc value from NamedRange between different worksheet
Pick up the latest source code.
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 ArticleSource code checked in, #ee0f677189772b07f714fa6bbf4d6c86925503e0
Fix pivot table fields
View ArticleClosed Unassigned: XLSM save file get corrupted [9331]
I'm using Closed XML for .Net 4.0 with Macro Enabled Excel, In the sheet I have some buttons, these buttons attached to macros, after opening and then saving the document using closed XML it get...
View ArticleReleased: ClosedXML 0.73.0 (Jun 24, 2014)
ee0f67718977 Fix pivot table fields f0298199750f Fix worksheets not calling global named ranges created by another worksheet. 66c12538bf5e Fixed a bug with formulas and strings b07f23417458 Quick fix...
View ArticleCreated Release: ClosedXML 0.73.0 (Jun 24, 2014)
ee0f67718977Fix pivot table fieldsf0298199750fFix worksheets not calling global named ranges created by another worksheet.66c12538bf5eFixed a bug with formulas and stringsb07f23417458Quick...
View ArticleNew Post: PivotTable row and column labels broken by recent change?
Great, thanks, I can confirm the latest NuGet (0.73.0) works fine in my system.
View ArticleNew Post: Worksheet Copy to another will lost the name of named cell?
Hi, There have two workbook and workbookA has some named cell in sheet1 and when I copy to the sheet1 to another workbook then I found the name of the named cell will be lost in the WorkbookB. I'm not...
View ArticleNew Post: Issue while copying worksheets
MDeLeon.. Thanks for the reply.. That workbook doesnt have any worksheets in it.. I am getting the same error even I change it to following code.public void WriteStaticSheets(XLWorkbook wb) { var...
View ArticleNew Post: Issue while copying worksheets
Your code does the following. 1) find a worksheet in the workbook 2) add that worksheet into the same workbook without changing the name The result is that it finds that a worksheet already exists in...
View ArticleCreated Unassigned: Named Reference Conaining Table or Formula Produces...
If I have defined a name that refers to a table range or formula, the ranges property produces an "Invalid Operation Exception"For exampleName -> ProductionNightDayRefersTo ->...
View ArticleNew Post: Issue while copying worksheets
roberttanenbaum, If you notice, my code doesn't add the worksheet into the same workbook, instead it adds into the workbook wb which is sent as a parameter. I even tried with ws.CopyTo(wb,"NewName"),...
View ArticleNew Post: Issue while copying worksheets
I got the same exception but there are not exist the same name sheet. Interesting and there are two sheet in workbook A,named 'Sheet999' and 'Travel',one of this sheet 'Sheet999' can be copy to another...
View Article