Edited Unassigned: Copy shape from one file to another [15293]
> Last version tested: 4.0.4> Last version with bug: 4.0.4I just found a solution to clone shapes from one file to another.Just add this to your ExcelDrawings.cs```C#/// <summary>/// Add a...
View ArticleCommented Unassigned: Copy shape from one file to another [15293]
> Last version tested: 4.0.4> Last version with bug: 4.0.4I just found a solution to clone shapes from one file to another.Just add this to your ExcelDrawings.cs```C#/// <summary>/// Add a...
View ArticleEdited Unassigned: Pivot table corrupts the document [15295]
I attach input.xlsx. When I open this file with EPPlus, and save it, this results in output.xlsx, which is also attached. When I open output.xlsx in Excel, it gives me error saying the file is corrupt....
View ArticleCommented Unassigned: Pivot table corrupts the document [15295]
I attach input.xlsx. When I open this file with EPPlus, and save it, this results in output.xlsx, which is also attached. When I open output.xlsx in Excel, it gives me error saying the file is corrupt....
View ArticleEdited Unassigned: WORKDAY formula with negative number of days added [15334]
I have a formula to find the date two workdays ago.=WORKDAY(TODAY(); -2)For today (2015-08-27) it returns 2015-08-25 in ExcelBut when i calculate with EPPLUS it returns 2015-08-27It returns the same...
View ArticleEdited Unassigned: Copy Worksheet with Picture in header [15300]
After copying a worksheet with a drawing in the header, Excels reports an error and offers to resolve.The message is a Removed Part: Drawing shape. The worksbooks opens in Excel but the image in the...
View ArticleCommented Unassigned: Copy Worksheet with Picture in header [15300]
After copying a worksheet with a drawing in the header, Excels reports an error and offers to resolve.The message is a Removed Part: Drawing shape. The worksbooks opens in Excel but the image in the...
View ArticleCommented Unassigned: emails with excel files get filtered out EPPlus 4.0.4...
recently upgraded from 3.1.3.3 to 4.0.4. yesterday got a complaint from a client that emails with excel files attached, created by epplus were getting filtered out and removed in messages sent...
View ArticleCommented Unassigned: Problem saving spreadsheet with PivotTables [15266]
Latest version throwing an exception in ExcelWorkSheet.cs method SavePivotTables when using a template with pivot tables.problem line ```var ws =...
View ArticleCreated Unassigned: Copy worksheet and insert new row [15337]
When I copy a worksheet and insert a new row, the generated file is damaged. My solution is to use_added._sharedFormulas.Add(key, (Copy._sharedFormulas[key]).Clone());_in _CloneCells_ functionand using...
View ArticleEdited Unassigned: Copy worksheet and insert new row [15337]
When I copy a worksheet and insert a new row, the generated file is damaged. My solution is to use```added._sharedFormulas.Add(key, (Copy._sharedFormulas[key]).Clone(added.Name));```in _CloneCells_...
View ArticleCreated Unassigned: Hide column & autofit [15338]
Hi,If I hide column(s) and call AutoFitColumns() the columns are not longer hidden. I think the AutoFitColumns method should ignore hidden columns.Regards,Daniel
View ArticleCreated Unassigned: Formulas within existing rows are corrupted when a new...
Formulas within existing rows are corrupted when a new row is added. Formulas that reference another worksheet within the same workbook are corrupted when a new row is inserted. The error is occurring...
View ArticleCreated Unassigned: Issue with ExcelComment not being hidden [15340]
I am using EPPlus 4.0.4 thru Nuget using VS 2013. I'm setting the visible property to false on an ExcelComment and upon opening my Excel document there is my comment clearly seen plain as day. I've...
View ArticleCreated Unassigned: Merged cells detection: two distinct merged cells seen as...
I've recently noticed that when having two merged cells next to one another, the ExcelRange that matches both cells is seen as merged.For instance, using this code:```var file = new...
View ArticleEdited Unassigned: Merged cells detection: two distinct merged cells seen as...
I've recently noticed that when having two merged cells next to one another, the ExcelRange that matches both cells is seen as merged.For instance, using this code:```var file = new...
View ArticleCommented Unassigned: Merged cells detection: two distinct merged cells seen...
I've recently noticed that when having two merged cells next to one another, the ExcelRange that matches both cells is seen as merged.For instance, using this code:```var file = new...
View ArticleCreated Unassigned: Chart Axis Orientation [15342]
Hello,We are trying to rotate text on the Horizontal Axis of a chart so that it is 90 degrees. Is there functionality in EPPlus that allows for this. I am unable to find a way to complete this?Thank...
View ArticleCommented Unassigned: Chart Axis Orientation [15342]
Hello,We are trying to rotate text on the Horizontal Axis of a chart so that it is 90 degrees. Is there functionality in EPPlus that allows for this. I am unable to find a way to complete this?Thank...
View ArticleCreated Unassigned: epplus cannot load contents of [15343]
I try load word file with w:instrText but epplus cannot show it. Why?```<w:r w:rsidRPr="00924256"><w:rPr><w:rFonts w:ascii="Times New Roman CYR" w:hAnsi="Times New Roman CYR" w:cs="Times...
View Article