Excel Import
Tool to import Excel data for company products.
by Matt Bedford | Ulisse SnC · github.com/mattbedford/excel-importer
★ 1stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/mattbedford/excel-importer/archive/refs/heads/main.zip** To use the file, it is already included in wp. so you simply do: '$data = ExcelImport\database::get_data();'
and then you can loop $data with a foreach.