airplane stock truck ship container container (1) truck (1) boat box warehouse
Время работы: Пн.—Пт. с 9:00 до 18:00
////"; // // const xhr = new XMLHttpRequest(); // xhr.open("GET", url); // xhr.responseType = "arraybuffer"; // // xhr.onload = function () { // const data = new Uint8Array(xhr.response); // const workbook = XLSX.read(data, {type: "array"}); // const sheet = workbook.Sheets[workbook.SheetNames[0]]; // const json = XLSX.utils.sheet_to_json(sheet, {header: 1}); // // const table = document.getElementById('myTable'); // const tbody = table.querySelector('tbody'); // tbody.innerHTML = ''; // // for (let i = 1; i < json.length; i++) { // const row = document.createElement("tr"); // tbody.appendChild(row); // // for (let j = 0; j < json[i].length; j++) { // const cell = document.createElement("td"); // cell.textContent = json[i][j]; // row.appendChild(cell); // } // } // }; // // xhr.send(); // } // ); // //