Can I import multiple text files into one excel sheet?

后端 未结 3 485
心在旅途
心在旅途 2021-01-01 06:10

I have one folder with multiple text files that I add one text file to every day. All text files are in the same format and are pipe delimited.

Is it possible to c

3条回答
  •  悲&欢浪女
    2021-01-01 06:14

    You can use Schema.ini ( http://msdn.microsoft.com/en-us/library/ms709353(VS.85).aspx ), Jet driver and Union query, with any luck.

提交回复
热议问题