I have several excel files carrying 90 columns and about 500 rows, each file has a header of 4 rows, and I need to insert them into one access table.
I am able to do the import by using the for…loop to loop all the excel files and all of the rows inside the file, but this is too slow.
I have used mysql in R and it can be done easily using “LOAD DATA LOCAL INFILE”. I can convert the xls file into csv file without problem, but I can’t find anything similar in Access as “LOAD DATA LOCAL INFILE”.
Any suggestions for optimizing the import process? Thanks!
I guess you are looking for TransferSpreadsheet.
You can import data or link it.