Commented Unassigned: Problem with Persian Fonts [15509]
I found out that ٍEPPlus has problem with Persian fonts like "B Nazanin". when I open an existed excel file and change some cell values, then saving using SaveAs method it becomes fail in saving...
View ArticleCommented Unassigned: Use user defined functions in cell (calculation) [15516]
EPPlus offers a lot of functionality but I somehow miss one. Is it by design or am I just missing something? I would like EPPlus to calculate user defined functions, as often found in a vba code...
View ArticleCreated Unassigned: EPPlus Returns "STG_E_WRITEFAULT" When It Attempts to...
The EPPlus Call to Method "new ExcelPackage(rawStream)" Returns "STG_E_WRITEFAULT" When It Attempts to Read a Valid .xlsx FileThis problem occurs when the EPPlus "ExcelPackage" constructor is called...
View ArticleCommented Unassigned: Problem with Persian Fonts [15509]
I found out that ٍEPPlus has problem with Persian fonts like "B Nazanin". when I open an existed excel file and change some cell values, then saving using SaveAs method it becomes fail in saving...
View ArticleCreated Unassigned: Worksheets containing ConditionalFormatting created in...
I have an Excel file that I am using as a template to copy over to a new workbook. The excel file is created in Excel 2013. Everything will work fine until I add conditional formatting from excel. Once...
View ArticleCreated Unassigned: How to store excel data into DB using php [15522]
Hello.Any one has been idea how to store excel multiple data store into Database.
View ArticleCreated Unassigned: Datavalidations can't be read after opening file in excel...
Hi.When you create an excel sheet with the EPPlus library it's possible to add DataValidation lists to it and this works fine. When you then save the excel file to disk and afterwords read it again...
View ArticleEdited Unassigned: Datavalidations can't be read after opening file in excel...
Hi.When you create an excel sheet with the EPPlus library it's possible to add DataValidation lists to it and this works fine. When you then save the excel file to disk and afterwords read it again...
View ArticleCreated Unassigned: Problem with ABS in formulas [15524]
In Excel, when the ABS function is called on a blank cell, it returns a 0. But when the EPPlus Formula Parser tries to execute ABS on a blank cell, it returns an error message.
View ArticleCreated Unassigned: Removed Part: /xl/vbaProject.bin part. (Visual Basic for...
Hi, I am using version 4.1.0.I try to overwrite some VBA module's code, but it seems that even if I only read a VBAProject Property (eg Description) and save it, the VBA Project is lost, and I get the...
View ArticleCommented Unassigned: Removed Part: /xl/vbaProject.bin part. (Visual Basic...
Hi, I am using version 4.1.0.I try to overwrite some VBA module's code, but it seems that even if I only read a VBAProject Property (eg Description) and save it, the VBA Project is lost, and I get the...
View ArticleEdited Unassigned: Problem with ABS in formulas [15524]
In Excel, when the ABS function is called on a blank cell, it returns a 0. But when the EPPlus Formula Parser tries to execute ABS on a blank cell, it returns an error message.
View ArticleCommented Unassigned: Problem with ABS in formulas [15524]
In Excel, when the ABS function is called on a blank cell, it returns a 0. But when the EPPlus Formula Parser tries to execute ABS on a blank cell, it returns an error message.Comments: Fixed in...
View ArticleCreated Unassigned: Excel opens file created by EPPlus with error [15526]
I created excel file by EPPlus with 2 sheets: data and chart on the data. Excel can open the file without any errors.Now, I read (by EPPlus) and save the file again without any changes and Excel opens...
View ArticleCommented Unassigned: Removing Comments Issue [15432]
Hello,We're using version 4.0.5 of EP Plus, which is generally working very well, so thanks for developing this excellent library. We've encountered one issue recently that we're unable to work around...
View ArticleCommented Unassigned: Removing Comments Issue [15432]
Hello,We're using version 4.0.5 of EP Plus, which is generally working very well, so thanks for developing this excellent library. We've encountered one issue recently that we're unable to work around...
View ArticleCommented Unassigned: Removing Comments Issue [15432]
Hello,We're using version 4.0.5 of EP Plus, which is generally working very well, so thanks for developing this excellent library. We've encountered one issue recently that we're unable to work around...
View ArticleCreated Unassigned: Apostrophe in tab name and printer settings error [15527]
Hi,I'am able to generate an excel file without any issues, expect when i'm using an "apostrophe" in the tab name and using the PrinterSettings.RepeatRows method.eg: this is fine:ws =...
View ArticleCreated Unassigned: ExcelDataValidationType.None not implemented [15528]
DataValidations fails with the following error:"Invalid schemaname: none"This Fails:var DataValidation = ws.DataValidations;Because ExcelDataValidationType.None is not yet implemented, but should...
View ArticleCreated Unassigned: Make ExcelDataValidation.Formula1 Public [15529]
In order to get the values from a drop-down menu I need to read the currently protected ExcelDataValidation.Formula1 parameter that contains the refference to the NamedRange.So can you plase make...
View Article