Laurence, I have a relatively small Excel file that is read into a byte[] array, wrapped in a MemoryStream and then passed to Workbook's OpenDocument method. Aspose.Cells version 3.9.0.1 throws an exception ("Specified argument was out of the range of valid values").
I am unable to determine why. I am pretty sure that I have narrowed things down to one of 3 columns, all General formatting -- with one column that contains email addresses.
Can I send this to you under NDA? And/or you could send me a DLL that will display additional diagnostic information. Thanks.
Laurence, I am still getting this exception: "System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values." (at Aspose.Cells.Hyperlinks.Add(Int32 firstRow, Int32 firstColumn, Int32 rowNumber, Int32 columnNumber, String address))
have attached a ZIP file with a small test method and 3 very tiny Excel files. I'd like to understand what is wrong with the file named "AsposeCannotReadThisStream.xls" and HOW a user could edited the file to make it unreadable by Aspose (but readable by Excel 2003).
Can you help me to understand why 2 third-party Excel "repair" utilities thought that the one file is corrupt (but were able to repair it) and yet Excel was able to open the file without any warnings, errors, or problems?
I find a small bug in importing hyperlinks and fixed it.
The files created with Aspose.Cells is a little different with MS Excel created files. But we will make sure they can be opened successfully in MS Excel.