Closed Unassigned: external file cell in formula [15365]
How can get the value of external cell calculation in excel sheet? I use .Calculate method but still It does not return any value....
View ArticleEdited Unassigned: Formulas within existing rows are corrupted when a new row...
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 ArticleCommented 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 ArticleClosed Issue: ExcelRichText.PreserveSpace still removes leading and trailing...
Using cell's RichText collection to display mixed style formatting in one cell is great!The issue is that the PreserveSpace feature (which should be true by default) is not working.Here I'd like to...
View ArticleEdited Unassigned: After delete the column , only the column is cleared [15284]
on ExcelWorksheet.DeleteRow```public void DeleteRow(int rowFrom, int rows)..._values.Delete(rowFrom, 0, rows, ExcelPackage.MaxColumns);```on CellStore.Delete```internal void Delete(int fromRow, int...
View ArticleCommented Unassigned: After delete the column , only the column is cleared...
on ExcelWorksheet.DeleteRow```public void DeleteRow(int rowFrom, int rows)..._values.Delete(rowFrom, 0, rows, ExcelPackage.MaxColumns);```on CellStore.Delete```internal void Delete(int fromRow, int...
View ArticleEdited Unassigned: ExcelWorksheet.DeleteColumn() doesn't remove the column...
When I call ExcelWorksheet.DeleteColumn(int column), the column data is simply cleared out. How do I remove the column itself?I tried using the solution on this page:...
View ArticleCommented Unassigned: ExcelWorksheet.DeleteColumn() doesn't remove the column...
When I call ExcelWorksheet.DeleteColumn(int column), the column data is simply cleared out. How do I remove the column itself?I tried using the solution on this page:...
View ArticleCreated Unassigned: Conflict between FitToWidth and PageBreak [15400]
Maybe I'm doing something wrong, but I'm trying fit all columns across my page., But, if I've set any manual page breaks, it doesn't work. When I open the resulting spreadsheet in Excel, it shows that...
View ArticleEdited Unassigned: Conflict between FitToWidth and PageBreak [15400]
Maybe I'm doing something wrong, but I'm trying fit all columns across my page., But, if I've set any manual page breaks, it doesn't work. When I open the resulting spreadsheet in Excel, it shows that...
View ArticleCommented Unassigned: Conflict between FitToWidth and PageBreak [15400]
Maybe I'm doing something wrong, but I'm trying fit all columns across my page., But, if I've set any manual page breaks, it doesn't work. When I open the resulting spreadsheet in Excel, it shows that...
View ArticleCommented Unassigned: ExcelPicture.SetPosition(int Row, int RowOffsetPixels,...
I have some trouble with this method:```ExcelPicture.SetPosition(int Row, int RowOffsetPixels, int Column, int ColumnOffsetPixel) ```Code example```ExcelPackage pck = new ExcelPackage();ExcelWorksheet...
View ArticleEdited Unassigned: ExcelPicture.SetPosition(int Row, int RowOffsetPixels, int...
I have some trouble with this method:```ExcelPicture.SetPosition(int Row, int RowOffsetPixels, int Column, int ColumnOffsetPixel) ```Code example```ExcelPackage pck = new ExcelPackage();ExcelWorksheet...
View ArticleCommented Unassigned: ExcelPicture.SetPosition(int Row, int RowOffsetPixels,...
I have some trouble with this method:```ExcelPicture.SetPosition(int Row, int RowOffsetPixels, int Column, int ColumnOffsetPixel) ```Code example```ExcelPackage pck = new ExcelPackage();ExcelWorksheet...
View ArticleClosed Unassigned: Scatterchart line [15392]
Hi i created scatterchart excel from c# code.i got excel as needed.bt i need one help from you ,not connceted a points in graph.only show the points. for your reference here attached my excel...
View ArticleCreated Unassigned: InvalidOperationException when saving package [15401]
I am trying to import a worksheet that references a vmlDrawing part using code similar to this: using (ExcelPackage xls = new ExcelPackage()){ using (ExcelPackage source = new ExcelPackage(new...
View ArticleEdited Unassigned: InvalidOperationException when saving package [15401]
I am trying to import a worksheet that references a vmlDrawing part using code similar to this: using (ExcelPackage xls = new ExcelPackage()){ using (ExcelPackage source = new ExcelPackage(new...
View ArticleEdited Unassigned: ExcelPicture.SetPosition(int Row, int RowOffsetPixels, int...
If you add an image with too much negative offset, you get a unfortunate bug that only shows up if you change the excel document later on.To reproduce, run this```ExcelPackage pck = new...
View ArticleCommented Unassigned: ExcelPicture.SetPosition(int Row, int RowOffsetPixels,...
If you add an image with too much negative offset, you get a unfortunate bug that only shows up if you change the excel document later on.To reproduce, run this```ExcelPackage pck = new...
View ArticleClosed Unassigned: MS Access can not import file generated by EPP. [15381]
[Full description here](https://epplus.codeplex.com/discussions/647427) - link to EPP discussion post.Any file created with App can not be imported by Access.Work around is: Open by Excel and save...
View Article