Commented 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 Issue: ArgumentOutOfRangeException: Implementation bug in...
Hi,There is a issue in implementation of LoadFromDataTable(DataTable Table, bool PrintHeaders) method while returning excel range base. in the above mentioned method there is issue at return...
View ArticleCommented Issue: Zeros (0) get parsed as empty string in excel ark [14787]
When I try to read a 0 (zero) in a excel file the property "ExcelRangeBase.Text" are empty string and not "0" as expected.<br />I have created (and attached) a simple excel ark, only contains a...
View ArticleEdited Issue: ArgumentOutOfRangeException: Implementation bug in...
Hi,<br />There is a issue in implementation of LoadFromDataTable(DataTable Table, bool PrintHeaders) method while returning excel range base. in the above mentioned method there is issue at...
View ArticleCommented Issue: ArgumentOutOfRangeException: Implementation bug in...
Hi,<br />There is a issue in implementation of LoadFromDataTable(DataTable Table, bool PrintHeaders) method while returning excel range base. in the above mentioned method there is issue at...
View ArticleCommented Issue: ExcelWorksheet.GetWorkSheetXml returns invalid XML [14788]
A try to open an XLSX file created by a 3rd party application, but reading the p.Workbook.Worksheets property fails with the following exception:System.Xml.XmlException: Unexpected XML declaration. The...
View ArticleEdited Issue: Zeros (0) get parsed as empty string in excel ark [14787]
When I try to read a 0 (zero) in a excel file the property "ExcelRangeBase.Text" are empty string and not "0" as expected.<br />I have created (and attached) a simple excel ark, only contains a...
View ArticleCommented Issue: Zeros (0) get parsed as empty string in excel ark [14787]
When I try to read a 0 (zero) in a excel file the property "ExcelRangeBase.Text" are empty string and not "0" as expected.<br />I have created (and attached) a simple excel ark, only contains a...
View ArticleEdited Issue: package.Workbook.Styles.CreateNamedStyle fails validation [14786]
Creating a workbook and using the CreateNamedStyles method results in a file that does not pass validation. I am using the following code to create a Excel spreadsheet:<br /><br /> using...
View ArticleCommented Issue: package.Workbook.Styles.CreateNamedStyle fails validation...
Creating a workbook and using the CreateNamedStyles method results in a file that does not pass validation. I am using the following code to create a Excel spreadsheet:<br /><br /> using...
View ArticleCommented Issue: ExcelWorksheet.GetWorkSheetXml returns invalid XML [14788]
A try to open an XLSX file created by a 3rd party application, but reading the p.Workbook.Worksheets property fails with the following exception:System.Xml.XmlException: Unexpected XML declaration. The...
View ArticleCreated Issue: Ability to sort by column [14791]
It would be very helpful to be able to sort by column.Either by sorting a selected range by column, or setting the sort options of a column's AutoFilter.
View ArticleCreated Issue: Conditional Formatting Formula Quirk [14792]
In VB.Net, I had the following code (FoundCells being a range of cells I find via a LinQ query on my sheet) With wks For Each cl In FoundCells Dim Rw As Integer = cl.Start.Row' Udate the Date column...
View ArticleCreated Issue: BUG: Exception during LoadFromDataTable to other cell. [14793]
In case when I have DataTable with two columns I can not load data from this table to next cells: C1, D1 and ets. In this case I have exception System.ArgumentOutOfRangeException with message: Start...
View ArticleCreated Issue: Can't delete file after dispose [14794]
Hi guys, I can't delete the file even if I set dispose to excel variable. I also tried to use the keyword "using" without success.Is there any way for release the file ?ThanksFabio Dim fs As New...
View ArticleEdited Issue: Named table address reference with a special column leads to...
Attached is a workbook in which I created a small named table called "Tabelle1".<br />Now I want to use the column "Key" for a drop-down-validation. To achieve this I added a defined name...
View ArticleCommented Issue: Open xlsx file and save without any change causes...
[ref: http://epplus.codeplex.com/discussions/402572]EPPlus\ExcelStyles.cs Line 562 of UpdateXml() method:Line 561: //NamedStylesLine 562: count = 1; <== count = 0; seems to fix the problem.Comments:...
View ArticleCommented Issue: EPPlus fails to load documents with malformed uris. [14709]
One of the applications my company uses always defaults to creating mailto: hyperlinks wherever it sees a @ sign when exporting to excel. Often this means that the URI is malformed and an...
View ArticleCommented Issue: Use of System.IO.Packaging is not server-safe [14762]
The BCL System.IO.Packaging uses IsolatedFileStorage when the zipped XLSX file exceeds some specific boundary (I've heard different stories of 1.3MB, 7MB, and 10MB). This presents a variety of issues...
View Article