Quantcast
Channel: EPPlus Issue Tracker Rss Feed
Browsing all 2262 articles
Browse latest View live
↧

Created Unassigned: Cell RichText collection not initial empty [15374]

When using ExcelRangeBase.RichText, when the ExcelRangeBase is a single cell, the first cell works fine. However, the second cell you set initially gets a copy of the previous cell's content. When you...

View Article


Created Unassigned: ExcelChartAxis NumberFormat and SourceLinked [15375]

Hi,working with excel files and Charts, i discover a small problem:if you use the Format property in ExcelChartAxis, in the node c:numFmt you should add also the attribute sourceLinked="0", because if...

View Article


Created Unassigned: SUMPRODUCT not working when the arrays are one cell [15376]

I am working on a spreadsheet where the repeating patterns dictate that the SUMPRODUCT is sometimes multiplying a range of one cell by another range of one cell. SUMPRODUCT( A3:A3, D10:D10 )When the...

View Article

Created Unassigned: GetTypedValue Nullable Conversion [15377]

ExcelWorksheet.GetValue<T> throws an exception when passed double?.In ExcelWorksheet.cs, Line 2603 throws an exception when trying to convert a nullable type (e.g. double?): "'DoubleConverter' is...

View Article

Created Unassigned: Bubble Chart Series being converted as ChartSeries...

When opening a workbook created in Excel that includes a bubble chart, the chart gets represented as an ExcelBubbleChart object that has ExcelChartSeries series instead of ExcelBubbleChartSeries...

View Article


Commented Unassigned: Worksheet.Add fails with Unicode [15125]

I have tried to use version 4.0.1. But it fails when processing excel file with worksheets in Unicode (I'm using Microsoft Excel with Russian language).Steps to reproduce error:1) create ExcelPackage...

View Article

Created Unassigned: Charts with Data not on Sheet [15379]

Hello:With excel, I can manually enter data that isn't associated in a cell or sheet and have it graph for me. I cannot figure a way to do with with EPPlus? Does this software offer this feature? I...

View Article

Created Unassigned: Problems with dots in WorkSheet name [15380]

Hi EPPlus developers,EPPlus has problems when working with excel file, which has a dot (.) in a worksheet name. The issue is, that excel does not take addresses with a dot into quotation marks. When...

View Article


Commented Unassigned: Problems with dots in WorkSheet name [15380]

Hi EPPlus developers,EPPlus has problems when working with excel file, which has a dot (.) in a worksheet name. The issue is, that excel does not take addresses with a dot into quotation marks. When...

View Article


Created Unassigned: MS Access can not import file generated by EPP. [15381]

[Full description here](https://epplus.codeplex.com/discussions/647427) - link to EPP discussion post.Any file created with App can not be imported by Access.Work around is: Open by Excel and save...

View Article

Commented Unassigned: Changing any row height after inserting picture makes...

After inserting picture I change some other row's height. The result is that picture is square. If I comment out row's height change, picture is rectangular as expected.Image position and size does not...

View Article

Commented Unassigned: Changing any row height after inserting picture makes...

After inserting picture I change some other row's height. The result is that picture is square. If I comment out row's height change, picture is rectangular as expected.Image position and size does not...

View Article

Created Unassigned: Multiple TextRuns in Cell [15382]

When multiple textruns exist in a single cell, the loop in LoadCells() is broken, causing the rest of the <sheetData> to not be read. The applicable code is in ExcelWorksheet.cs, line...

View Article


Commented Unassigned: Multiple TextRuns in Cell [15382]

When multiple textruns exist in a single cell, the loop in LoadCells() is broken, causing the rest of the <sheetData> to not be read. The applicable code is in ExcelWorksheet.cs, line...

View Article

Commented Unassigned: Bug when generating more than 65536 hyperlink rows [14949]

When generating many rows with a column containing hypelinks, Excel finds unreadable content when opening the file. I recover the file and Excel removes the hyperlinks.If I choose to generate a file...

View Article


Created Unassigned: Column AutoFit() Arithmetic Operation Overflow [15383]

When AutoFit() is executed from an ExcelColumn that is not included in the worksheet dimension, produces an Arithmetic Overflow Exception at the Init() method called from the CellsStoreEnumerator...

View Article

Created Unassigned: Error in Calculate - empty string vs null [15384]

If a formula refers to a blank (value = null) cell, Excel will automatically treat a blank as a value zero (if using in a numeric formula). EPPlus gives a #VALUE! error. However, in EPPlus an empty...

View Article


Created Unassigned: Adding protected ranges results in corrupted file [15385]

When adding a new protected range with following code:```ExcelProtectedRange protectedRange = mySheet.ProtectedRanges.Add("test", new ExcelAddress(2, 1, 4, 1));```the resulting file is corrupted. In...

View Article

Edited Unassigned: Adding protected ranges results in corrupted file (with...

When adding a new protected range with following code:```ExcelProtectedRange protectedRange = mySheet.ProtectedRanges.Add("test", new ExcelAddress(2, 1, 4, 1));```the resulting file is corrupted. In...

View Article

Created Unassigned: The same local name in two different worksheets [15386]

I use local name ranges for calculations (i.e. their scope is only within a particular sheet), rather than global named ranges, which apply to an entire workbook. If I have two sheets in a workbook...

View Article
Browsing all 2262 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>