从文本框中复制很多数字时保留数字格式

Posted

技术标签:

【中文标题】从文本框中复制很多数字时保留数字格式【英文标题】:Preserve number format when copying very many digits from a Text Box 【发布时间】:2015-02-26 12:03:07 【问题描述】:

我在文本框中有一个长数字:

032010203010301030103010300103010301032010101030103007

当我想将这个数字(Ctrl+c)复制到一个单元格中时,数字将是:

3.2010203010301E+52

我希望目标单元格具有原始数字格式。我该怎么办?

【问题讨论】:

【参考方案1】:

将接收单元格格式化为文本并使用选择性粘贴,文本粘贴到其中。

【讨论】:

【参考方案2】:
Just right click on the cell and choose Format cell.
Change the format from General to Number with zero number of decimal      places.
**This sollution works also for other typer of formatting. For example    Custom with single 0 or Text.
**The number format does not affect the actual cell value, which is displayed in the formula bar.
**When Excel displays cell such ##### it means that cell is to narrow. Just make it wider.

Take help form this site
http://best-excel-tutorial.com/59-tips-and-tricks/188-disable-scientific-notation

【讨论】:

以上是关于从文本框中复制很多数字时保留数字格式的主要内容,如果未能解决你的问题,请参考以下文章

kendo数字文本框配置,用于在文本框中输入时仅限制两个十进制值

无法在文本框中插入数字

C#:更改文本框中的数字

js验证如何限制文本框只能输入数字

我是网络编程的初学者。我开始连接体重秤并在我的文本框中获取刻度数字

js怎么控制文本框只能输入数字