Commented Unassigned: TimeSpan greather than 24 hours [15031]
Hello guys, I request permission to expose a problem.When i try to add an value of TimeSpan greather than 24 hours, exists an problem to converto to OADate, in internals of EPPlus.Conversion causes a...
View ArticleEdited Unassigned: Incorrect handling of existing wrapText property [15029]
MS Excel files coming from different sources uses inconsistent values of wrapText property.Some uses "1" and others "true".MS Excel application properly handles both scenarios however EPPlus library...
View ArticleCommented Unassigned: Incorrect handling of existing wrapText property [15029]
MS Excel files coming from different sources uses inconsistent values of wrapText property.Some uses "1" and others "true".MS Excel application properly handles both scenarios however EPPlus library...
View ArticleEdited Unassigned: Not all drawings are loaded from a sheet [15028]
Several sheets that I work with only have AlternateContent nodes. The code in ExcelDrawings.cs (AddDrawing) iterates all child nodes of the xdr:wsDr node looking for one of the following:*...
View ArticleCommented Unassigned: Not all drawings are loaded from a sheet [15028]
Several sheets that I work with only have AlternateContent nodes. The code in ExcelDrawings.cs (AddDrawing) iterates all child nodes of the xdr:wsDr node looking for one of the following:*...
View ArticleEdited Unassigned: AutoFitColumns nullref error on empty sheet [15022]
It seems like AutoFitColumns throws a nullref error on an empty sheet, or possibly a sheet with a single empty cell.
View ArticleCommented Unassigned: AutoFitColumns nullref error on empty sheet [15022]
It seems like AutoFitColumns throws a nullref error on an empty sheet, or possibly a sheet with a single empty cell.Comments: Cant reproduce in latest source, so I'll mark this as resolved. If not, add...
View ArticleCommented Unassigned: ExcelRangeBase.Text property does not return correctly...
The attached xlsx has one cell with formatting 00\\.00\\.00\\.000\\.0 and content 202100083, and shows "02.02.10.008.3" (without quotes) in Excel 2013.When this file is opened with EPPlus and the A1...
View ArticleEdited Unassigned: Index was out of range. Must be non-negative and less than...
I'm using EPplus to edit excel (xlsx) filesBut there is error when i try to edit 2 files.Error disappeares when i copy data from sheet to another sheet, but i can't understand what is the causepublic...
View ArticleCommented Unassigned: Index was out of range. Must be non-negative and less...
I'm using EPplus to edit excel (xlsx) filesBut there is error when i try to edit 2 files.Error disappeares when i copy data from sheet to another sheet, but i can't understand what is the causepublic...
View ArticleEdited Unassigned: ColumnMax can not span over existing column 3. Exception...
Hello, I encountered above exception when - under certain circumstances - I try to access the style of an ExcelRange. Below you find a minimal self-contained program that reproduces the issue, when...
View ArticleCommented Unassigned: ColumnMax can not span over existing column 3....
Hello, I encountered above exception when - under certain circumstances - I try to access the style of an ExcelRange. Below you find a minimal self-contained program that reproduces the issue, when...
View ArticleEdited 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 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 ArticleEdited 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 ArticleCommented 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...
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 ArticleEdited 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 ArticleCreated Unassigned: Issue when copying worksheet with cells having more...
When copying worksheet from one excel package to other package, cells with more complex formating get distorted, e.g. "m3" (where "3" is a superscript) becomes```<r...
View ArticleEdited Unassigned: Cells with Formulas returns null value after editing and...
HiI have a workbook created using Excel 2013 with two named ranges, NamedRange1 and NamedRange2. NamedRange1 has 5 cells with numerical values and NamedRange2 has one cell with a formula...
View Article