Edited Unassigned: When Excel workbook contains an invalid date, EPPlus...
Hello,When i try to open a excel file which contains a cell containing an invalid date, Excel displays it with ####### into the cell and 3778816,1688361 into the edit bar. But when I try to open the...
View ArticleCommented Issue: PrinterSettings error [13502]
Hi !I have an error when I open the file with this lines :sheet.PrinterSettings.RepeatColumns = sheet.Cells["A:B"];sheet.PrinterSettings.RepeatRows = sheet.Cells["1:11"];sheet.PrinterSettings.TopMargin...
View ArticleCommented Issue: PrinterSettings error [13502]
Hi !I have an error when I open the file with this lines :sheet.PrinterSettings.RepeatColumns = sheet.Cells["A:B"];sheet.PrinterSettings.RepeatRows = sheet.Cells["1:11"];sheet.PrinterSettings.TopMargin...
View ArticleCreated Unassigned: LoadFromArray [14899]
I propose to extend class ExcelRangeBase with new method LoadFromArray(object[] Data). This method insert values from array into one row. Example:```_mysheet.Cells[5,4].LoadFromArray("Vendor", "Year",...
View ArticleCommented Issue: Named Ranges behaviour / bugs [13635]
Hi there, I started using the code library and encountered some unexpected behaviour. My workaround exposed other issues, which I've fixed on my end. I'm not sure what to do about posting changes, so I...
View ArticleCommented Issue: Named Ranges behaviour / bugs [13635]
Hi there, I started using the code library and encountered some unexpected behaviour. My workaround exposed other issues, which I've fixed on my end. I'm not sure what to do about posting changes, so I...
View ArticleCommented Issue: Named Ranges behaviour / bugs [13635]
Hi there, I started using the code library and encountered some unexpected behaviour. My workaround exposed other issues, which I've fixed on my end. I'm not sure what to do about posting changes, so I...
View ArticleCreated Unassigned: TrafficLights conditional formatting example..Help! [14900]
Hello, someone will have an example that is used ConditionalFormatting.I need to create a rule that:green icon when the cell is> = 97yellow icon when the cell is> = 95red icon when the cell is...
View ArticleCreated Unassigned: Can not reach a library [14901]
Hello everybody!I cant use this library because i have this error.```The type or namespace name 'OfficeOpenXml' could not be found (are you missing a using directive or an assembly reference?)```By the...
View ArticleCommented Unassigned: Broken XLSX from XLTX template and gradient fill [14888]
I play with EPPlus 3.1.3.3 from NuGet.I want create XLSX from XLTX template. My code:```var templ = new FileInfo(@"C:\aaa.xltx");var xlsx = new FileInfo(@"C:\bbb.xlsx");using (var p = new...
View ArticleCommented Unassigned: Broken XLSX from XLTX template and gradient fill [14888]
I play with EPPlus 3.1.3.3 from NuGet.I want create XLSX from XLTX template. My code:```var templ = new FileInfo(@"C:\aaa.xltx");var xlsx = new FileInfo(@"C:\bbb.xlsx");using (var p = new...
View ArticleCommented Issue: EPPlus on mono [13096]
Actually, that is a mono issue rather than an EPPlus issue.. I have reported it on mono...but there is a quick fix to make the lib work now on mono.in ExcelPackage.cs replacing...
View ArticleCommented Issue: EPPlus on mono [13096]
Actually, that is a mono issue rather than an EPPlus issue.. I have reported it on mono...but there is a quick fix to make the lib work now on mono.in ExcelPackage.cs replacing...
View ArticleCreated Unassigned: XLL Support [14902]
Does the EPPlus Excel spreadsheet add on support XLL? If not, is there another sdk that can be used to support XLL?
View ArticleCommented Issue: EPPlus on mono [13096]
Actually, that is a mono issue rather than an EPPlus issue.. I have reported it on mono...but there is a quick fix to make the lib work now on mono.in ExcelPackage.cs replacing...
View ArticleCreated Unassigned: How to know how many column in excel. [14903]
I have dynamic column in my DataTable and i have to different seat the header style in particular "from column" to "end column".
View ArticleCreated Unassigned: Object reference not set to an instance of an object when...
Hello:First of all, congratulations for this project!! It's a very powerful tool!!!I have a problem when I try to copy a worksheet which contains an image on the header. The build is successfull but...
View ArticleCreated Unassigned: AutoFit(AutoFitColumns) cause NullReferenceException [14905]
When I set "user define format" on cell , AutoFit cause NullReferenceException.I saw ExcelRangeBase.cs and discovered some formats don't exist in styles.NumberFormats , so the variable "nf" is null.I...
View ArticleCreated Unassigned: epplus and iOS7 [14906]
I am having trouble getting a spreadsheet created by epplus open on the iOS 7 operating system (an iPad). The iPad can open spreadsheets created by Office correctly. When the user tries to open the one...
View ArticleCreated Unassigned: InvalidOperationException when replacing a worksheet with...
If a worksheet is replaced in a workbook, an InvalidOperationException "Error saving file ..." occurs. The inner exception is "Cannot add part for the specified URI because it is already in the...
View Article