Hello,
I have a spreadsheet that contains various filenames. I want to prepare a list of filenames that have the extension .txt
I can do a wildcard search in findall using *.txt and get all the filenames. However, this search points to cells that contain the .txt files. Along with the filenames, these cells also contain additional data.
Is it possible to strip out the remaining string data and just get a list of *.txt filenames?
I have a spreadsheet that contains various filenames. I want to prepare a list of filenames that have the extension .txt
I can do a wildcard search in findall using *.txt and get all the filenames. However, this search points to cells that contain the .txt files. Along with the filenames, these cells also contain additional data.
Is it possible to strip out the remaining string data and just get a list of *.txt filenames?