Commented Unassigned: Validation lists to long [14907]
Validation list can overflow and produced excel file is corrupted, excel then removes this validation after this warning :**We found a problem with some content in ...**Problem is that all data from...
View ArticleClosed Unassigned: Validation lists to long [14907]
Validation list can overflow and produced excel file is corrupted, excel then removes this validation after this warning :**We found a problem with some content in ...**Problem is that all data from...
View ArticleCreated Unassigned: Handling huge ExcelWorksheet [15185]
Hello, I'm using EPPlus to create xls report on daily and weekly basis. But sometimes the timeline is greater than one year and, in my last case it was three year, so the total amount of rows are...
View ArticleEdited Unassigned: Handling huge ExcelWorksheet [15185]
Hello, I'm using EPPlus to create xls report on daily and weekly basis. But sometimes the timeline is greater than one year and, in my last case it was three year, so the total amount of rows are...
View ArticleCreated Unassigned: "Number saved as text" [15186]
When i open files XLSX edited by EPPlus in Microsoft Office Excel i get a warning (notice, comment) message for EACH cell with custom formatted number. This is really not cool.1. Why this happens?2....
View ArticleCommented Unassigned: Handling huge ExcelWorksheet [15185]
Hello, I'm using EPPlus to create xls report on daily and weekly basis. But sometimes the timeline is greater than one year and, in my last case it was three year, so the total amount of rows are...
View ArticleCommented Unassigned: "Number saved as text" [15186]
When i open files XLSX edited by EPPlus in Microsoft Office Excel i get a warning (notice, comment) message for EACH cell with custom formatted number. This is really not cool.1. Why this happens?2....
View ArticleEdited Unassigned: "Number saved as text" [15186]
When i open files XLSX edited by EPPlus in Microsoft Office Excel i get a warning (notice, comment) message for EACH cell with custom formatted number: "Number saved as text. Convert?"This is really...
View ArticleCommented Unassigned: "Number saved as text" [15186]
When i open files XLSX edited by EPPlus in Microsoft Office Excel i get a warning (notice, comment) message for EACH cell with custom formatted number: "Number saved as text. Convert?"This is really...
View ArticleCreated Unassigned: Part Already Exist exception when calling SaveAs() [15187]
Why does this code cause an exception? private void PopulateReport(){ using (ExcelPackage excel = new ExcelPackage()){ excel.Workbook.Worksheets.Add(WORKSHEET_SUMMARY); ExcelWorksheet summarySheet =...
View ArticleEdited Unassigned: Part Already Exist exception when calling SaveAs() [15187]
Why does this code cause an exception? private void PopulateReport(){ using (ExcelPackage excel = new ExcelPackage()){ excel.Workbook.Worksheets.Add(WORKSHEET_SUMMARY); ExcelWorksheet summarySheet =...
View ArticleEdited Unassigned: Part Already Exist exception when calling SaveAs() [15187]
Why does this code cause an exception? private void PopulateReport(){ using (ExcelPackage excel = new ExcelPackage()){ excel.Workbook.Worksheets.Add(WORKSHEET_SUMMARY); ExcelWorksheet summarySheet =...
View ArticleCommented Unassigned: "Number saved as text" [15186]
When i open files XLSX edited by EPPlus in Microsoft Office Excel i get a warning (notice, comment) message for EACH cell with custom formatted number: "Number saved as text. Convert?"This is really...
View ArticleCommented Unassigned: Problem with TotalsRowFunction in 4.0 beta [15084]
I think I found a bug in the 4.0 beta. It has to do with the TotalsRowFunction on a table. I've attached a sample app to reproduce the bug with sample outputs from both the latest 4.0.0.1 and 3.1.3.0...
View ArticleCreated Unassigned: Date Format Not Working When LoadFromDataTable [15188]
I upgraded from version 3.1 to 4.0 and when using Cell[].Text on a date field it returns a number instead of the date. I found that in ExcelRangeBase.cs - GetFormattedText the line var nfID =...
View ArticleCreated Unassigned: Calculated cell - v3 vs. v4 [15189]
I have an application which copies an existing excel file into a new file, opens it, add its own data then saves the file. The application has not changed at all with the exception of changing from...
View ArticleCreated Unassigned: Modyfying the comments collection causes document...
There is a bug with reusing the memory stream on save when the comments collection is modified. If the new comment xml byte stream is shorter than what was previously read, the old content will spill...
View ArticleEdited Unassigned: Modyfying the comments collection causes document...
There is a bug with reusing the memory stream on save when the comments collection is modified. If the new comment xml byte stream is shorter than what was previously read, the old content will spill...
View ArticleCommented Unassigned: Modyfying the comments collection causes document...
There is a bug with reusing the memory stream on save when the comments collection is modified. If the new comment xml byte stream is shorter than what was previously read, the old content will spill...
View ArticleCreated Unassigned: LoadFromDataTable: Ampersand "&" changed to "& ;" [15191]
ExcelRangeBase.LoadFromDataTable Ampersands "&" in data are changed to "& ;" (without space) when loading cells from a GridView's DataTable.DataTable gridViewTable =...
View Article