Edited Unassigned: LoadFromDataTable: Ampersand "&" changed to "&" [15191]
ExcelRangeBase.LoadFromDataTable Ampersands "&" in data are changed to "& ;" (without space) when loading cells from a GridView's DataTable.DataTable gridViewTable =...
View ArticleEdited Unassigned: Date Format Not Working When LoadFromDataTable [15188]
I upgraded from version 3.1 to 4.0 and when using Cell[].Text on a date field it returns a number instead of the date. I found that in ExcelRangeBase.cs - GetFormattedText the line var nfID =...
View ArticleCommented Unassigned: Date Format Not Working When LoadFromDataTable [15188]
I upgraded from version 3.1 to 4.0 and when using Cell[].Text on a date field it returns a number instead of the date. I found that in ExcelRangeBase.cs - GetFormattedText the line var nfID =...
View ArticleEdited Unassigned: Calculated cell - v3 vs. v4 [15189]
I have an application which copies an existing excel file into a new file, opens it, add its own data then saves the file. The application has not changed at all with the exception of changing from...
View ArticleCommented Unassigned: Calculated cell - v3 vs. v4 [15189]
I have an application which copies an existing excel file into a new file, opens it, add its own data then saves the file. The application has not changed at all with the exception of changing from...
View ArticleEdited Unassigned: Open excel file with workbook protection failed [15183]
Hi All,I can't open excel file (2007) with workbook protection. Using FileInfo or FileStream lead to an exception with or without password.The same excel file saved with excel 2010 works. Is there any...
View ArticleCommented Unassigned: Open excel file with workbook protection failed [15183]
Hi All,I can't open excel file (2007) with workbook protection. Using FileInfo or FileStream lead to an exception with or without password.The same excel file saved with excel 2010 works. Is there any...
View ArticleEdited Unassigned: [4.0.1.1] Constructor invocation (new ExcelPackage) is not...
Simple MVC 5 application. Upload a bunch of valid Excel files. Try to simultaneously invoke```new ExcelPackage(file.InputStream)```on their streams using Parallel LINQ:```files.AsParallel().ForAll(file...
View ArticleCommented Unassigned: [4.0.1.1] Constructor invocation (new ExcelPackage) is...
Simple MVC 5 application. Upload a bunch of valid Excel files. Try to simultaneously invoke```new ExcelPackage(file.InputStream)```on their streams using Parallel LINQ:```files.AsParallel().ForAll(file...
View ArticleCommented Unassigned: Date Format Not Working When LoadFromDataTable [15188]
I upgraded from version 3.1 to 4.0 and when using Cell[].Text on a date field it returns a number instead of the date. I found that in ExcelRangeBase.cs - GetFormattedText the line var nfID =...
View ArticleCreated Unassigned: Item Key already exists with SaveAs [15192]
Using the Region & Language Settings set to English (United States) my code is working perfectly fine, however a user reported the following error.System.ArgumentException: An item with the same...
View ArticleCommented Unassigned: Item Key already exists with SaveAs [15192]
Using the Region & Language Settings set to English (United States) my code is working perfectly fine, however a user reported the following error.System.ArgumentException: An item with the same...
View ArticleEdited Unassigned: Item Key already exists with SaveAs [15192]
The following Exception is generated because of some systems Date/Time Language FormatSystem.ArgumentException: An item with the same key has already been added. at...
View ArticleCreated Unassigned: Move to GitHub [15193]
Please move the project to GitHub. There is a bigger open source community there and even Microsoft is moving major projects there.
View ArticleCommented Unassigned: Calculated cell - v3 vs. v4 [15189]
I have an application which copies an existing excel file into a new file, opens it, add its own data then saves the file. The application has not changed at all with the exception of changing from...
View ArticleEdited Unassigned: Item Key already exists with SaveAs [15192]
The following Exception is generated because of some systems Date/Time Language FormatSystem.ArgumentException: An item with the same key has already been added. at...
View ArticleCommented Unassigned: Item Key already exists with SaveAs [15192]
The following Exception is generated because of some systems Date/Time Language FormatSystem.ArgumentException: An item with the same key has already been added. at...
View ArticleCreated Unassigned: Error opening the file after unmerge cells and delete a...
Hi guys! :DI tried with the last commit of EPPlus and the error still occurs.Regards, Nicholls
View ArticleCommented Unassigned: Move to GitHub [15193]
Please move the project to GitHub. There is a bigger open source community there and even Microsoft is moving major projects there.Comments: +1
View Article