Commented Issue: Can't add comment with excel2013 and vs2010. [14835]
Here's my code:var comment = xlSheet.Cells[iDataRow, iCol].AddComment(sb4info.ToString(), "Dean");After that, I opened the excel file. And then there's an error msg:<?xml version="1.0"...
View ArticleCommented Issue: Column width discrepancy [12457]
Hi Jan,I have noticed that when I set a column width there is a discrepancy between the width that I set in code and what Excel reports.From the code below, Excel reports the width to be 11.27.Excel...
View ArticleCreated Issue: Insert Row does the Infamous Unreadable Content Error [14836]
First of all, here's my code```if (rowsToAdd > 0) { outputSheet.InsertRow(revenueActualDestRow, rowsToAdd, revenueActualDestRow); // Revenue outputSheet.InsertRow(expenseActualDestRow + rowsToAdd,...
View ArticleCreated Issue: German Excel File opend and saved with EPPlus leads to "Excel...
I created two empty excel files (Open Excel, change nothing, save as...). The first one was created using a german localized version of excel. The second file was created using an english version of...
View ArticleEdited Issue: German Excel File opend and saved with EPPlus leads to "Excel...
I created two empty excel files (Open Excel, change nothing, save as...). The first one was created using a german localized version of excel. The second file was created using an english version of...
View ArticleEdited Issue: German Excel File opend and saved with EPPlus leads to "Excel...
I created two empty excel files (Open Excel, change nothing, save as...). The first one was created using a german localized version of excel. The second file was created using an english version of...
View ArticleEdited Issue: German Excel File opend and saved with EPPlus leads to "Excel...
I created two empty excel files (Open Excel, change nothing, save as...). The first one was created using a german localized version of excel. The second file was created using an english version of...
View ArticleCommented Issue: Named Ranges behaviour / bugs [13635]
Hi there, I started using the code library and encountered some unexpected behaviour. My workaround exposed other issues, which I've fixed on my end. I'm not sure what to do about posting changes, so I...
View ArticleCreated Unassigned: ExcelRange copy mergecell problem [14838]
i want copy selected range with merged cells,styles and formulas but problem and not copy correct. spatial with marge cells
View ArticleCommented Issue: Size and Properties (Image) [14670]
Hello to all;I would like to give thanks to all developers who participated on this project for creating such a great tool for us to use freely.I created this topic/issue so I can raise my minor...
View ArticleCommented Issue: Size and Properties (Image) [14670]
Hello to all;I would like to give thanks to all developers who participated on this project for creating such a great tool for us to use freely.I created this topic/issue so I can raise my minor...
View ArticleCommented Issue: Size and Properties (Image) [14670]
Hello to all;I would like to give thanks to all developers who participated on this project for creating such a great tool for us to use freely.I created this topic/issue so I can raise my minor...
View ArticleCommented Unassigned: ExcelRange copy mergecell problem [14838]
i want copy selected range with merged cells,styles and formulas but problem and not copy correct. spatial with marge cellsComments: Please provide a reproducible sample
View ArticleCreated Unassigned: NuGet package update [14839]
Can anyone update NuGet package? Last update on NuGet server was in 6th November. This package has few problems. Last commit is definitly better (301d4b8c18fc) :)Maybe it's time for version upgrade?
View ArticleEdited Unassigned: NuGet package update [14839]
Can anyone update NuGet package? Last update on NuGet server was in 6th November. This package has few problems. Last commit is definitly better (301d4b8c18fc) :)Maybe it's time for version upgrade?
View ArticleCommented Unassigned: NuGet package update [14839]
Can anyone update NuGet package? Last update on NuGet server was in 6th November. This package has few problems. Last commit is definitly better (301d4b8c18fc) :)Maybe it's time for version upgrade?...
View ArticleCommented Issue: Custom Pivot table : editing a Σ field crashes Excel [14798]
See attached test project and see attached Excel file.Clicking on "Records Not Processed" and "Value Field Settings" crashes Excel ???The Pivot table is created using this code:```public class...
View ArticleCommented Issue: Custom Pivot table : editing a Σ field crashes Excel [14798]
See attached test project and see attached Excel file.Clicking on "Records Not Processed" and "Value Field Settings" crashes Excel ???The Pivot table is created using this code:```public class...
View ArticleCommented Issue: ExcelPackage.Save() never returns under multi threaded...
Hello,In a console app I'm processing 150+ text files, doing multiple computation on them, and saving each of them to excel. To do so, I fill a FileInfo List with the text files and then call the...
View ArticleCreated Unassigned: Multi-threading issue - out of memory exception [14840]
Hi,I was trying to parallelize epplus by using multi-threading. I tried to spawn 20 threads with each thread generating 1000 sheets with 10 column and 26 rows. The program consumes memory up to 1.8GB...
View Article