|
|
|
|
|
by ben165
2695 days ago
|
|
Oh dear, I think your file is already too big to handle it easily. How big is the file? First, get the data somehow to plain text. LibreOffice is maybe able to convert it to an CSV file. Otherwise you have to open it with Python (for example) to export the data to a text file or directly to a database. Best way is to find a web hoster which allows you to make the database public. With this solution you can transfer the XLSX columns one by one (with Python) to your online database. After finishing change the database from public to local. An easy UI in PHP isn't really a thing. |
|