I created a small application that opens, reads, and creates Excel files. The application was written in C #, and I do not know why I get this error message when the application runs on the same computer. I run the same application on my computer and I have no problems.
Can someone help me and tell me why this error occurred?
thanks
First of all, I suspect that HRESULT really was 0x800A03EC (it is very important to report the exact number if you say error codes ;-)).
, . , , , "": , , / ( ..).
- ; Excel (http://office.microsoft.com/en-us/excel-help/excel-specifications-and-limits-HP005199291.aspx)
, Excel , (.. , ), .
For example, if you have a script trying to set a cell to "==== Fake Note by: fakeuser 6/23/14 14:41", then it will throw an error. To get around this, check the value of the leftmost character to see if it has "=", "+", "-", "/" or "*". If so, just add a space as the first character and the text will be added correctly.
Source: https://habr.com/ru/post/1702438/More articles:How secure is this ASP.Net authentication model? - securityHow to include images / logos of user profile in django comments - commentsSSRS 2008 and SSAS 2008 transport error - reporting-servicesRegular expression for lat / long strip from string - javascriptБаза данных открытого доступа без выполнения сценариев или форм - ms-accessjQuery not working on my host? - javascriptHow to create scrollable JPopupMenu - javaDbC (design by contract) and unit tests - c #Microsoft SQL Server 2008 error while restoring database - sql-serverIs there a way to make blend a reload of a project that has been modified in Visual Studio? - expression-blendAll Articles