(28-01-2016, 11:42 AM)P Herwig MSc Wrote: Hi Shaswin,
On a manual copy fom Excel it is Excel that limits the significance uploaded to the clipboard based on the cell's number formatting.
If you would paste your value from Excel to - for example - Notepad, you will also observe only 10 significant figures are copied. In this case the Number format in Excel is set as 'General'. If you change the number format to 'Number' having 8 decimal places and retry the copy paste action, all 8 digits will be included.
In Ple4Win version 4.3.1 the Excel Import functionality uses the Excel number formatting information. From the upcoming release onwards, the Import functionality will take the full value regardless of the number formatting.
Nice to see that you are implementing the full the NumberFormat into Ple4Win.
If I use
Cells(i, n).NumberFormat = "0.000000000" for all numbers the following error appears in Ple4Win when I import the Excel file, see screenshot below:
[attachment=751]
This issue happen because Ple4Win uses hardcoded integer number values. It happens also with hardcoded Single digit values (IEEE 32-bit, 4-byte). Numberformatting with a floating point with (double digit precision) are not always accepted when one imports from Excel from the Ple4Win menu.
I think. if a value can only be an Integer value/String value/Single digit value/Double digit value/etc then this should be mentioned in the Data description/conditions in the helpfile of the input tables.