Created Unassigned: how to use pieofpie [15203]
Hello all, I need to represent two groups of the same data in a unique graph, if possible.A pie (TOTAL_DATA) with a normal row (Item), column(Nr) data and another pie (GROUPED_DATA) with the same data...
View ArticleEdited Unassigned: how to use pieofpie [15203]
Hello all, I need to represent two groups of the same data in a unique graph, if possible.A pie (TOTAL_DATA) with a normal row (Item), column(Nr) data and another pie (GROUPED_DATA) with the same data...
View ArticleEdited Unassigned: how to use pieofpie [15203]
Hello all, I need to represent two groups of the same data in a unique graph, if possible.A pie (TOTAL_DATA) with a normal row (Item), column(Nr) data and another pie (GROUPED_DATA) with the same data...
View ArticleCreated Unassigned: [4.0.3] ExcelRangeBase: Copy does not paste Flag [15204]
Hi,I'm new to EPPlus and first of all I have say thanks for this library and for your work.When I began to use the ExcelBaseRange.Copy I noticed that you copy Range flags```if...
View ArticleCommented Unassigned: [4.0 RC1] Cell.Value sometimes returns "&" instead...
In some cases Value property of a Cell object returns string, that contains "& ;" (without space between 'amp' and ';') instead of valid "&".Comments: I'm getting this issue on the latest...
View ArticleCreated Unassigned: Cell.Value sometimes returns "&" instead of "&" still...
Cell.Value sometimes returns "&" instead of "&" still persists in new release.It was supposed to be resolved on b0be4ad76772.
View ArticleCreated Unassigned: Created & Modified doc properties cause unreadable...
Setting the document core properties: 'created' or 'modified' will result in unreadable content.The following is...
View ArticleEdited Unassigned: Created & Modified doc properties cause unreadable content...
Setting the document core properties: 'created' or 'modified' will result in unreadable content.The following is...
View ArticleCreated Unassigned: Bug with Dispose method [15207]
When used in a using code block and calling individual Dispose() methods, when exiting the using block an "object not set to an instance of an object" exception is thrown.Code to reproduce:```using...
View ArticleCreated Unassigned: Concurrency management and performance in...
Concurrency seems not to be managed properly in TokenSeparatorProvider.cs:* A lock is performed on a variable that is exposed externally (_tokens)* A lock is not performed on a variable while it could...
View ArticleEdited Unassigned: Concurrency management and performance in...
Concurrency seems not to be managed properly in TokenSeparatorProvider.cs:* A lock is performed on a variable that is exposed externally (_tokens)* A lock is not performed on a variable while it could...
View ArticleCommented Unassigned: Concurrency management and performance in...
Concurrency seems not to be managed properly in TokenSeparatorProvider.cs:* A lock is performed on a variable that is exposed externally (_tokens)* A lock is not performed on a variable while it could...
View ArticleEdited Unassigned: Concurrency management and performance in...
Concurrency seems not to be managed properly in TokenSeparatorProvider.cs:* A lock is performed on a variable that is exposed externally (_tokens)* A lock is not performed on a variable while it could...
View ArticleCommented Unassigned: Concurrency management and performance in...
Concurrency seems not to be managed properly in TokenSeparatorProvider.cs:* A lock is performed on a variable that is exposed externally (_tokens)* A lock is not performed on a variable while it could...
View ArticleCommented Unassigned: Unhandled exception in ExcelRange.Copy with merged...
Tying to execute ExcelRange.Copy on range with merged cells result in exception "Can't merge and already merged range".Example code attached.Comments: This function works perfectly at version __3.1.3.3__!
View ArticleEdited Unassigned: [4.0.3] Unhandled exception in ExcelRange.Copy with merged...
Tying to execute ExcelRange.Copy on range with merged cells result in exception "Can't merge and already merged range".Example code attached.
View ArticleCommented Unassigned: [4.0.3] Unhandled exception in ExcelRange.Copy with...
Tying to execute ExcelRange.Copy on range with merged cells result in exception "Can't merge and already merged range".Example code attached.Comments: Added version number to issue title.
View ArticleEdited Unassigned: [4.0.3] Incorrect Value property on ExcelRange with merged...
Calling Value property on ExcelRange object with merged cells results in array of the correct size, but all the values are the value of the first cell of the range.
View ArticleCreated Unassigned: Configuration to use zero-based index? [15209]
Three most popular Excel programming libraries are EPPlus, Gembox and LinqToExcel.Only EPPlus uses 1-based index which is counter-intuitive and throws many people off.How hard would It be to build in...
View ArticleCreated Unassigned: Error in styles with delete rows [15210]
Hello, I found an error with the styles in cells after deleting rows....
View Article