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 2003 工作表的特定单元格。你能帮助我吗?
我将重新表述我的问题,因为前一个问题不是很清楚。我需要阅读特定字符(即 12-17、23-29)并将它们放在 Excel 表中。这可能吗?
是的,这是可能的。检查导入向导中的“固定长度”选项,并告诉 Excel 每个字段有多少个字符。
Excel 将在读取文本时解析出所有空格和前导零。如果可以,请将您的文本文件格式化为带有分隔值的 CSV,并将您的值格式化为公式,如下所示:
=" Value 1",="0000",=" more spaces ",=" "
这将保留这些值。