Commented Unassigned: EPPlus Barchart bars not showing colors for negative...
I am using a BarClustered chart using EPPlus for Excel Package in C#. I am able to generate the bar chart as required. Only problem I am facing is that when I have a negative value, the bar does not...
View ArticleCommented 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 ArticleEdited 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: Charts EEplus with values not from a range of cells [15054]
I'm using eeplus to generate an excel workbook. I want to make series values assigned by a list that I'm defining and not from a range of cells in the excel library i can do this:series1.Values =...
View ArticleCreated Unassigned: ExcelFunction's ArgToDecimal method returns Double [15055]
I've been toying with the custom formula engine in the 4.0 Beta, and I couldn't help but notice that in the ExcelFunction class, there is the following code:```protected double ArgToDecimal(object...
View ArticleCreated Unassigned: Setting null or blank formula on a multi-cell range...
Using 3.1 Stable (https://epplus.codeplex.com/SourceControl/changeset/d09aa5eaced9) : var path = @"C:\path\to\output.xlsx"; var file = new FileInfo(path); file.Delete(); using (var ep = new...
View ArticleCreated Unassigned: ExcelWorksheets Class "Add(string Name)" Method trims the...
I am using EpPlus (version 3.1.3.0) and observed that, when I add a new worksheet to workbook with a name of 35 char, it trims the name to 31 char. Do we have any newer version with the fix.
View ArticleCommented Unassigned: ExcelWorksheets Class "Add(string Name)" Method trims...
I am using EpPlus (version 3.1.3.0) and observed that, when I add a new worksheet to workbook with a name of 35 char, it trims the name to 31 char. Do we have any newer version with the fix.Comments: I...
View ArticleCommented Unassigned: ExcelWorksheets Class "Add(string Name)" Method trims...
I am using EpPlus (version 3.1.3.0) and observed that, when I add a new worksheet to workbook with a name of 35 char, it trims the name to 31 char. Do we have any newer version with the fix.Comments:...
View ArticleCommented Unassigned: ExcelWorksheets Class "Add(string Name)" Method trims...
I am using EpPlus (version 3.1.3.0) and observed that, when I add a new worksheet to workbook with a name of 35 char, it trims the name to 31 char. Do we have any newer version with the fix.Comments:...
View ArticleCreated Unassigned: Unable to define worksheet [15058]
Am running the below code. When i step through the code in debug it works. When i build my solution and run it i get the following error Object reference not set to an instance of an object The version...
View ArticleEdited Unassigned: Unable to define worksheet (similar to discussion:402213)...
Am running the below code. When i step through the code in debug it works. When i build my solution and run it i get the following error Object reference not set to an instance of an object The version...
View ArticleEdited 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 ArticleCommented 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 ArticleEdited Unassigned: NULL values are not considering as empty cells [15050]
When we use LOADFROMDATATABLE method to export the datatable into excel file, if the datatable has NULL value in it the excel file shows empty cells. But when we select only those empty cells, it is...
View ArticleCommented Unassigned: NULL values are not considering as empty cells [15050]
When we use LOADFROMDATATABLE method to export the datatable into excel file, if the datatable has NULL value in it the excel file shows empty cells. But when we select only those empty cells, it is...
View ArticleEdited Unassigned: Possible Beta 4 Regression When Saving 'Styles.xml' [15051]
The Beta 4 release appears to have introduced a regression when serializing Styles.xml. The resulting saved .xlsx file cannot be read by Google Sheets. Google Sheets fails with the error "Google Drive...
View ArticleCommented Unassigned: Possible Beta 4 Regression When Saving 'Styles.xml'...
The Beta 4 release appears to have introduced a regression when serializing Styles.xml. The resulting saved .xlsx file cannot be read by Google Sheets. Google Sheets fails with the error "Google Drive...
View ArticleEdited Unassigned: Setting null or blank formula on a multi-cell range causes...
Using 3.1 Stable (https://epplus.codeplex.com/SourceControl/changeset/d09aa5eaced9) : var path = @"C:\path\to\output.xlsx"; var file = new FileInfo(path); file.Delete(); using (var ep = new...
View ArticleCommented Unassigned: Setting null or blank formula on a multi-cell range...
Using 3.1 Stable (https://epplus.codeplex.com/SourceControl/changeset/d09aa5eaced9) : var path = @"C:\path\to\output.xlsx"; var file = new FileInfo(path); file.Delete(); using (var ep = new...
View Article