Created Unassigned: IXLWorksheet.CopyTo doesn't copy DrawingsPart [9472]
I understand that working with DrawingsPart isn't supported, but it would be very useful in my situation to have that part copied when I use CopyTo to duplicate a worksheet. As it stands now, the new...
View ArticleCommented Unassigned: IXLWorksheet.CopyTo doesn't copy DrawingsPart [9472]
I understand that working with DrawingsPart isn't supported, but it would be very useful in my situation to have that part copied when I use CopyTo to duplicate a worksheet. As it stands now, the new...
View ArticleCommented Unassigned: Out Of Memory Creating file [9470]
I am creating an excel file. I cannot seem to get more than 100,000 rows total per workbook before getting an out memory exception. I have turned tracking off.What do I need to supply to help you give...
View ArticleNew Post: Error
var sortState = new SortState { Reference = filterRange.Range(filterRange.FirstCell().CellBelow(), filterRange.LastCell()).RangeAddress. //Why CellBelow()? ToString() };
View ArticleCommented Unassigned: Hide does not hide Worksheet [9453]
Can someone explain why the code below does not actually hide the worksheet? workbook.Worksheet("Saber Tooth Audit Legend").Hide(); workbook.Worksheet("Saber Tooth Audit Legend").Visibility =...
View ArticleCreated Unassigned: ASPNETCOMPILER: Type...
TFS deployment run to error:ASPNETCOMPILER: Type 'DocumentFormat.OpenXml.OpenXmlElement' is a recursive collection data contract which is not supported. Consider modifying the definition of collection...
View ArticleEdited Unassigned: ASPNETCOMPILER [9473]
TFS deployment run to error:ASPNETCOMPILER: Type 'DocumentFormat.OpenXml.OpenXmlElement' is a recursive collection data contract which is not supported. Consider modifying the definition of collection...
View ArticleCommented Unassigned: Error when i try release my project using CodeXML [9471]
When i try release my project, the error is in spanish and say __Advertencia 1 La referencia principal "ClosedXML" no se pudo resolver porque se generó con la versión de .NET Framework...
View ArticleNew Post: Lost header and footer when copy worksheet
any plans to add support for images any time soon? would be super useful to my situation where I need to have a logo in the header. thanks!
View ArticleNew Comment on "Adding DataTable as Worksheet"
It seems that the actual creating of rows/columns for the sheet occurs during the workbook save process. There doesn't seem to be a way to insert content on the worksheet prior to the save.
View ArticleCreated Unassigned: Read Excel [9474]
I am trying to read excel and convert it to DataTable but getting error in first statement itself var workbook = new XLWorkbook(filePath);or var stream = File.Open(filePath, FileMode.Open,...
View ArticleNew Post: Many dataset to one sheet
Hi, I know how to save one dataset/datatable in one excel sheet (eg. wb.Worksheets.Add(GetData("EXCEL"), "Shipments")). But is it possible to save eg. 3 datasets in one sheet? I have StoredProc which...
View ArticleNew Comment on "Conditional Formatting"
hi. I'm in argentina. Inmy Excel App, i use a formula "=PROMEDIO(10;2)" but in english its AVERAGE but if i use AVERAGE i have an error. How must do with this issues ?
View ArticleNew Post: Disable auto formating creating a Excel file
Hi, I have a problem that some values look like dates ("12-01-00-06") and the api is converting them to custom date time format and messes the data up. I have tried this: worksheet.Cell("A2").DataType...
View ArticleCreated Unassigned: Incorrect formatting of many cells using Worksheet.CopyTo...
Hello,I ran across an issue that took me several hours to narrow down what was actually happening, since it seemed very random. However, once I simplified my code, I finally found how to re-produce it...
View ArticleNew Post: Formulas in datatable from Database
Is there a way to tell ClosedXML to look for Formulas in the data table and process them accordingly? Currently my database call returns a data table that contains an =HYPERLINK formula and it shows up...
View ArticleNew Post: Problem with the formula
Replace the Semicolons ";" with commas "," to read like this:worksheets.Cell(2, 2).FormulaA1 = "=IF(A6>$A$4,0,1-(E6+F6)/C6)"; I will typically test out the formula manually in Excel to see if it...
View ArticleNew Post: Table & Charting
I know this is an old discussion, but I have browsed the sources and saw the XLChart exists, but it is not publicly exposed: IXLWorksheet has it commented out. Can anyone say what is the status of its...
View ArticleNew Post: Read excel file located at web server
Is it possible to read excel file located at web server using closed xml. I have tried but it popped out "URI formats are not supported". fName = "http://cip-mis.aviyaan.com/.........../a.xlsx" Dim...
View Article