Assuming that you have all TXT files stored under a known folder/ directory...
Use List Folder/Directory to obtain the filenames found/ stored under that folder/ directory. Passing the filenames (array) through a for-loop and Build (Path) corresponding file path(s) and Read that (Text) File. The (auto) indexed string output from the Read from Text File can then be processed i.e. Concatenate, Array To Spreadsheet String etc. and transform into the desire output/ format for saving.
如果文件名有规律,可以用for循环,每个循环里自动修改到相应的路径然后打开txt,循环终止时再写入电子表格就可以了。
计术卡读取数据存储的时候可以尝试用“保存到电子表格中“的”追加到电子表格”,这样就可以存到一个文件中了。或者在读取的程序里用生产者消费者结构,在消费者结构中用移位寄存器,自动处理所得数据,然后将最终数据保存到电子表格(譬如txt文件)。