Created Unassigned: Usage of DisplayNameAttribute in LoadFromCollection...
Commit [c23b2198a450] (originating from pull request ["added displaynameattribute support"]) added support for [DisplayNameAttribute] in LoadFromCollection<T> in [ExcelRangeBase.cs].While this...
View ArticleCommented Unassigned: Usage of DisplayNameAttribute in LoadFromCollection...
Commit [c23b2198a450] (originating from pull request ["added displaynameattribute support"]) added support for [DisplayNameAttribute] in LoadFromCollection<T> in [ExcelRangeBase.cs].While this...
View ArticleCommented Issue: Use of System.IO.Packaging is not server-safe [14762]
The BCL System.IO.Packaging uses IsolatedFileStorage when the zipped XLSX file exceeds some specific boundary (I've heard different stories of 1.3MB, 7MB, and 10MB). This presents a variety of issues...
View ArticleCreated Unassigned: Could not load file or assembly EPPlus, Version=4.0.0.0...
Greetings! I try to run an executable, but get the following error: What is missing and how can I fix it without source code? Thank you!
View ArticleCreated Unassigned: Corrupted file [15012]
Hello, I have this problem: I've made some extractions with epplus. I developed them on my computer in a 3.5 .net vb web app. It's an asynchronous method, so the excel files are saved to a location...
View ArticleCommented Unassigned: Exception after inserting columns [15010]
Applying this simple diff to the test project, on the beta and on the current HEAD (90cfd9a3a979) reading the column before and after inserting, causes this exception on trying to access the newly...
View ArticleCommented Unassigned: Exception after inserting columns [15010]
Applying this simple diff to the test project, on the beta and on the current HEAD (90cfd9a3a979) reading the column before and after inserting, causes this exception on trying to access the newly...
View ArticleCommented Unassigned: InsertColumn at position 1 not working - Beta 4.0...
Hi I am trying to insert one column at position 1. However this throws exception "ColumnMax can not span over existing column 2."Following is the code for the same public static string RunSample0(...
View ArticleCommented Unassigned: Corrupted file [15012]
Hello, I have this problem: I've made some extractions with epplus. I developed them on my computer in a 3.5 .net vb web app. It's an asynchronous method, so the excel files are saved to a location...
View ArticleCommented Unassigned: Could not load file or assembly EPPlus, Version=4.0.0.0...
Greetings! I try to run an executable, but get the following error: What is missing and how can I fix it without source code? Thank...
View ArticleCommented Unassigned: Could not load file or assembly EPPlus, Version=4.0.0.0...
Greetings! I try to run an executable, but get the following error: What is missing and how can I fix it without source code? Thank...
View ArticleCommented Unassigned: Corrupted file [15012]
Hello, I have this problem: I've made some extractions with epplus. I developed them on my computer in a 3.5 .net vb web app. It's an asynchronous method, so the excel files are saved to a location...
View ArticleCommented Unassigned: Could not load file or assembly EPPlus, Version=4.0.0.0...
Greetings! I try to run an executable, but get the following error: What is missing and how can I fix it without source code? Thank...
View ArticleCommented Unassigned: Corrupted file [15012]
Hello, I have this problem: I've made some extractions with epplus. I developed them on my computer in a 3.5 .net vb web app. It's an asynchronous method, so the excel files are saved to a location...
View ArticleCommented Unassigned: Could not load file or assembly EPPlus, Version=4.0.0.0...
Greetings! I try to run an executable, but get the following error: What is missing and how can I fix it without source code? Thank...
View ArticleCreated Unassigned: Retrieving indent levels [15013]
4.0 Beta 2When using styles.indent to find out the indentation of a cell on a spreadsheet if the indentation is actually 0 then the value returned by styles.indent is the minimum int32 (–2147483648)
View ArticleCreated Unassigned: 4.0 Beta 2: Not retreiving the correct style name [15014]
In the attached Spreadsheet I need to get the stylename of sheet "Fixed Assets Schedule" cell B5.The actual style name as seen in excel is "SFFSectionHeading00" but EPPlus reads it as...
View ArticleCommented Issue: ExcelRangeBase.LoadFromText doesn't read empty string...
I've noticed that when reading from a CSV file to a worksheet using the LoadFromText method, the values of cells that should contain an empty string are set to the string qualifier. For example, is the...
View ArticleCreated Unassigned: ExcelRange LoadFromText issue with multiline cell value...
When loading a csv file to a worksheet, if any one cell value in csv is multiline, and happens to use the same EOL character, an error will be thrown.This is happening because of the split by EOL...
View ArticleCommented Unassigned: Could not load file or assembly EPPlus, Version=4.0.0.0...
Greetings! I try to run an executable, but get the following error: What is missing and how can I fix it without source code? Thank...
View Article