Edited 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 reference to the NamedRange.So can you plase make...
View ArticleCreated Unassigned: LoadFromDataTable returning null [15530]
In 4.0.5, when a datatable with no rows was passed to LoadFromDataTable, with the PrintHeader parameter set to true, the header row was returned. On 4.1.0 it returns null.
View ArticleCommented Unassigned: Sorting a PivotTable on Count (DataTable) [15313]
I can not find a way to sort the DataField colloumn in a PivotTable.The RowField works fine.Is there away?More information take a look at the StackOverflow...
View ArticleCreated Unassigned: Update worksheet data which is source of Pivot table in...
I have already code using EPPlus which loads data using `LoadFromDataTable` in worksheet. It first creates worksheet named `Result`. if worksheet already exists in the Workbook, it deletes only Result...
View ArticleCommented Unassigned: LookupColor seems to always return black [15438]
HiAm checking 4.0.5 as replacement to 4.0.4.Not sure if I'm using the ExcelColor.LookupColor method in the right context.It always seems to return Black as the colour for either Font or Fill for...
View ArticleCreated Unassigned: ExcelWorksheet.Calculate() takes long time to calcuate...
Coding Language-C#.Net 4.5Version-EPPlus 4.1I have generated Excel using EPPlus.Excel has 7,20,000 rows and 43 columns and 20 columns have formulas.When ExcelWorksheet.Calculate() is executed it takes...
View ArticleCreated Unassigned: LookupColor always returns black [15533]
HiHas this bug resurfaced again in the latest version? I've just downloaded 4.1 and experiencing this behavior?I found [the same issue](https://epplus.codeplex.com/workitem/15438) that was fixed on the...
View ArticleCreated Unassigned: Page Break Problem [15534]
Hi, i might be wrong about this. I tried creating a row page break in EPPLUS and it looks like this in XML:<x:rowBreaks count="2" manualBreakCount="2"...
View ArticleCommented Unassigned: Page Break Problem [15534]
Hi, i might be wrong about this. I tried creating a row page break in EPPLUS and it looks like this in XML:<x:rowBreaks count="2" manualBreakCount="2"...
View ArticleCommented Unassigned: Page Break Problem [15534]
Hi, i might be wrong about this. I tried creating a row page break in EPPLUS and it looks like this in XML:<x:rowBreaks count="2" manualBreakCount="2"...
View ArticleCreated Unassigned: Response.AddHeader - Value does not fall within the...
Hello All,I am trying to export a file following the code and examples provided here. Using VS 2015. It continually errors at the Response.AddHeader line, stating "Value does not fall within the...
View ArticleCreated Unassigned: New file corrupt [15536]
Hi guys,I'm new to EEPlus and already running into beginner issues. I want to use EPPlus for local use, no ASP.NET.Simply creating a file and adding a worksheet creates a corrupted file. I followed...
View ArticleCreated Unassigned: ExcelDataValidation missing showDropDown attribute [15537]
When using List validation, it is sometimes beneficial to *not* provide a drop-down menu for the options.Unfortunately, the "showDropDown" attribute is not recognized by ExcelDataValidation and...
View ArticleCommented Unassigned: New file corrupt [15536]
Hi guys,I'm new to EEPlus and already running into beginner issues. I want to use EPPlus for local use, no ASP.NET.Simply creating a file and adding a worksheet creates a corrupted file. I followed...
View ArticleEdited Unassigned: New file corrupt [15536]
-- EDIT --Apparently the library takes everything from an existing file, this includes empty files. (Line 5 of my code.)So for some reason, using an empty file the relation between _root_ and...
View ArticleCreated Unassigned: EPPlus Breaks Table Formulas [15538]
I have an xlsx file with two worksheets. The first worksheet has a table that is populated by the second worksheet. With just opening it as an EPPlus package and saving the package, the table is broken...
View ArticleEdited Unassigned: EPPlus Breaks Table Formulas [15538]
I have an xlsx file with two worksheets. The first worksheet has a table that is populated by the second worksheet. With just opening it as an EPPlus package and saving the package, the table is broken...
View ArticleCreated Unassigned: Get all the VBA macros of a workbook [15539]
Hello,In "Sample15.cs", I see that EPPlus can write/inject VBA macros. However, I don't see how to read all the VBA macros from a workbook.Does EPPlus support this functionality?Thank youTimur
View ArticleCommented Unassigned: Excel in email attachment gets filtered [15294]
I am using EPPLUS version 4.0.0.0 for excel automationI have tried using file signature as .xlsx for the automatically created excel and saved in the disk.Excel file is getting created with the...
View ArticleCreated Unassigned: Excel cannot open password protected package [15540]
When I try to open a password protected file, after typing the password into the pop-up Excel then displays the error message:"Excel cannot open the file 'myfile.xlsx' because the file format or file...
View Article