Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我在我的 excel 单元格中输入 15 位数字时,它会将其转换为1.002E+15. 我如何将其恢复为 15 位数字?
1.002E+15
这只是一个显示问题,您的号码不会被转换。
右键单击单元格,选择“格式化单元格...”,选择“数字”,就可以了。
Format Cells...
此外,如果您不想要,您可以将 Decimal places: 设置为 0。