<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>ExcelPackage Work Item Rss Feed</title><link>http://www.codeplex.com/ExcelPackage/WorkItem/List.aspx</link><description>ExcelPackage Work Item Rss Description</description><item><title>Created Issue: ExcelColumn.Width parsing error [33665]</title><link>http://excelpackage.codeplex.com/workitem/33665</link><description>While trying to get column width, which is not integer &amp;#40;eg. 40.25&amp;#41;, I got FormatException - it is raised because Width getter contains &amp;#38;quot&amp;#59;int.Parse&amp;#38;quot&amp;#59; instead of &amp;#38;quot&amp;#59;double.Parse&amp;#38;quot&amp;#59;. I think that changing that line would solve the problem.&lt;br /&gt;</description><author>Ardhad</author><pubDate>Tue, 15 Jan 2013 13:58:34 GMT</pubDate><guid isPermaLink="false">Created Issue: ExcelColumn.Width parsing error [33665] 20130115015834P</guid></item><item><title>Commented Issue: Number formats and datatypes [32126]</title><link>http://excelpackage.codeplex.com/workitem/32126</link><description>Hello,&lt;br /&gt;&lt;br /&gt;After opening created file by excel itself, I see that numeric areas are seen as text instead of numeric so orderings are not working properly. User needs to update these cells definitions to numeric himself. I guess I need to set cell&amp;#39;s datatype by coding it by what should I write as cell.datatype&amp;#63;&lt;br /&gt;&lt;br /&gt;I think the reason to that is decimal sign is &amp;#39;,&amp;#39; instead of &amp;#39;.&amp;#39; beucase of the server&amp;#39;s regional settings or something like that. So it sees it as text.&lt;br /&gt;&lt;br /&gt;Thank you for your help already.&lt;br /&gt;Comments: ** Comment from web user: domeniconeri ** &lt;p&gt;Just replace the comma with a dot in your decimal number converted in string.&lt;/p&gt;</description><author>domeniconeri</author><pubDate>Tue, 03 Jul 2012 13:23:07 GMT</pubDate><guid isPermaLink="false">Commented Issue: Number formats and datatypes [32126] 20120703012307P</guid></item><item><title>Created Issue: Catastrophic failure . with merged cells [32712]</title><link>http://excelpackage.codeplex.com/workitem/32712</link><description>&amp;#47;xl&amp;#47;worksheets&amp;#47;sheet.xml part with XML error.  Catastrophic failure .&lt;br /&gt;I am generating Excel using C&amp;#35;. The Excel contains merged cells.&lt;br /&gt;If I remove these merged cell there is no issue.&lt;br /&gt;</description><author>PraneetR</author><pubDate>Mon, 14 May 2012 13:18:24 GMT</pubDate><guid isPermaLink="false">Created Issue: Catastrophic failure . with merged cells [32712] 20120514011824P</guid></item><item><title>Created Issue: Getting error Converter failed to open the file [32690]</title><link>http://excelpackage.codeplex.com/workitem/32690</link><description>I have create Excel file using the sample code &amp;#34;ExcelPackageSamples&amp;#34;. When I open the excel I get error &amp;#34;Converter failed to open the file&amp;#34;. I am using Office 2003&lt;br /&gt;</description><author>vilasgaykwad</author><pubDate>Thu, 10 May 2012 15:00:15 GMT</pubDate><guid isPermaLink="false">Created Issue: Getting error Converter failed to open the file [32690] 20120510030015P</guid></item><item><title>Created Issue: Number formats and datatypes [32126]</title><link>http://excelpackage.codeplex.com/workitem/32126</link><description>Hello,&lt;br /&gt;&lt;br /&gt;After opening created file by excel itself, I see that numeric areas are seen as text instead of numeric so orderings are not working properly. User needs to update these cells definitions to numeric himself. I guess I need to set cell&amp;#39;s datatype by coding it by what should I write as cell.datatype&amp;#63;&lt;br /&gt;&lt;br /&gt;I think the reason to that is decimal sign is &amp;#39;,&amp;#39; instead of &amp;#39;.&amp;#39; beucase of the server&amp;#39;s regional settings or something like that. So it sees it as text.&lt;br /&gt;&lt;br /&gt;Thank you for your help already.&lt;br /&gt;</description><author>zokkan</author><pubDate>Tue, 24 Jan 2012 18:14:50 GMT</pubDate><guid isPermaLink="false">Created Issue: Number formats and datatypes [32126] 20120124061450P</guid></item><item><title>Commented Issue: File contains corrupted data [13074]</title><link>http://excelpackage.codeplex.com/workitem/13074</link><description>I just downloaded the most recent version of the binary.  We have a costing spreadsheet that we use to build proposals.  Unfortunately I cannot attach the file.  It was created in Excel 2000.  I opened it up in 2007 and saved as a 2007 xlsx file.  When opening it, I get the error &amp;#34;File contains corrupted data&amp;#34;. I can open the xlsx file in Excel 2007 fine with no issues.  I think the problem is that certain areas of some of the sheets have restrictions by Excel password protection.  I took the same file from Excel 2000, removed protection, saved to XML spreadsheet format and then to Excel 2007 format and it opened as it should in my code.  Am I right to assume this error is a password protection issue&amp;#63;  Most of the cells are writable, the formulas are what are protected.&lt;br /&gt;Comments: ** Comment from web user: camluc ** &lt;p&gt;We also have an exception with SpreadsheetDocument.Open&amp;#40;fileName, true&amp;#41;. Our temporary solution is to open the file in Excel, save it in the newest format. This way, we can continue coding. No permanent solution yet.&lt;/p&gt;</description><author>camluc</author><pubDate>Tue, 18 Oct 2011 18:21:14 GMT</pubDate><guid isPermaLink="false">Commented Issue: File contains corrupted data [13074] 20111018062114P</guid></item><item><title>Commented Issue: Apostrophe in Cell Value String causes an Exception [31571]</title><link>http://excelpackage.codeplex.com/workitem/31571</link><description>setting the Value property of a Cell to a string that contains an apostrophe causes an XPathException&amp;#58;&lt;br /&gt;&lt;br /&gt;See the following code&amp;#58;&lt;br /&gt;            FileInfo newFile &amp;#61; new FileInfo&amp;#40;&amp;#64;&amp;#34;test.xlsx&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;            using &amp;#40;ExcelPackage xlPackage &amp;#61; new ExcelPackage&amp;#40;newFile&amp;#41;&amp;#41;&lt;br /&gt;            &amp;#123;&lt;br /&gt;                ExcelWorksheet worksheet &amp;#61; xlPackage.Workbook.Worksheets.Add&amp;#40;&amp;#34;Test&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;                worksheet.Cell&amp;#40;1,1&amp;#41;.Value &amp;#61; &amp;#34;F&amp;#39;oo&amp;#34;&amp;#59;  &amp;#47;&amp;#47; throws a System.Xml.XPath.XPathExcpetion -&amp;#62; &amp;#123;&amp;#34;&amp;#39;&amp;#47;&amp;#47;d&amp;#58;si&amp;#91;d&amp;#58;t&amp;#61;&amp;#39;F&amp;#39;oo&amp;#39;&amp;#93;&amp;#39; has an invalid token.&amp;#34;&amp;#125;&lt;br /&gt;                xlPackage.Save&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;            &amp;#125;&lt;br /&gt;Comments: ** Comment from web user: rupello ** &lt;p&gt;I should have read this first&amp;#58;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;excelpackage.codeplex.com&amp;#47;discussions&amp;#47;7152&lt;/p&gt;</description><author>rupello</author><pubDate>Mon, 10 Oct 2011 17:35:24 GMT</pubDate><guid isPermaLink="false">Commented Issue: Apostrophe in Cell Value String causes an Exception [31571] 20111010053524P</guid></item><item><title>Created Issue: Apostrophe in Cell Value String causes an Exception [31571]</title><link>http://excelpackage.codeplex.com/workitem/31571</link><description>setting the Value property of a Cell to a string that contains an apostrophe causes an XPathException&amp;#58;&lt;br /&gt;&lt;br /&gt;See the following code&amp;#58;&lt;br /&gt;            FileInfo newFile &amp;#61; new FileInfo&amp;#40;&amp;#64;&amp;#34;test.xlsx&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;            using &amp;#40;ExcelPackage xlPackage &amp;#61; new ExcelPackage&amp;#40;newFile&amp;#41;&amp;#41;&lt;br /&gt;            &amp;#123;&lt;br /&gt;                ExcelWorksheet worksheet &amp;#61; xlPackage.Workbook.Worksheets.Add&amp;#40;&amp;#34;Test&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;                worksheet.Cell&amp;#40;1,1&amp;#41;.Value &amp;#61; &amp;#34;F&amp;#39;oo&amp;#34;&amp;#59;  &amp;#47;&amp;#47; throws a System.Xml.XPath.XPathExcpetion -&amp;#62; &amp;#123;&amp;#34;&amp;#39;&amp;#47;&amp;#47;d&amp;#58;si&amp;#91;d&amp;#58;t&amp;#61;&amp;#39;F&amp;#39;oo&amp;#39;&amp;#93;&amp;#39; has an invalid token.&amp;#34;&amp;#125;&lt;br /&gt;                xlPackage.Save&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;            &amp;#125;&lt;br /&gt;</description><author>rupello</author><pubDate>Mon, 10 Oct 2011 17:31:41 GMT</pubDate><guid isPermaLink="false">Created Issue: Apostrophe in Cell Value String causes an Exception [31571] 20111010053141P</guid></item><item><title>Created Issue: Does this Lib support all the special charactors like , ' # .... etc [31457]</title><link>http://excelpackage.codeplex.com/workitem/31457</link><description>Does this Lib support all the special charactors like , &amp;#39; &amp;#35; .... etc&lt;br /&gt;if yes then how.&lt;br /&gt;can any one me code snippet.&lt;br /&gt;</description><author>mcamail2002</author><pubDate>Thu, 15 Sep 2011 15:30:27 GMT</pubDate><guid isPermaLink="false">Created Issue: Does this Lib support all the special charactors like , ' # .... etc [31457] 20110915033027P</guid></item><item><title>Created Issue: How to do Color "Excel Cell" [31456]</title><link>http://excelpackage.codeplex.com/workitem/31456</link><description>Hi All&lt;br /&gt;How to do Color &amp;#34;Excel Cell&amp;#34;&amp;#63;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;mcamail2002&amp;#64;gmail.com&lt;br /&gt;</description><author>mcamail2002</author><pubDate>Thu, 15 Sep 2011 14:58:55 GMT</pubDate><guid isPermaLink="false">Created Issue: How to do Color "Excel Cell" [31456] 20110915025855P</guid></item><item><title>Commented Issue: System.ApplicationException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) exception [17586]</title><link>http://excelpackage.codeplex.com/workitem/17586</link><description>Any idea how to fix this exception&amp;#63; My program get a datatable from sql DB and save all fields to excel file.&lt;br /&gt;Sometime will get following error&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;System.ApplicationException&amp;#58; Access is denied. &amp;#40;Exception from HRESULT&amp;#58; 0x80070005 &amp;#40;E_ACCESSDENIED&amp;#41;&amp;#41;&lt;br /&gt;  at System.IO.IsolatedStorage.IsolatedStorageFile.nGetRootDir&amp;#40;IsolatedStorageScope scope&amp;#41;&lt;br /&gt;  at System.IO.IsolatedStorage.IsolatedStorageFile.InitGlobalsNonRoamingUser&amp;#40;IsolatedStorageScope scope&amp;#41;&lt;br /&gt;  at System.IO.IsolatedStorage.IsolatedStorageFile.GetRootDir&amp;#40;IsolatedStorageScope scope&amp;#41;&lt;br /&gt;  at System.IO.IsolatedStorage.IsolatedStorageFile.GetGlobalFileIOPerm&amp;#40;IsolatedStorageScope scope&amp;#41;&lt;br /&gt;  at System.IO.IsolatedStorage.IsolatedStorageFile.Init&amp;#40;IsolatedStorageScope scope&amp;#41;&lt;br /&gt;  at System.IO.IsolatedStorage.IsolatedStorageFile.GetStore&amp;#40;IsolatedStorageScope scope, Type domainEvidenceType, Type assemblyEvidenceType&amp;#41;&lt;br /&gt;  at MS.Internal.IO.Packaging.PackagingUtilities.ReliableIsolatedStorageFileFolder..ctor&amp;#40;&amp;#41;&lt;br /&gt;  at MS.Internal.IO.Packaging.PackagingUtilities.GetDefaultIsolatedStorageFile&amp;#40;&amp;#41;&lt;br /&gt;  at MS.Internal.IO.Packaging.PackagingUtilities.CreateUserScopedIsolatedStorageFileStreamWithRandomName&amp;#40;Int32 retryCount, String&amp;#38; fileName&amp;#41;&lt;br /&gt;  at MS.Internal.IO.Packaging.SparseMemoryStream.EnsureIsolatedStoreStream&amp;#40;&amp;#41;&lt;br /&gt;  at MS.Internal.IO.Packaging.SparseMemoryStream.SwitchModeIfNecessary&amp;#40;&amp;#41;&lt;br /&gt;  at MS.Internal.IO.Packaging.CompressEmulationStream.Write&amp;#40;Byte&amp;#91;&amp;#93; buffer, Int32 offset, Int32 count&amp;#41;&lt;br /&gt;  at MS.Internal.IO.Packaging.CompressStream.Write&amp;#40;Byte&amp;#91;&amp;#93; buffer, Int32 offset, Int32 count&amp;#41;&lt;br /&gt;  at MS.Internal.IO.Zip.ProgressiveCrcCalculatingStream.Write&amp;#40;Byte&amp;#91;&amp;#93; buffer, Int32 offset, Int32 count&amp;#41;&lt;br /&gt;  at MS.Internal.IO.Zip.ZipIOModeEnforcingStream.Write&amp;#40;Byte&amp;#91;&amp;#93; buffer, Int32 offset, Int32 count&amp;#41;&lt;br /&gt;  at System.IO.StreamWriter.Flush&amp;#40;Boolean flushStream, Boolean flushEncoder&amp;#41;&lt;br /&gt;  at System.IO.StreamWriter.Write&amp;#40;String value&amp;#41;&lt;br /&gt;  at System.Xml.XmlTextEncoder.Write&amp;#40;String text&amp;#41;&lt;br /&gt;  at System.Xml.XmlTextWriter.WriteString&amp;#40;String text&amp;#41;&lt;br /&gt;  at System.Xml.XmlAttribute.WriteContentTo&amp;#40;XmlWriter w&amp;#41;&lt;br /&gt;  at System.Xml.XmlAttribute.WriteTo&amp;#40;XmlWriter w&amp;#41;&lt;br /&gt;  at System.Xml.XmlElement.WriteTo&amp;#40;XmlWriter w&amp;#41;&lt;br /&gt;  at System.Xml.XmlElement.WriteContentTo&amp;#40;XmlWriter w&amp;#41;&lt;br /&gt;  at System.Xml.XmlElement.WriteTo&amp;#40;XmlWriter w&amp;#41;&lt;br /&gt;  at System.Xml.XmlElement.WriteContentTo&amp;#40;XmlWriter w&amp;#41;&lt;br /&gt;  at System.Xml.XmlElement.WriteTo&amp;#40;XmlWriter w&amp;#41;&lt;br /&gt;  at System.Xml.XmlElement.WriteContentTo&amp;#40;XmlWriter w&amp;#41;&lt;br /&gt;  at System.Xml.XmlElement.WriteTo&amp;#40;XmlWriter w&amp;#41;&lt;br /&gt;  at System.Xml.XmlDocument.WriteContentTo&amp;#40;XmlWriter xw&amp;#41;&lt;br /&gt;  at System.Xml.XmlDocument.Save&amp;#40;Stream outStream&amp;#41;&lt;br /&gt;  at OfficeOpenXml.ExcelWorksheet.Save&amp;#40;&amp;#41;&lt;br /&gt;  at OfficeOpenXml.ExcelWorkbook.Save&amp;#40;&amp;#41;&lt;br /&gt;  at xxx.addDataSetToExcel&amp;#40;DataSet DataSetSource, String fileName, String title, String subject, String category, String comments, String fileType&amp;#41;&lt;br /&gt;Comments: ** Comment from web user: bralm ** &lt;p&gt;Bern,&lt;br /&gt;I&amp;#39;m posting a response to your 2 year old comment to an even older post.  Your post was very beneficial to me, even though I don&amp;#39;t use ExcelPackage.  I wrote and maintain a custom report engine web service that uses the OpenXml SDK, and yesterday I started wrestling with this problem &amp;#40;well, wrestling more with VS 08, remote debugging and Microsoft symbols&amp;#41;.   Option 2 from your comment is working like a champ.  8&amp;#41;   Thanks&amp;#33;&lt;/p&gt;</description><author>bralm</author><pubDate>Wed, 27 Jul 2011 21:27:04 GMT</pubDate><guid isPermaLink="false">Commented Issue: System.ApplicationException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) exception [17586] 20110727092704P</guid></item><item><title>Created Issue: How to read 2003 Excel Fileformat data with out installing Office 2003 [30758]</title><link>http://excelpackage.codeplex.com/workitem/30758</link><description>Hi,&lt;br /&gt;&lt;br /&gt;I need to read the data from excel 2003 &amp;#40;xls&amp;#41; file format but i don&amp;#39;t want to install Office 2003 in the server. Is it possible to read the data&amp;#39;s by using any assembilies.&lt;br /&gt;</description><author>Nagamanickam</author><pubDate>Thu, 26 May 2011 11:23:05 GMT</pubDate><guid isPermaLink="false">Created Issue: How to read 2003 Excel Fileformat data with out installing Office 2003 [30758] 20110526112305A</guid></item><item><title>Commented Issue: Error while usine excel 2003 template [26468]</title><link>http://excelpackage.codeplex.com/workitem/26468</link><description>I got error &amp;#34;file contains corrupted data&amp;#34; while using excel 2003 template to create excel report.&lt;br /&gt;Comments: ** Comment from web user: Nagamanickam ** &lt;p&gt;Is this possible to read the data&amp;#39;s from Excel 2003 file format with out installing the Office 2003 in the server.&lt;/p&gt;</description><author>Nagamanickam</author><pubDate>Thu, 26 May 2011 10:48:04 GMT</pubDate><guid isPermaLink="false">Commented Issue: Error while usine excel 2003 template [26468] 20110526104804A</guid></item><item><title>Commented Issue: Cells calculation update [9854]</title><link>http://excelpackage.codeplex.com/workitem/9854</link><description>When changing a value of a cell in the runtime which is a part of another formula cell the calculation is not updated in the formula cell. for example&amp;#58;&lt;br /&gt;if there are a total cell C3 which get its value from A1&amp;#43;B1 when I the value of A1 is changed in the runtime the total cell C3 does not change.&lt;br /&gt;Comments: ** Comment from web user: quachnguyen ** &lt;p&gt;the same with me&lt;/p&gt;</description><author>quachnguyen</author><pubDate>Fri, 11 Mar 2011 03:58:27 GMT</pubDate><guid isPermaLink="false">Commented Issue: Cells calculation update [9854] 20110311035827A</guid></item><item><title>Commented Issue: Error while usine excel 2003 template [26468]</title><link>http://excelpackage.codeplex.com/workitem/26468</link><description>I got error &amp;#34;file contains corrupted data&amp;#34; while using excel 2003 template to create excel report.&lt;br /&gt;Comments: ** Comment from web user: EquisTango ** &lt;p&gt;I guess that&amp;#39;s normal because I understand ExcelPackage is only for Office Open XML format&amp;#59; that is Office 2007 and 2010. &amp;#40;Files with .xlsx extension, not .xls&amp;#41;.&lt;/p&gt;</description><author>EquisTango</author><pubDate>Sun, 12 Dec 2010 02:53:17 GMT</pubDate><guid isPermaLink="false">Commented Issue: Error while usine excel 2003 template [26468] 20101212025317A</guid></item><item><title>Commented Issue: Support "date" data type in cells [7251]</title><link>http://excelpackage.codeplex.com/workitem/7251</link><description>Change ExcelCell class to provide support for the &amp;#34;date&amp;#34; data type.&lt;br /&gt;Comments: ** Comment from web user: SVal ** &lt;p&gt;Hi, I have followed SoerenNielsen and jimharte guides and amended ExcelCell class to support date format. As I was doing that it turned out I also had to amend slightly ExcelWorkbook class. Excel started moaning about missing tags in styles.xml file. The code covers all my needs but if you need more feel free to change it &amp;#58;&amp;#41;&lt;/p&gt;</description><author>SVal</author><pubDate>Wed, 17 Nov 2010 11:47:09 GMT</pubDate><guid isPermaLink="false">Commented Issue: Support "date" data type in cells [7251] 20101117114709A</guid></item><item><title>Commented Issue: Excel Cell Styles [21845]</title><link>http://excelpackage.codeplex.com/workitem/21845</link><description>A few people have asked for style in Excel Cells and nobody have really come up with a solution so I have done some work to get it done. I have unfortunately not been able to complete it because of a lack of time, but I have decided to post it here for the people interested.&lt;br /&gt;&lt;br /&gt;Thusfar, Fills, borders and fonts can be added to some extent. At this stage I only make use of arg colours because of the complexity involved to add support for the other options available.&lt;br /&gt;&lt;br /&gt;Have a look at what I have done and see if you can use it and&amp;#47;or help me complete it.&lt;br /&gt;&lt;br /&gt;Feel free to contact me should you have questions&amp;#47;suggestions...&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;&lt;br /&gt;Marais&lt;br /&gt;Comments: ** Comment from web user: phyoe2004 ** &lt;p&gt;Hello Marais,&lt;/p&gt;&lt;p&gt;When I tried to debug on more deep, I face this error &amp;#34;Object reference not set to an instance of an object.&amp;#34; When he tried to save the ExcelWorkBook. Please give me an idea to continue. I attached error page.&lt;/p&gt;</description><author>phyoe2004</author><pubDate>Wed, 13 Oct 2010 11:28:57 GMT</pubDate><guid isPermaLink="false">Commented Issue: Excel Cell Styles [21845] 20101013112857A</guid></item><item><title>Commented Issue: Excel Cell Styles [21845]</title><link>http://excelpackage.codeplex.com/workitem/21845</link><description>A few people have asked for style in Excel Cells and nobody have really come up with a solution so I have done some work to get it done. I have unfortunately not been able to complete it because of a lack of time, but I have decided to post it here for the people interested.&lt;br /&gt;&lt;br /&gt;Thusfar, Fills, borders and fonts can be added to some extent. At this stage I only make use of arg colours because of the complexity involved to add support for the other options available.&lt;br /&gt;&lt;br /&gt;Have a look at what I have done and see if you can use it and&amp;#47;or help me complete it.&lt;br /&gt;&lt;br /&gt;Feel free to contact me should you have questions&amp;#47;suggestions...&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;&lt;br /&gt;Marais&lt;br /&gt;Comments: ** Comment from web user: phyoe2004 ** &lt;p&gt;Hello Marais,&lt;/p&gt;&lt;p&gt;Thanks for your sample files. But I still cannot manage to run your application. Because when I tried to generate a file I face this error &amp;#34;Method not found&amp;#58; &amp;#39;OfficeOpenXml.ExcelStyles OfficeOpenXml.ExcelWorkbook.get_Styles&amp;#40;&amp;#41;&amp;#39;.&amp;#34;. Can you please complete it and upload it or let me know it&amp;#63; Cause I also would like to use yours. &lt;/p&gt;&lt;p&gt;Thanks &amp;#38; Regards,&lt;br /&gt;Phyoe&lt;br /&gt;phyoe2004&amp;#64;gmail.com&lt;/p&gt;</description><author>phyoe2004</author><pubDate>Wed, 13 Oct 2010 11:16:18 GMT</pubDate><guid isPermaLink="false">Commented Issue: Excel Cell Styles [21845] 20101013111618A</guid></item><item><title>Commented Issue: Problem with decimal numbers [23424]</title><link>http://excelpackage.codeplex.com/workitem/23424</link><description>I&amp;#39;m opening the file that has a 5.1 &amp;#40;or 5,1 - depanding on regional settings&amp;#41; in a cell. When calling worksheet.Cell&amp;#40;7, 5&amp;#41;.Value  I expect to receive &amp;#34;5.1&amp;#34;, whereas I receive &amp;#34;5.0999999999999996&amp;#34;. For my current project it is a symbol that may have a form of a alpha-numeric string, but may also include some special characters like . or , and I would like to read it as string just as it was originally entered. Is that possible&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: AirJOI ** &lt;p&gt;maurodx .. great workaround&amp;#33;&lt;/p&gt;</description><author>AirJOI</author><pubDate>Sun, 29 Aug 2010 10:08:16 GMT</pubDate><guid isPermaLink="false">Commented Issue: Problem with decimal numbers [23424] 20100829100816A</guid></item><item><title>Commented Issue: Cells calculation update [9854]</title><link>http://excelpackage.codeplex.com/workitem/9854</link><description>When changing a value of a cell in the runtime which is a part of another formula cell the calculation is not updated in the formula cell. for example&amp;#58;&lt;br /&gt;if there are a total cell C3 which get its value from A1&amp;#43;B1 when I the value of A1 is changed in the runtime the total cell C3 does not change.&lt;br /&gt;Comments: ** Comment from web user: pcharpentier ** &lt;p&gt;was there ever a solution to this&amp;#63; I have the same problem.&lt;/p&gt;</description><author>pcharpentier</author><pubDate>Thu, 03 Jun 2010 18:52:45 GMT</pubDate><guid isPermaLink="false">Commented Issue: Cells calculation update [9854] 20100603065245P</guid></item></channel></rss>