I am trying to build new excel files from a master excel file based on a column filter. Can anyone suggest the best way to do it? Just for information, I have to create up to 70 new files based on location column, Also is there a way to include dynamic names for the new files created ? I have to save a copy for every day for every location.
Hi @shay
Yes of course we can name by appending the timestamp like this âyourCurrentfilenameâ+now.ToString(âdd_MM_yy_hh_mm_ssâ)+â.xlsxâ
This would save the file with new name with timestamp at that instance thus make sure that new files are created for every second
Cheers @shay
I think I missed something, I am also looking for a way to create multiple new files from a master file.Will appreciate if you can guide me to find the best way to do this.
I donât know how to create new excel files from a single excel file based on a column filter criteria at a bulk level, the material I found online is just for creating 1 file but I have about 70 files to make, so is there any better way to do it or I have to repeat the same process for all the 70 filter conditions ?
Thanks for your response, I tried this but this is only changing the name of the master file and creating a copy of the master files, What I want is to also filter the result in each file based on their location name.
Let me know if I am missing something from my side.