I’ve been attempting to import multiple csv files into an ods spreadsheet. I ran across the answer at the page (Merge multiple spreadsheets files into one) which says “Do it manually.” That works if you have 12 csv files, or if you only need to do it once. I have about 50-60 csvs, and I will need to do this multiple times, so in this case automation will be required.
I also tried the Macro at the top of the page here ([Solved] Multiple import csv/txt to Calc - save as ods (View topic) • Apache OpenOffice Community Forum). This code seems to import only one csv/ods file into the sheet, rather than all of them in a directory. The code beneath it, by Villeroy, converts each of the csvs into an ods file after you’ve made a database of your csv files, but does not import them all into the same spreadsheet.
How would I go about importing each csv (or ods, if easier) into an individual tab in an ods file? With the 50 csv files, I would like a spreadsheet with 50 tabs. Not everyone I work with has a database program installed on their machine; in fact, I had to ask the admins here to install Base on my machine specifically so I could try Villeroy’s suggestion, so please try to avoid any answer that requires using Base.
Thanks for the help.