How can I recover “raw” data from an excel spreads

2019-08-31 02:50发布

I have the following problem:

Part number: 625009E11

Excel rep: 6.25009E+16

I want to recover the original information. Is this possible? Or, does Excel automatically dump the original data if it can format things as a number? (I also have another, similar, problem with leading zeroes.)

标签: excel
1条回答
Summer. ? 凉城
2楼-- · 2019-08-31 03:28

You might be able to recover part numbers with some clever scripting, but for leading zeroes you're pretty much screwed. Excel "helpfully" tries to cast strings it recognizes as other data types and does not keep a copy of the original. This has been a known problem for almost a decade, especially in bio research: http://www.biomedcentral.com/1471-2105/5/80

Don't use Excel as a database, kids.

查看更多
登录 后发表回答